complement list of 'show' options to
This commit is contained in:
@@ -5,6 +5,11 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2001-07-23 Steve Alberty <alberty@neptunlabs.de>
|
||||
* tbl_properties.php3: correct small display bugs
|
||||
* sql.php3: complement list of 'show' options to
|
||||
suppress 'insert new row'
|
||||
|
||||
2001-07-22 Olivier M<>ller <om@omnis.ch>
|
||||
* releasing 2.2.0rc3
|
||||
|
||||
|
2
sql.php3
2
sql.php3
@@ -139,7 +139,7 @@ else {
|
||||
include("./header.inc.php3");
|
||||
// Define the display mode if it wasn't passed by url
|
||||
if (!isset($display)) {
|
||||
$display = eregi('^((SHOW (VARIABLES|PROCESSLIST|STATUS))|((CHECK|ANALYZE|REPAIR|OPTIMIZE) TABLE ))', $sql_query, $which);
|
||||
$display = eregi('^((SHOW (VARIABLES|PROCESSLIST|STATUS|TABLE|GRANTS|CREATE|LOGS))|((CHECK|ANALYZE|REPAIR|OPTIMIZE) TABLE ))', $sql_query, $which);
|
||||
if (!empty($which[2]) && !empty($which[3])) {
|
||||
$display = 'simple';
|
||||
} else if (!empty($which[4]) && !empty($which[5])) {
|
||||
|
Reference in New Issue
Block a user