[phpmyadmin/phpmyadmin] 42d54a: Remove MySQL version caching
Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 42d54a938add52cd2f6961421fc679162dca5353 https://github.com/phpmyadmin/phpmyadmin/commit/42d54a938add52cd2f6961421fc6... Author: Michal Čihař <michal@cihar.com> Date: 2016-09-07 (Wed, 07 Sep 2016) Changed paths: M libraries/DatabaseInterface.php M libraries/VersionInformation.php Log Message: ----------- Remove MySQL version caching In my testing the session/cache access is slower than fetching single value from MySQL and calculating the values. Also the caching would need some logic for invalidation as the server can be upgraded or configuration changed. Fixes #11924 Signed-off-by: Michal Čihař <michal@cihar.com> Commit: daaa49d53e53655f3d857beda6b2c80dd12a2879 https://github.com/phpmyadmin/phpmyadmin/commit/daaa49d53e53655f3d857beda6b2... Author: Michal Čihař <michal@cihar.com> Date: 2016-09-07 (Wed, 07 Sep 2016) Log Message: ----------- Merge branch 'QA_4_6' Compare: https://github.com/phpmyadmin/phpmyadmin/compare/be315905bd84...daaa49d53e53
participants (1)
-
Michal Čihař