wrong count
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2003-08-05 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
* libraries/sqlparser.data.php3: bug 779453, wrong count
|
||||||
|
|
||||||
2003-08-04 Michal Cihar <nijel@users.sourceforge.net>
|
2003-08-04 Michal Cihar <nijel@users.sourceforge.net>
|
||||||
* lang/czech: Updated.
|
* lang/czech: Updated.
|
||||||
|
|
||||||
|
@@ -453,7 +453,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 = 253;
|
$PMA_SQPdata_reserved_word_cnt = 255;
|
||||||
|
|
||||||
$PMA_SQPdata_column_type = array (
|
$PMA_SQPdata_column_type = array (
|
||||||
'BIGINT',
|
'BIGINT',
|
||||||
|
Reference in New Issue
Block a user