Added CHECK TABLE to multisubmits.

This commit is contained in:
Michal Čihař
2003-03-24 13:39:37 +00:00
parent 47bcec9934
commit b06b69dd06
3 changed files with 20 additions and 1 deletions

View File

@@ -346,6 +346,8 @@ else if (PMA_MYSQL_INT_VERSION >= 32303) {
. $strEmpty . '</option>' . "\n";
echo ' <option value="' . $strPrintView . '" >'
. $strPrintView . '</option>' . "\n";
echo ' <option value="' . $strCheckTable . '" >'
. $strCheckTable . '</option>' . "\n";
echo ' <option value="' . $strOptimizeTable . '" >'
. $strOptimizeTable . '</option>' . "\n";
echo ' <option value="' . $strRepairTable . '" >'