This commit is contained in:
Alexander M. Turek
2005-04-09 22:12:18 +00:00
parent b8ec6bc7c5
commit 093f6f97a8
2 changed files with 6 additions and 2 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2005-04-09 Alexander M. Turek <me@derrabus.de>
* libraries/sqlparser.data.php: Added keyword ROUTINE.
2005-04-08 Marc Delisle <lem9@users.sourceforge.net>
* lang/catalan update, thanks to Xavier Navarro (xavin).

View File

@@ -427,6 +427,7 @@ $PMA_SQPdata_reserved_word = array (
'RIGHT',
'RLIKE',
'ROLLBACK',
'ROUTINE',
'ROW',
'ROW_FORMAT',
'ROWS',
@@ -498,7 +499,7 @@ $PMA_SQPdata_reserved_word = array (
'YEAR_MONTH'
);
//$PMA_SQPdata_reserved_word_cnt = count($PMA_SQPdata_reserved_word);
$PMA_SQPdata_reserved_word_cnt = 270;
$PMA_SQPdata_reserved_word_cnt = 271;
$PMA_SQPdata_column_type = array (
'BIGINT',