bug #1671403 [parser] using "client" as table name
This commit is contained in:
parent
b2d21c5878
commit
71f554728e
@ -5,6 +5,10 @@ phpMyAdmin - ChangeLog
|
||||
$Id$
|
||||
$HeadURL$
|
||||
|
||||
2.10.1
|
||||
======
|
||||
- bug #1671403 [parser] using "client" as table name
|
||||
|
||||
2007-03-02 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* server_status.php: use PMA_getenv('PHP_SELF'), thanks to Sebastian
|
||||
|
||||
|
||||
@ -400,7 +400,6 @@ $PMA_SQPdata_reserved_word = array (
|
||||
'CHARSET',
|
||||
'CHECK',
|
||||
'CHECKSUM',
|
||||
'CLIENT',
|
||||
'COLLATE',
|
||||
'COLLATION',
|
||||
'COLUMN',
|
||||
@ -654,7 +653,7 @@ $PMA_SQPdata_reserved_word = array (
|
||||
'YEAR_MONTH'
|
||||
);
|
||||
//$PMA_SQPdata_reserved_word_cnt = count($PMA_SQPdata_reserved_word);
|
||||
$PMA_SQPdata_reserved_word_cnt = 280;
|
||||
$PMA_SQPdata_reserved_word_cnt = 279;
|
||||
|
||||
// words forbidden to be used as column or table name,
|
||||
// as seen in http://dev.mysql.com/doc/mysql/en/reserved-words.html
|
||||
@ -709,7 +708,6 @@ $PMA_SQPdata_forbidden_word = array (
|
||||
'CHECK',
|
||||
'CHECKSUM',
|
||||
'CIPHER',
|
||||
'CLIENT',
|
||||
'CLOSE',
|
||||
'COLLATE',
|
||||
'COLLATION',
|
||||
@ -1145,7 +1143,7 @@ $PMA_SQPdata_forbidden_word = array (
|
||||
'ZEROFILL'
|
||||
);
|
||||
// echo count($PMA_SQPdata_forbidden_word);
|
||||
$PMA_SQPdata_forbidden_word_cnt = 484;
|
||||
$PMA_SQPdata_forbidden_word_cnt = 483;
|
||||
|
||||
$PMA_SQPdata_column_type = array (
|
||||
'BIGINT',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user