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