index
:
roundcube.git
local
master
working
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
program
/
lib
/
Roundcube
/
rcube_db_mysql.php
Age
Commit message (
Collapse
)
Author
2015-02-20
Fix performance of rcube_db_mysql::get_variable()
Aleksander Machniak
As currently we're using this to find only max_allowed_packet value, it is better to use "SHOW VARIABLES LIKE ?" instead of asking for all variables.
2015-01-03
CS fixes
Aleksander Machniak
2014-03-22
Drop support for PHP < 5.3.7
Aleksander Machniak
2014-02-24
Fix some PDO::MYSQL_* constants (wrongly described in PHP manual before 5.3.21)
Aleksander Machniak
2013-10-07
Execute connection config queries on db handle direclty
Thomas Bruederli
2013-09-12
Retry queries on deadlock errors from InnoDB row-level locking (MySQL)
Thomas Bruederli
2013-06-08
Simplified db connection initialisation code
Aleksander Machniak
2013-05-24
Print nicer error message when too old PHP version found - required by mysql ↵
Aleksander Machniak
driver (#1489099)
2013-05-07
Avoid uninitialized/unused variables
Aleksander Machniak
2013-05-06
Fix bugs caught by static analysis
Aleksander Machniak
2013-01-09
Force autocommit mode in mysql database driver (#1488902)
Aleksander Machniak
2012-12-18
Cleanup, remove file paths from doc
Aleksander Machniak
2012-11-21
Framework files moved to lib/Roundcube
Aleksander Machniak