Add ENGINE to reserved words (used instead of TYPE in MySQL 4.1.1).
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2004-05-04 Michal Cihar <michal@cihar.com>
|
||||
* libraries/sqlparser.data.php: Add ENGINE to reserved words (used instead
|
||||
of TYPE in MySQL 4.1.1).
|
||||
|
||||
2004-05-04 Garvin Hicking <pma@supergarv.de>
|
||||
* Documentation.html, config.inc.php, left.php: Use NaturalOrder
|
||||
for Non-Light left frame. Introduce new option 'nested' for
|
||||
|
@@ -254,6 +254,7 @@ $PMA_SQPdata_reserved_word = array (
|
||||
'ELSE',
|
||||
'ENCLOSED',
|
||||
'END',
|
||||
'ENGINE',
|
||||
'ESCAPE',
|
||||
'ESCAPED',
|
||||
'EVENTS',
|
||||
@@ -454,7 +455,7 @@ $PMA_SQPdata_reserved_word = array (
|
||||
'YEAR_MONTH'
|
||||
);
|
||||
//$PMA_SQPdata_reserved_word_cnt = count($PMA_SQPdata_reserved_word);
|
||||
$PMA_SQPdata_reserved_word_cnt = 259;
|
||||
$PMA_SQPdata_reserved_word_cnt = 260;
|
||||
|
||||
$PMA_SQPdata_column_type = array (
|
||||
'BIGINT',
|
||||
|
Reference in New Issue
Block a user