Fixed documentation link.

This commit is contained in:
Michal Čihař
2004-05-09 16:06:27 +00:00
parent 5031e51626
commit ab435f590d
2 changed files with 2 additions and 1 deletions

View File

@@ -255,7 +255,7 @@ if ($tbl_type == 'MYISAM' || $tbl_type == 'BERKELEYDB' || $tbl_type == 'INNODB')
<li>
<a href="sql.php?<?php echo $url_query; ?>&amp;sql_query=<?php echo urlencode('ALTER TABLE ' . PMA_backquote($table) . ' TYPE=InnoDB'); ?>">
<?php echo $strDefragment; ?></a>&nbsp;
<?php echo PMA_showMySQLDocu('InnoDB', 'InnoDB_File_Defragmenting') . "\n"; ?>
<?php echo PMA_showMySQLDocu('Table_types', 'InnoDB_File_Defragmenting') . "\n"; ?>
</li>
<?php
}