repair table in db view

This commit is contained in:
Marc Delisle
2002-09-02 19:34:51 +00:00
parent 870dc9724e
commit 6b102058d0
3 changed files with 22 additions and 2 deletions

View File

@@ -290,6 +290,8 @@ else if (PMA_MYSQL_INT_VERSION >= 32303) {
. $strPrintView . '</option>' . "\n";
echo ' <option value="' . $strOptimizeTable . '" >'
. $strOptimizeTable . '</option>' . "\n";
echo ' <option value="' . $strRepairTable . '" >'
. $strRepairTable . '</option>' . "\n";
?>
</select>
<script type="text/javascript" language="javascript">