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$
|
$Id$
|
||||||
$Source$
|
$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>
|
2004-05-04 Garvin Hicking <pma@supergarv.de>
|
||||||
* Documentation.html, config.inc.php, left.php: Use NaturalOrder
|
* Documentation.html, config.inc.php, left.php: Use NaturalOrder
|
||||||
for Non-Light left frame. Introduce new option 'nested' for
|
for Non-Light left frame. Introduce new option 'nested' for
|
||||||
|
@@ -254,6 +254,7 @@ $PMA_SQPdata_reserved_word = array (
|
|||||||
'ELSE',
|
'ELSE',
|
||||||
'ENCLOSED',
|
'ENCLOSED',
|
||||||
'END',
|
'END',
|
||||||
|
'ENGINE',
|
||||||
'ESCAPE',
|
'ESCAPE',
|
||||||
'ESCAPED',
|
'ESCAPED',
|
||||||
'EVENTS',
|
'EVENTS',
|
||||||
@@ -454,7 +455,7 @@ $PMA_SQPdata_reserved_word = array (
|
|||||||
'YEAR_MONTH'
|
'YEAR_MONTH'
|
||||||
);
|
);
|
||||||
//$PMA_SQPdata_reserved_word_cnt = count($PMA_SQPdata_reserved_word);
|
//$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 (
|
$PMA_SQPdata_column_type = array (
|
||||||
'BIGINT',
|
'BIGINT',
|
||||||
|
Reference in New Issue
Block a user