
Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 4c328aaf037f39d06d498f7e61bc42471f11f766 https://github.com/phpmyadmin/phpmyadmin/commit/4c328aaf037f39d06d498f7e61bc... Author: Michal Čihař <michal@cihar.com> Date: 2014-06-10 (Tue, 10 Jun 2014) Changed paths: M libraries/DatabaseInterface.class.php Log Message: ----------- Remove workaround for older MySQL versions Remove workaround originally implemented for MySQL < 5.0.2, but also useful in 5.1.x times for listing tables within database when permissions on one of database directories are wrong. I've tested this with several MySQL versions and it does not seem to be needed now, the INFORMATION SCHEMA works correctly even if some of the database directories have wrong permissions. Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 96366ce7bc3b2356022185714e37413c2610ab72 https://github.com/phpmyadmin/phpmyadmin/commit/96366ce7bc3b2356022185714e37... Author: Michal Čihař <michal@cihar.com> Date: 2014-06-10 (Tue, 10 Jun 2014) Changed paths: M doc/config.rst M libraries/config.default.php Log Message: ----------- Remove no longer used caching configuration Signed-off-by: Michal Čihař <michal@cihar.com> Commit: 0aa22fd223382f11649478e6986527c6925db9d0 https://github.com/phpmyadmin/phpmyadmin/commit/0aa22fd223382f11649478e69865... Author: Marc Delisle <marc@infomarc.info> Date: 2014-06-10 (Tue, 10 Jun 2014) Changed paths: M doc/config.rst M libraries/DatabaseInterface.class.php M libraries/config.default.php Log Message: ----------- Merge pull request #1217 from nijel/remove-table-status Remove workaround for older MySQL versions Compare: https://github.com/phpmyadmin/phpmyadmin/compare/dbd18940bed5...0aa22fd22338