Skip to content

rollback ‘show full tables’ and add ‘show all tables’ #498

@yanhuqing666

Description

@yanhuqing666

In past,dble change the response of 'show full tables'.
The optional FULL modifier causes SHOW TABLES to display a second output column with values of BASE TABLE for a table ,VIEW for a view, SHARDING TABLE for a sharding table and GLOBAL TABLE for a global table.
But when client send "show full tables from schema where table_type = 'BASE TABLE'",it will response nothing.
So dble need to rollback the 'show full tables' and add ‘show all tables’ to replace.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions