SHOW TABLE TYPES is a deprecated alias for SHOW STORAGE ENGINES.
This commit is contained in:
@@ -6,7 +6,8 @@ $Id$
|
||||
$Source$
|
||||
|
||||
2004-09-05 Alexander M. Turek <me@derrabus.de>
|
||||
* libraries/sqlparser.data.php: Parser support for SHOW STORAGE ENGINES.
|
||||
* libraries/sqlparser.data.php: Parser support for SHOW STORAGE ENGINES and
|
||||
SHOW TABLE TYPES.
|
||||
* tbl_create.php: Use default tab.
|
||||
* tbl_properties.inc.php: Don't offer the BINARY field attribute in
|
||||
MySQL 4.1.
|
||||
|
@@ -440,6 +440,7 @@ $PMA_SQPdata_reserved_word = array (
|
||||
'TRAILING',
|
||||
'TRUNCATE',
|
||||
'TYPE',
|
||||
'TYPES',
|
||||
'UNCOMMITTED',
|
||||
'UNION',
|
||||
'UNIQUE',
|
||||
@@ -459,7 +460,7 @@ $PMA_SQPdata_reserved_word = array (
|
||||
'YEAR_MONTH'
|
||||
);
|
||||
//$PMA_SQPdata_reserved_word_cnt = count($PMA_SQPdata_reserved_word);
|
||||
$PMA_SQPdata_reserved_word_cnt = 263;
|
||||
$PMA_SQPdata_reserved_word_cnt = 264;
|
||||
|
||||
$PMA_SQPdata_column_type = array (
|
||||
'BIGINT',
|
||||
|
Reference in New Issue
Block a user