[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 4c328a: Remove workaround for older MySQL versions

Marc Delisle marc at infomarc.info
Tue Jun 10 14:20:07 CEST 2014


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 4c328aaf037f39d06d498f7e61bc42471f11f766
      https://github.com/phpmyadmin/phpmyadmin/commit/4c328aaf037f39d06d498f7e61bc42471f11f766
  Author: Michal Čihař <michal at 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 at cihar.com>


  Commit: 96366ce7bc3b2356022185714e37413c2610ab72
      https://github.com/phpmyadmin/phpmyadmin/commit/96366ce7bc3b2356022185714e37413c2610ab72
  Author: Michal Čihař <michal at 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 at cihar.com>


  Commit: 0aa22fd223382f11649478e6986527c6925db9d0
      https://github.com/phpmyadmin/phpmyadmin/commit/0aa22fd223382f11649478e6986527c6925db9d0
  Author: Marc Delisle <marc at 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


More information about the Git mailing list