ROUTINE
This commit is contained in:
@@ -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).
|
||||
|
||||
|
@@ -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',
|
||||
|
Reference in New Issue
Block a user