added AUTO_INCREMENT to reserved words
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$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>
|
2003-04-15 Michal Cihar <nijel@users.sourceforge.net>
|
||||||
* tbl_query_box.php3: Only display charset selection when a DB is
|
* tbl_query_box.php3: Only display charset selection when a DB is
|
||||||
selected.
|
selected.
|
||||||
|
@@ -207,6 +207,7 @@ if (!defined('PMA_SQP_DATA_INCLUDED')) {
|
|||||||
'AS',
|
'AS',
|
||||||
'ASC',
|
'ASC',
|
||||||
'AUTOCOMMIT',
|
'AUTOCOMMIT',
|
||||||
|
'AUTO_INCREMENT',
|
||||||
'AVG_ROW_LENGTH',
|
'AVG_ROW_LENGTH',
|
||||||
'BACKUP',
|
'BACKUP',
|
||||||
'BEGIN',
|
'BEGIN',
|
||||||
@@ -446,7 +447,7 @@ if (!defined('PMA_SQP_DATA_INCLUDED')) {
|
|||||||
'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 = 248;
|
$PMA_SQPdata_reserved_word_cnt = 249;
|
||||||
|
|
||||||
$PMA_SQPdata_column_type = array (
|
$PMA_SQPdata_column_type = array (
|
||||||
'BIGINT',
|
'BIGINT',
|
||||||
|
Reference in New Issue
Block a user