From aa4536371980e7c8144505f1a74cff658178fc8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 30 Aug 2010 14:38:37 +0200 Subject: [PATCH] Correct count of words. --- libraries/sqlparser.data.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/sqlparser.data.php b/libraries/sqlparser.data.php index 8af645874..b0b06c2cc 100644 --- a/libraries/sqlparser.data.php +++ b/libraries/sqlparser.data.php @@ -698,7 +698,7 @@ $PMA_SQPdata_reserved_word = array ( * * @global integer MySQL reserved words count */ -$PMA_SQPdata_reserved_word_cnt = 291; +$PMA_SQPdata_reserved_word_cnt = 289; /** * The previous array must be sorted so that the binary search work. * Sometimes a word is not added in the correct order, so