Added documentation link for 'FLUSH'.
This commit is contained in:
@@ -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
|
||||
|
@@ -320,7 +320,8 @@ if (!empty($cfg['Server']['relation'])) {
|
||||
<!-- Flushes the table -->
|
||||
<li>
|
||||
<a href="sql.php3?<?php echo $url_query; ?>&sql_query=<?php echo urlencode('FLUSH TABLE ' . PMA_backquote($table)); ?>&zero_rows=<?php echo urlencode(sprintf($strTableHasBeenFlushed, htmlspecialchars($table))); if ($cfg['ShowTooltip']) echo '&reload=1'; ?>">
|
||||
<?php echo $strFlushTable; ?></a>
|
||||
<?php echo $strFlushTable; ?></a>
|
||||
<?php echo PMA_showDocuShort('F/L/FLUSH.html') . "\n"; ?>
|
||||
<br /><br />
|
||||
</li>
|
||||
|
||||
|
Reference in New Issue
Block a user