TRANSACTION isn't reserved word

This commit is contained in:
Michal Čihař
2003-03-05 13:27:37 +00:00
parent 7a33231818
commit 637098c610
2 changed files with 5 additions and 2 deletions

View File

@@ -422,7 +422,6 @@ if (!defined('PMA_SQP_DATA_INCLUDED')) {
'THEN',
'TO',
'TRAILING',
'TRANSACTION',
'TRUNCATE',
'TYPE',
'UNCOMMITTED',
@@ -443,7 +442,7 @@ if (!defined('PMA_SQP_DATA_INCLUDED')) {
'YEAR_MONTH'
);
//$PMA_SQPdata_reserved_word_cnt = count($PMA_SQPdata_reserved_word);
$PMA_SQPdata_reserved_word_cnt = 249;
$PMA_SQPdata_reserved_word_cnt = 248;
$PMA_SQPdata_column_type = array (
'BIGINT',