This commit is contained in:
Robin Johnson
2002-11-16 10:51:17 +00:00
parent fa18c9cdaf
commit baa9c32bf9
2 changed files with 5 additions and 1 deletions

View File

@@ -268,6 +268,7 @@ if (!defined('PMA_SQP_DATA_INCLUDED')) {
'IGNORE',
'IN',
'INDEX',
'INDEXES',
'INFILE',
'INNER',
'INSERT',
@@ -419,7 +420,7 @@ if (!defined('PMA_SQP_DATA_INCLUDED')) {
'YEAR_MONTH'
);
//$PMA_SQPdata_reserved_word_cnt = count($PMA_SQPdata_reserved_word);
$PMA_SQPdata_reserved_word_cnt = 239;
$PMA_SQPdata_reserved_word_cnt = 240;
$PMA_SQPdata_column_type = array (
'BIGINT',