Added documentation link for 'FLUSH'.
This commit is contained in:
@@ -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