bug #1992628 [parser] SQL parser removes essential space

This commit is contained in:
Marc Delisle
2008-06-24 17:51:49 +00:00
parent 26c46c19dc
commit 3663492378
2 changed files with 6 additions and 1 deletions

View File

@@ -436,6 +436,7 @@ $PMA_SQPdata_reserved_word = array (
'COMPRESSED',
'CONCURRENT',
'CONSTRAINT',
'CONTAINS',
'CONVERT',
'CREATE',
'CROSS',
@@ -453,6 +454,7 @@ $PMA_SQPdata_reserved_word = array (
'DELETE',
'DESC',
'DESCRIBE',
'DETERMINISTIC',
'DISTINCT',
'DISTINCTROW',
'DIV',
@@ -611,6 +613,7 @@ $PMA_SQPdata_reserved_word = array (
'ROWS',
'ROW_FORMAT',
'SECOND',
'SECURITY',
'SELECT',
'SEPARATOR',
'SERIALIZABLE',
@@ -621,6 +624,7 @@ $PMA_SQPdata_reserved_word = array (
'SLAVE',
'SONAME',
'SOUNDS', // string-functions.html
'SQL',
'SQL_AUTO_IS_NULL',
'SQL_BIG_RESULT',
'SQL_BIG_SELECTS',
@@ -683,7 +687,7 @@ $PMA_SQPdata_reserved_word = array (
*
* @global integer MySQL reserved words count
*/
$PMA_SQPdata_reserved_word_cnt = 279;
$PMA_SQPdata_reserved_word_cnt = 283;
/**
* The previous array must be sorted so that the binary search work.
* Sometimes a word is not added in the correct order, so