added AUTO_INCREMENT to reserved words

This commit is contained in:
Michal Čihař
2003-04-16 12:50:38 +00:00
parent bfd0a07197
commit 48fb8346c8
2 changed files with 5 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2003-04-15 Michal Cihar <nijel@users.sourceforge.net>
* libraries/sqlparser.data.php3: Added AUTO_INCREMET to reserved words.
2003-04-15 Michal Cihar <nijel@users.sourceforge.net>
* tbl_query_box.php3: Only display charset selection when a DB is
selected.

View File

@@ -207,6 +207,7 @@ if (!defined('PMA_SQP_DATA_INCLUDED')) {
'AS',
'ASC',
'AUTOCOMMIT',
'AUTO_INCREMENT',
'AVG_ROW_LENGTH',
'BACKUP',
'BEGIN',
@@ -446,7 +447,7 @@ if (!defined('PMA_SQP_DATA_INCLUDED')) {
'YEAR_MONTH'
);
//$PMA_SQPdata_reserved_word_cnt = count($PMA_SQPdata_reserved_word);
$PMA_SQPdata_reserved_word_cnt = 248;
$PMA_SQPdata_reserved_word_cnt = 249;
$PMA_SQPdata_column_type = array (
'BIGINT',