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

@@ -11,6 +11,7 @@ $Source$
* tbl_qbe.php3: code was broken and warnings.
* user_details.php3, line 1343: fixed bug #549887 - Db name with "\_"
changed when granting.
* tbl_properties_operations.php3: Added documentation link for 'FLUSH'.
2002-04-29 Alexander M. Turek <rabus@users.sourceforge.net>
* tbl_dump.php3, lines 347, 348: Fixed a bug concerning the

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>