[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_2RC1-1334-g535cd23

Michal Čihař nijel at users.sourceforge.net
Wed Apr 7 10:11:37 CEST 2010


The branch, master has been updated
       via  535cd23d4bb0e36d01a1df83bde145897f12eb74 (commit)
      from  16fa54b20bd6b90099837a856c63d8c7319fb729 (commit)


- Log -----------------------------------------------------------------
commit 535cd23d4bb0e36d01a1df83bde145897f12eb74
Author: Michal Čihař <mcihar at novell.com>
Date:   Wed Apr 7 10:11:14 2010 +0200

    Add PAGE_CHECKSUM keyword and adjust keywords count.

-----------------------------------------------------------------------

Summary of changes:
 libraries/sqlparser.data.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/libraries/sqlparser.data.php b/libraries/sqlparser.data.php
index 41bf096..b68d193 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


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list