summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/rcube_db_mysql.php
AgeCommit message (Expand)Author
2015-04-06Fix tables listing routine on mysql and postgres so it skips system or other ...Aleksander Machniak
2015-02-24Add possibility to configure max_allowed_packet value for all database engine...Aleksander Machniak
2015-02-20Fix performance of rcube_db_mysql::get_variable()Aleksander Machniak
2015-01-03CS fixesAleksander Machniak
2014-03-22Drop support for PHP < 5.3.7Aleksander Machniak
2014-02-24Fix some PDO::MYSQL_* constants (wrongly described in PHP manual before 5.3.21)Aleksander Machniak
2013-10-07Execute connection config queries on db handle direcltyThomas Bruederli
2013-09-12Retry queries on deadlock errors from InnoDB row-level locking (MySQL)Thomas Bruederli
2013-06-08Simplified db connection initialisation codeAleksander Machniak
2013-05-24Print nicer error message when too old PHP version found - required by mysql ...Aleksander Machniak
2013-05-07Avoid uninitialized/unused variablesAleksander Machniak
2013-05-06Fix bugs caught by static analysisAleksander Machniak
2013-01-09Force autocommit mode in mysql database driver (#1488902)Aleksander Machniak
2012-12-18Cleanup, remove file paths from docAleksander Machniak
2012-11-21Framework files moved to lib/RoundcubeAleksander Machniak