added AUTO_INCREMENT to reserved words
This commit is contained in:
@@ -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.
|
||||
|
@@ -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',
|
||||
|
Reference in New Issue
Block a user