problem switching from innodb to myisam
This commit is contained in:
@@ -6,6 +6,10 @@ $Id$
|
|||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
|
||||||
|
2006-07-27 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
* pdf_pages.php: prepare implementation for automatic layout on InnoDB
|
||||||
|
* tbl_properties_operations.php: problem switching from InnoDB to MyISAM
|
||||||
|
|
||||||
2006-07-26 Marc Delisle <lem9@users.sourceforge.net>
|
2006-07-26 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* server_privileges.php: bug #1526557, display error when admin
|
* server_privileges.php: bug #1526557, display error when admin
|
||||||
lacks some privileges and tries to do a privilege change
|
lacks some privileges and tries to do a privilege change
|
||||||
|
@@ -74,6 +74,7 @@ if (isset($_REQUEST['submitoptions'])) {
|
|||||||
$l_tbl_type = strtolower($tbl_type);
|
$l_tbl_type = strtolower($tbl_type);
|
||||||
|
|
||||||
if (($l_tbl_type === 'myisam' || $l_tbl_type === 'isam')
|
if (($l_tbl_type === 'myisam' || $l_tbl_type === 'isam')
|
||||||
|
&& isset($_REQUEST['new_pack_keys'])
|
||||||
&& $_REQUEST['new_pack_keys'] != (string)$pack_keys) {
|
&& $_REQUEST['new_pack_keys'] != (string)$pack_keys) {
|
||||||
$table_alters[] = 'pack_keys = ' . $_REQUEST['new_pack_keys'];
|
$table_alters[] = 'pack_keys = ' . $_REQUEST['new_pack_keys'];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user