
Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 94dccc6a00e47f738b13bb901723272971d3bb37 https://github.com/phpmyadmin/phpmyadmin/commit/94dccc6a00e47f738b13bb901723... Author: Michal Čihař <michal@cihar.com> Date: 2016-02-08 (Mon, 08 Feb 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: bf2f02180dd10bf83aad385e1c0b74447d0cc46c https://github.com/phpmyadmin/phpmyadmin/commit/bf2f02180dd10bf83aad385e1c0b... Author: Michal Čihař <michal@cihar.com> Date: 2016-02-09 (Tue, 09 Feb 2016) Changed paths: M libraries/DatabaseInterface.php M libraries/VersionInformation.php Log Message: ----------- Merge pull request #11927 from nijel/nocache-version Remove MySQL version caching Compare: https://github.com/phpmyadmin/phpmyadmin/compare/adea0dddac8a...bf2f02180dd1