diff --git a/ChangeLog b/ChangeLog index 8222087d5..7ff95099a 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 e62fc1054..313100e96 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