Aleksander Machniak
|
a958748947
|
CS fixes
|
10 years ago |
Aleksander Machniak
|
48d01837a0
|
Fix tables listing routine on mysql and postgres so it skips system or other database tables and views (#1490337)
|
10 years ago |
Aleksander Machniak
|
8f485469c7
|
Add possibility to configure max_allowed_packet value for all database engines (#1490283)
|
10 years ago |
Aleksander Machniak
|
c7b77b9179
|
Fix performance of rcube_db_mysql::get_variable()
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.
|
10 years ago |
Aleksander Machniak
|
7b924535fd
|
CS fixes
|
10 years ago |
Aleksander Machniak
|
8cc567c004
|
Drop support for PHP < 5.3.7
|
11 years ago |
Aleksander Machniak
|
32c612c112
|
Fix some PDO::MYSQL_* constants (wrongly described in PHP manual before 5.3.21)
|
11 years ago |
Thomas Bruederli
|
120db629b0
|
Execute connection config queries on db handle direclty
|
11 years ago |
Thomas Bruederli
|
0ee22c2145
|
Retry queries on deadlock errors from InnoDB row-level locking (MySQL)
|
11 years ago |
Aleksander Machniak
|
d186405c00
|
Simplified db connection initialisation code
|
12 years ago |
Aleksander Machniak
|
52b256e85f
|
Print nicer error message when too old PHP version found - required by mysql driver (#1489099)
|
12 years ago |
Aleksander Machniak
|
3725cfb245
|
Avoid uninitialized/unused variables
|
12 years ago |
Aleksander Machniak
|
c027ba7709
|
Fix bugs caught by static analysis
|
12 years ago |
Aleksander Machniak
|
f96593772c
|
Force autocommit mode in mysql database driver (#1488902)
|
12 years ago |
Aleksander Machniak
|
d2534c63f2
|
Cleanup, remove file paths from doc
|
12 years ago |
Aleksander Machniak
|
ba6f21caeb
|
Framework files moved to lib/Roundcube
|
12 years ago |