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>2016-02-09 18:53:06 +0300
committerMichal Čihař <michal@cihar.com>2016-02-09 18:53:06 +0300
commitef7114d850739f90c2b171f5f5f339d034a22114 (patch)
treebba6b941dd84c4286534135b72053e63153c19db /tbl_operations.php
parent9016fd6a72f8989355f6d3654e16b4d36e65b981 (diff)
parentafe00d7c10f5894b33e0cd855669731787935018 (diff)
Merge branch 'QA_4_5' into QA_4_6
Diffstat (limited to 'tbl_operations.php')
-rw-r--r--tbl_operations.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tbl_operations.php b/tbl_operations.php
index 3724f3f868..373f422a47 100644
--- a/tbl_operations.php
+++ b/tbl_operations.php
@@ -128,9 +128,9 @@ if (isset($_REQUEST['submitoptions'])) {
}
if (! empty($_REQUEST['new_tbl_storage_engine'])
- && mb_strtolower($_REQUEST['new_tbl_storage_engine']) !== $tbl_storage_engine
+ && mb_strtoupper($_REQUEST['new_tbl_storage_engine']) !== $tbl_storage_engine
) {
- $new_tbl_storage_engine = $_REQUEST['new_tbl_storage_engine'];
+ $new_tbl_storage_engine = mb_strtoupper($_REQUEST['new_tbl_storage_engine']);
// reset the globals for the new engine
list($is_myisam_or_aria, $is_innodb, $is_isam,
$is_berkeleydb, $is_aria, $is_pbxt