[phpmyadmin/phpmyadmin] 05a303: Remove unused PMA_MYSQL_MAJOR_VERSION

Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 05a303000a3ecba62b1491dfe8a51b315f3132d0 https://github.com/phpmyadmin/phpmyadmin/commit/05a303000a3ecba62b1491dfe8a5... Author: Michal Čihař <michal@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@cihar.com> Commit: 89fb42f99bf36fba19f944bf60f2070fc13421c0 https://github.com/phpmyadmin/phpmyadmin/commit/89fb42f99bf36fba19f944bf60f2... Author: Michal Čihař <michal@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@cihar.com> Compare: https://github.com/phpmyadmin/phpmyadmin/compare/1b098c62cfa4...89fb42f99bf3
participants (1)
-
Michal Čihař