ROUTINE
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$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>
|
2005-04-08 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* lang/catalan update, thanks to Xavier Navarro (xavin).
|
* lang/catalan update, thanks to Xavier Navarro (xavin).
|
||||||
|
|
||||||
|
@@ -427,6 +427,7 @@ $PMA_SQPdata_reserved_word = array (
|
|||||||
'RIGHT',
|
'RIGHT',
|
||||||
'RLIKE',
|
'RLIKE',
|
||||||
'ROLLBACK',
|
'ROLLBACK',
|
||||||
|
'ROUTINE',
|
||||||
'ROW',
|
'ROW',
|
||||||
'ROW_FORMAT',
|
'ROW_FORMAT',
|
||||||
'ROWS',
|
'ROWS',
|
||||||
@@ -498,7 +499,7 @@ $PMA_SQPdata_reserved_word = array (
|
|||||||
'YEAR_MONTH'
|
'YEAR_MONTH'
|
||||||
);
|
);
|
||||||
//$PMA_SQPdata_reserved_word_cnt = count($PMA_SQPdata_reserved_word);
|
//$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 (
|
$PMA_SQPdata_column_type = array (
|
||||||
'BIGINT',
|
'BIGINT',
|
||||||
|
Reference in New Issue
Block a user