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

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