From 535cd23d4bb0e36d01a1df83bde145897f12eb74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 7 Apr 2010 10:11:14 +0200 Subject: [PATCH] Add PAGE_CHECKSUM keyword and adjust keywords count. --- libraries/sqlparser.data.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libraries/sqlparser.data.php b/libraries/sqlparser.data.php index 41bf096c7..b68d193a4 100644 --- a/libraries/sqlparser.data.php +++ b/libraries/sqlparser.data.php @@ -583,6 +583,7 @@ $PMA_SQPdata_reserved_word = array ( 'OUTFILE', 'PACK_KEYS', 'PAGE', // 5.1-maria ? + 'PAGE_CHECKSUM', // 5.1 'PARTIAL', 'PARTITION', // 5.1 'PARTITIONS', // 5.1 @@ -698,7 +699,7 @@ $PMA_SQPdata_reserved_word = array ( * * @global integer MySQL reserved words count */ -$PMA_SQPdata_reserved_word_cnt = 288; +$PMA_SQPdata_reserved_word_cnt = 291; /** * The previous array must be sorted so that the binary search work. * Sometimes a word is not added in the correct order, so