From ad71c5b0ce324d15e0ec238150b01ba18aa2151a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 31 May 2010 14:18:37 +0200 Subject: [PATCH] Standard look to forms on table operations page. --- tbl_operations.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tbl_operations.php b/tbl_operations.php index a5b13572e..4e0738ab7 100644 --- a/tbl_operations.php +++ b/tbl_operations.php @@ -157,7 +157,7 @@ if (isset($_REQUEST['submitoptions'])) { $reread_info = true; unset($table_alters); foreach (PMA_DBI_get_warnings() as $warning) { - // In MariaDB 5.1.44, when altering a table from Maria to MyISAM + // In MariaDB 5.1.44, when altering a table from Maria to MyISAM // and if TRANSACTIONAL was set, the system reports an error; // I discussed with a Maria developer and he agrees that this // should not be reported with a Level of Error, so here @@ -194,7 +194,7 @@ if (isset($_REQUEST['submit_partition']) && ! empty($_REQUEST['partition_operati if ($reread_info) { // to avoid showing the old value (for example the AUTO_INCREMENT) after // a change, clear the cache - PMA_Table::$cache = array(); + PMA_Table::$cache = array(); $page_checksum = $checksum = $delay_key_write = 0; require './libraries/tbl_info.inc.php'; } @@ -260,6 +260,8 @@ unset($columns); + +