bug #2961198 Querying a table named "data"
This commit is contained in:
@@ -447,7 +447,6 @@ $PMA_SQPdata_reserved_word = array (
|
||||
'CREATE',
|
||||
'CROSS',
|
||||
'CURRENT_TIMESTAMP',
|
||||
'DATA',
|
||||
'DATABASE',
|
||||
'DATABASES',
|
||||
'DAY',
|
||||
@@ -699,7 +698,7 @@ $PMA_SQPdata_reserved_word = array (
|
||||
*
|
||||
* @global integer MySQL reserved words count
|
||||
*/
|
||||
$PMA_SQPdata_reserved_word_cnt = 289;
|
||||
$PMA_SQPdata_reserved_word_cnt = 288;
|
||||
/**
|
||||
* The previous array must be sorted so that the binary search work.
|
||||
* Sometimes a word is not added in the correct order, so
|
||||
|
Reference in New Issue
Block a user