Bug #639291 fixed
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2002-11-08 Robin Johnson <robbat2@users.sourceforge.net>
|
||||
* lib/sqlparser.data.php3: Bug #639291 fixed
|
||||
|
||||
2002-11-16 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||
* tbl_indexes.php3: Fixed bug #638321 (FULLTEXT is not detected correctly
|
||||
with MySQL >= 4.0.2-alpha).
|
||||
|
@@ -268,6 +268,7 @@ if (!defined('PMA_SQP_DATA_INCLUDED')) {
|
||||
'IGNORE',
|
||||
'IN',
|
||||
'INDEX',
|
||||
'INDEXES',
|
||||
'INFILE',
|
||||
'INNER',
|
||||
'INSERT',
|
||||
@@ -419,7 +420,7 @@ if (!defined('PMA_SQP_DATA_INCLUDED')) {
|
||||
'YEAR_MONTH'
|
||||
);
|
||||
//$PMA_SQPdata_reserved_word_cnt = count($PMA_SQPdata_reserved_word);
|
||||
$PMA_SQPdata_reserved_word_cnt = 239;
|
||||
$PMA_SQPdata_reserved_word_cnt = 240;
|
||||
|
||||
$PMA_SQPdata_column_type = array (
|
||||
'BIGINT',
|
||||
|
Reference in New Issue
Block a user