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