Patch #559618 - procedure analyse(), thanks to Mike Beck

This commit is contained in:
Loïc Chapeaux
2002-05-24 09:56:11 +00:00
parent 917a852b48
commit 7067bbc38e
4 changed files with 14 additions and 0 deletions

View File

@@ -538,8 +538,18 @@ if ($cfg['Server']['relation']) {
}
echo "\n";
?>
<!-- Let MySQL propose the optimal structure -->
<li>
<div style="margin-bottom: 10px">
<a href="sql.php3?<?php echo $url_query; ?>&amp;sql_query=<?php echo urlencode('SELECT * FROM ' . PMA_backquote($table) . ' PROCEDURE analyse()'); ?>">
<?php echo $strStructPropose; ?></a>
</div>
</li>
</ul>
<?php
/**
* Displays the footer