SHOW TABLE TYPES is a deprecated alias for SHOW STORAGE ENGINES.
This commit is contained in:
@@ -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