Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2017-07-17 16:26:27 +0300
committerMichal Čihař <michal@cihar.com>2017-07-17 16:27:27 +0300
commit8b00b9037238a1320e71a0063dcc9e271fdbda2a (patch)
treed622d166ff10af1ca681ab9cb197beb5b7864966 /db_operations.php
parente471d6b5eb7a23c3d7be4bd461a30b189754e46b (diff)
Remove last uses of PMA_MYSQL_INT_VERSION define
It is only kept as name in Advisor for now. Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'db_operations.php')
-rw-r--r--db_operations.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_operations.php b/db_operations.php
index a65d798aba..010fa0496f 100644
--- a/db_operations.php
+++ b/db_operations.php
@@ -106,7 +106,7 @@ if (strlen($GLOBALS['db']) > 0
}
unset($sqlConstratints);
- if (PMA_MYSQL_INT_VERSION >= 50100) {
+ if ($GLOBALS['dbi']->getVersion() >= 50100) {
// here DELIMITER is not used because it's not part of the
// language; each statement is sent one by one