From cbc7e0b5432255d6495d09f0bb5a4e03ac986a1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 22 Feb 2006 15:22:52 +0000 Subject: [PATCH] Enable optimize for InnoDB (bug #1415975). --- ChangeLog | 2 ++ tbl_properties_operations.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b2cfe3363..1ab47af52 100755 --- a/ChangeLog +++ b/ChangeLog @@ -31,6 +31,8 @@ $Source$ * sql.php, libraries/display_tbl.lib.php, lang/*: Better message for query export, move operation above query results into one fieldset (bug #1431420). + * tbl_properties_operations.php: Enable optimize for InnoDB (bug + #1415975). 2006-02-22 Sebastian Mendel * libraries/footer.inc.php: diff --git a/tbl_properties_operations.php b/tbl_properties_operations.php index 53dc6df23..562d1dcd0 100644 --- a/tbl_properties_operations.php +++ b/tbl_properties_operations.php @@ -433,7 +433,7 @@ if ($tbl_type == 'MYISAM' || $tbl_type == 'BERKELEYDB' || $tbl_type == 'INNODB') 'OPTIMIZE TABLE ' . PMA_backquote($GLOBALS['table']))); ?>