bug #1671403 [parser] using "client" as table name

This commit is contained in:
Marc Delisle
2007-03-04 14:02:52 +00:00
parent ff86b207e0
commit 460a3c9f2f
2 changed files with 10 additions and 19 deletions

View File

@@ -423,7 +423,6 @@ $PMA_SQPdata_reserved_word = array (
'CHARSET',
'CHECK',
'CHECKSUM',
'CLIENT',
'COLLATE',
'COLLATION',
'COLUMN',
@@ -681,7 +680,7 @@ $PMA_SQPdata_reserved_word = array (
*
* @global integer MySQL reserved words count
*/
$PMA_SQPdata_reserved_word_cnt = 280;
$PMA_SQPdata_reserved_word_cnt = 279;
/**
* words forbidden to be used as column or table name wihtout quotes
@@ -740,7 +739,6 @@ $PMA_SQPdata_forbidden_word = array (
'CHECK',
'CHECKSUM',
'CIPHER',
'CLIENT',
'CLOSE',
'COLLATE',
'COLLATION',
@@ -1180,7 +1178,7 @@ $PMA_SQPdata_forbidden_word = array (
*
* @global integer MySQL forbidden words count
*/
$PMA_SQPdata_forbidden_word_cnt = 484;
$PMA_SQPdata_forbidden_word_cnt = 483;
/**
* the MySQL column/data types