Add ENGINE to reserved words (used instead of TYPE in MySQL 4.1.1).

This commit is contained in:
Michal Čihař
2004-05-04 12:11:01 +00:00
parent b24cf7103a
commit 6f3480d4ca
2 changed files with 6 additions and 1 deletions

View File

@@ -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

View File

@@ -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',