Show result of CHECK/OPTIMIZE/REPAIR queries for multiple tables.

This commit is contained in:
Michal Čihař
2003-03-24 15:39:39 +00:00
parent b06b69dd06
commit 9d24001304
5 changed files with 55 additions and 29 deletions

View File

@@ -3,12 +3,12 @@
// vim: expandtab sw=4 ts=4 sts=4:
/**
* Runs common work
*/
require('./tbl_properties_common.php3');
$url_query .= '&goto=tbl_properties_structure.php3&back=tbl_properties_structure.php3';
if (!defined('PMA_GRAB_GLOBALS_INCLUDED')) {
include('./libraries/grab_globals.lib.php3');
}
if (!defined('PMA_COMMON_LIB_INCLUDED')) {
include('./libraries/common.lib.php3');
}
/**
* Drop multiple fields if required
@@ -19,6 +19,12 @@ if ((!empty($submit_mult) && isset($selected_fld))
include('./mult_submits.inc.php3');
}
/**
* Runs common work
*/
require('./tbl_properties_common.php3');
$url_query .= '&goto=tbl_properties_structure.php3&back=tbl_properties_structure.php3';
/**
* Prepares the table structure display