This commit is contained in:
Robin Johnson
2002-11-16 10:51:17 +00:00
parent fa18c9cdaf
commit baa9c32bf9
2 changed files with 5 additions and 1 deletions

View File

@@ -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).

View File

@@ -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',