bug 780516

This commit is contained in:
Marc Delisle
2003-07-31 18:04:47 +00:00
parent 77c2e73d15
commit 1940971c6e
2 changed files with 5 additions and 3 deletions

View File

@@ -266,7 +266,7 @@ if (!defined('PMA_SQP_DATA_INCLUDED')) {
'FAST',
'FIELDS',
'FILE',
'FIRST',
// not on reserved words list in the manual 'FIRST',
'FIXED',
'FLUSH',
'FOR',
@@ -419,7 +419,7 @@ if (!defined('PMA_SQP_DATA_INCLUDED')) {
'SQL_WARNINGS',
'START',
'STARTING',
'STATUS',
// not on reserved words list in the manual 'STATUS',
'STOP',
'STRAIGHT_JOIN',
'STRING',
@@ -453,7 +453,7 @@ if (!defined('PMA_SQP_DATA_INCLUDED')) {
'YEAR_MONTH'
);
//$PMA_SQPdata_reserved_word_cnt = count($PMA_SQPdata_reserved_word);
$PMA_SQPdata_reserved_word_cnt = 255;
$PMA_SQPdata_reserved_word_cnt = 253;
$PMA_SQPdata_column_type = array (
'BIGINT',