[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 05a303: Remove unused PMA_MYSQL_MAJOR_VERSION

Michal Čihař michal at cihar.com
Mon Jul 17 14:47:22 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 05a303000a3ecba62b1491dfe8a51b315f3132d0
      https://github.com/phpmyadmin/phpmyadmin/commit/05a303000a3ecba62b1491dfe8a51b315f3132d0
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-07-17 (Mon, 17 Jul 2017)

  Changed paths:
    M libraries/classes/DatabaseInterface.php

  Log Message:
  -----------
  Remove unused PMA_MYSQL_MAJOR_VERSION

Signed-off-by: Michal Čihař <michal at cihar.com>


  Commit: 89fb42f99bf36fba19f944bf60f2070fc13421c0
      https://github.com/phpmyadmin/phpmyadmin/commit/89fb42f99bf36fba19f944bf60f2070fc13421c0
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-07-17 (Mon, 17 Jul 2017)

  Changed paths:
    M libraries/classes/DatabaseInterface.php

  Log Message:
  -----------
  Add version and type properties to the DatabaseInterface

This will allow us to better handle versions in certain cases:

* Having different server version for control user and regular connection
* Mocking version for the tests (see #13484)

Signed-off-by: Michal Čihař <michal at cihar.com>


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/1b098c62cfa4...89fb42f99bf3


More information about the Git mailing list