Added 'COLLATE' and 'RETURN'
This commit is contained in:
@@ -12,6 +12,9 @@ $Source$
|
||||
* tbl_properties_strcuture, tbl_properties_table_info.php:
|
||||
- Changed "Charset" label to "Collation" because it fits better;
|
||||
- The column collations weren't displayed with MySQL 5.0.
|
||||
* libraries/sqlparser.data.php: New reserved words:
|
||||
- COLLATE (since MySQL 4.1.0);
|
||||
- RETURN (since MySQL 5.0.0).
|
||||
|
||||
2003-12-28 Marc Delisle <lem9@users.sourceforge.net>
|
||||
### 2.5.5 released
|
||||
|
@@ -220,6 +220,7 @@ $PMA_SQPdata_reserved_word = array (
|
||||
'CHECK',
|
||||
'CHECKSUM',
|
||||
'CLIENT',
|
||||
'COLLATE',
|
||||
'COLLATION',
|
||||
'COLUMN',
|
||||
'COLUMNS',
|
||||
@@ -381,6 +382,7 @@ $PMA_SQPdata_reserved_word = array (
|
||||
'RESET',
|
||||
'RESTORE',
|
||||
'RESTRICT',
|
||||
'RETURN',
|
||||
'RETURNS',
|
||||
'REVOKE',
|
||||
'RIGHT',
|
||||
@@ -451,7 +453,7 @@ $PMA_SQPdata_reserved_word = array (
|
||||
'YEAR_MONTH'
|
||||
);
|
||||
//$PMA_SQPdata_reserved_word_cnt = count($PMA_SQPdata_reserved_word);
|
||||
$PMA_SQPdata_reserved_word_cnt = 256;
|
||||
$PMA_SQPdata_reserved_word_cnt = 258;
|
||||
|
||||
$PMA_SQPdata_column_type = array (
|
||||
'BIGINT',
|
||||
|
Reference in New Issue
Block a user