From 2bbd7f1a3b6ec662f37e57f58ee4026f347040dd Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 6 May 2009 16:54:30 +0000 Subject: [PATCH] bug #2784400 [parser] INVOKER not understood by parser --- ChangeLog | 1 + libraries/sqlparser.data.php | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8222087d5d..7ff95099a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA - patch #2773818 [export] Invalid "Content-Encoding" header, thanks to abignale - abignale - bug #2787162 [interface] Table with name 'log_views' is incorrectly displayed as a view +- bug #2784400 [parser] INVOKER not understood by parser 3.1.4.0 (2009-04-25) + patch #1808339 [doc] Apache SSLOptions and StdEnvVars FAQ, diff --git a/libraries/sqlparser.data.php b/libraries/sqlparser.data.php index e62fc10540..313100e96f 100644 --- a/libraries/sqlparser.data.php +++ b/libraries/sqlparser.data.php @@ -515,6 +515,7 @@ $PMA_SQPdata_reserved_word = array ( 'INSERT_METHOD', 'INTERVAL', 'INTO', + 'INVOKER', 'IS', 'ISOLATION', 'JOIN', @@ -693,7 +694,7 @@ $PMA_SQPdata_reserved_word = array ( * * @global integer MySQL reserved words count */ -$PMA_SQPdata_reserved_word_cnt = 288; +$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 -- 2.11.4.GIT