Enable optimize for InnoDB (bug #1415975).
This commit is contained in:
@@ -31,6 +31,8 @@ $Source$
|
|||||||
* sql.php, libraries/display_tbl.lib.php, lang/*: Better message for query
|
* sql.php, libraries/display_tbl.lib.php, lang/*: Better message for query
|
||||||
export, move operation above query results into one fieldset (bug
|
export, move operation above query results into one fieldset (bug
|
||||||
#1431420).
|
#1431420).
|
||||||
|
* tbl_properties_operations.php: Enable optimize for InnoDB (bug
|
||||||
|
#1415975).
|
||||||
|
|
||||||
2006-02-22 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
2006-02-22 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
||||||
* libraries/footer.inc.php:
|
* libraries/footer.inc.php:
|
||||||
|
@@ -433,7 +433,7 @@ if ($tbl_type == 'MYISAM' || $tbl_type == 'BERKELEYDB' || $tbl_type == 'INNODB')
|
|||||||
</li>
|
</li>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
if ($tbl_type == 'MYISAM' || $tbl_type == 'BERKELEYDB') {
|
if ($tbl_type == 'MYISAM' || $tbl_type == 'BERKELEYDB' || $tbl_type == 'INNODB') {
|
||||||
$this_url_params = array_merge($url_params,
|
$this_url_params = array_merge($url_params,
|
||||||
array('sql_query' => 'OPTIMIZE TABLE ' . PMA_backquote($GLOBALS['table'])));
|
array('sql_query' => 'OPTIMIZE TABLE ' . PMA_backquote($GLOBALS['table'])));
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user