Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement 'SHOW TABLES' statement #77

Closed
jjeffcaii opened this issue Mar 6, 2022 · 0 comments · Fixed by #146
Closed

Implement 'SHOW TABLES' statement #77

jjeffcaii opened this issue Mar 6, 2022 · 0 comments · Fixed by #146
Assignees
Labels
enhancement New feature or request

Comments

@jjeffcaii
Copy link
Contributor

What would you like to be added:
The statement of SHOW TABLES should only list those logical tables and non-sharding tables.
Please see the official manual, https://dev.mysql.com/doc/refman/5.7/en/show-tables.html

Why is this needed:
The tables in ARANA means 'logical tables' instead of 'physical tables', we need to handle it. For example, we have student_0000..student0031, the actual result should be student.

@jjeffcaii jjeffcaii added the enhancement New feature or request label Mar 6, 2022
This was referenced Apr 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants