bug 854702

This commit is contained in:
Marc Delisle
2003-12-09 14:39:38 +00:00
parent 2805a35b97
commit cf04747274
2 changed files with 5 additions and 1 deletions

View File

@@ -267,6 +267,7 @@ $PMA_SQPdata_reserved_word = array (
'FIXED',
'FLUSH',
'FOR',
'FORCE',
'FOREIGN',
'FROM',
'FULL',
@@ -450,7 +451,7 @@ $PMA_SQPdata_reserved_word = array (
'YEAR_MONTH'
);
//$PMA_SQPdata_reserved_word_cnt = count($PMA_SQPdata_reserved_word);
$PMA_SQPdata_reserved_word_cnt = 255;
$PMA_SQPdata_reserved_word_cnt = 256;
$PMA_SQPdata_column_type = array (
'BIGINT',