summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2015-02-20 04:33:34 -0500
committerAleksander Machniak <alec@alec.pl>2015-02-20 04:33:34 -0500
commitc7b77b9179f1fcb52ed5f4d6b648daa54eeda7b4 (patch)
tree3169fe5199eb4bb8cd49c820913a1a116abeb04b /CHANGELOG
parent13e0a6556ffa9e0b3257f08d78042a8133055ea3 (diff)
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.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5a3da30e9..25f7e19c4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -9,6 +9,7 @@ CHANGELOG Roundcube Webmail
- Fix setting max packet size for DB caches and check packet size also in shared cache
- Fix needless security warning on BMP attachments display (#1490282)
- Fix handling of some improper constructs in format=flowed text as per the RFC3676[4.5] (#1490284)
+- Fix performance of rcube_db_mysql::get_variable()
RELEASE 1.1.0
-------------