Added documentation link for 'FLUSH'.

This commit is contained in:
Alexander M. Turek
2002-04-29 20:14:23 +00:00
parent 2b0cc67cae
commit c6122c2bdd
2 changed files with 3 additions and 1 deletions

View File

@@ -320,7 +320,8 @@ if (!empty($cfg['Server']['relation'])) {
<!-- Flushes the table -->
<li>
<a href="sql.php3?<?php echo $url_query; ?>&amp;sql_query=<?php echo urlencode('FLUSH TABLE ' . PMA_backquote($table)); ?>&amp;zero_rows=<?php echo urlencode(sprintf($strTableHasBeenFlushed, htmlspecialchars($table))); if ($cfg['ShowTooltip']) echo '&amp;reload=1'; ?>">
<?php echo $strFlushTable; ?></a>
<?php echo $strFlushTable; ?></a>&nbsp;
<?php echo PMA_showDocuShort('F/L/FLUSH.html') . "\n"; ?>
<br /><br />
</li>