Added ANALYZE TABLE to multi submit actions.

This commit is contained in:
Michal Čihař
2003-04-07 09:17:19 +00:00
parent 6d7e4ed82d
commit ca64aa09e6
3 changed files with 18 additions and 0 deletions

View File

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