Parser support for SHOW STORAGE ENGINES
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2004-09-05 Alexander M. Turek <me@derrabus.de>
|
||||
* libraries/sqlparser.data.php: Parser support for SHOW STORAGE ENGINES.
|
||||
|
||||
2004-09-05 Michal Čihař <michal@cihar.com>
|
||||
* Documentation.html: Add information about theme versions and names.
|
||||
|
||||
|
@@ -257,6 +257,7 @@ $PMA_SQPdata_reserved_word = array (
|
||||
'ENCLOSED',
|
||||
'END',
|
||||
'ENGINE',
|
||||
'ENGINES',
|
||||
'ESCAPE',
|
||||
'ESCAPED',
|
||||
'EVENTS',
|
||||
@@ -425,6 +426,7 @@ $PMA_SQPdata_reserved_word = array (
|
||||
'STARTING',
|
||||
'STATUS',
|
||||
'STOP',
|
||||
'STORAGE',
|
||||
'STRAIGHT_JOIN',
|
||||
'STRING',
|
||||
'STRIPED',
|
||||
@@ -457,7 +459,7 @@ $PMA_SQPdata_reserved_word = array (
|
||||
'YEAR_MONTH'
|
||||
);
|
||||
//$PMA_SQPdata_reserved_word_cnt = count($PMA_SQPdata_reserved_word);
|
||||
$PMA_SQPdata_reserved_word_cnt = 261;
|
||||
$PMA_SQPdata_reserved_word_cnt = 263;
|
||||
|
||||
$PMA_SQPdata_column_type = array (
|
||||
'BIGINT',
|
||||
|
Reference in New Issue
Block a user