added AUTO_INCREMENT to reserved words
This commit is contained in:
@@ -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