mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
standard values for table type in SHOW TABLES (BUG#4603)
mysql-test/r/connect.result: standard values for table type in SHOW TABLES mysql-test/r/ctype_recoding.result: standard values for table type in SHOW TABLES mysql-test/r/drop.result: standard values for table type in SHOW TABLES mysql-test/r/greedy_optimizer.result: fixed results mysql-test/r/lowercase_table.result: standard values for table type in SHOW TABLES mysql-test/r/ps_1general.result: standard values for table type in SHOW TABLES mysql-test/r/rename.result: standard values for table type in SHOW TABLES mysql-test/r/rpl000009.result: standard values for table type in SHOW TABLES mysql-test/r/rpl_error_ignored_table.result: standard values for table type in SHOW TABLES mysql-test/r/select.result: standard values for table type in SHOW TABLES mysql-test/r/system_mysql_db.result: standard values for table type in SHOW TABLES mysql-test/r/view.result: standard values for table type in SHOW TABLES sql/sql_show.cc: standard values for table type in SHOW TABLES debugging trap
This commit is contained in:
@ -1,21 +1,21 @@
|
||||
show tables;
|
||||
Tables_in_db Type
|
||||
columns_priv table
|
||||
db table
|
||||
func table
|
||||
help_category table
|
||||
help_keyword table
|
||||
help_relation table
|
||||
help_topic table
|
||||
host table
|
||||
proc table
|
||||
tables_priv table
|
||||
time_zone table
|
||||
time_zone_leap_second table
|
||||
time_zone_name table
|
||||
time_zone_transition table
|
||||
time_zone_transition_type table
|
||||
user table
|
||||
Tables_in_db table_type
|
||||
columns_priv BASE TABLE
|
||||
db BASE TABLE
|
||||
func BASE TABLE
|
||||
help_category BASE TABLE
|
||||
help_keyword BASE TABLE
|
||||
help_relation BASE TABLE
|
||||
help_topic BASE TABLE
|
||||
host BASE TABLE
|
||||
proc BASE TABLE
|
||||
tables_priv BASE TABLE
|
||||
time_zone BASE TABLE
|
||||
time_zone_leap_second BASE TABLE
|
||||
time_zone_name BASE TABLE
|
||||
time_zone_transition BASE TABLE
|
||||
time_zone_transition_type BASE TABLE
|
||||
user BASE TABLE
|
||||
show create table db;
|
||||
Table Create Table
|
||||
db CREATE TABLE `db` (
|
||||
|
Reference in New Issue
Block a user