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

Wish list: Support SHOW TABLES IN as allowed in MySQL #2478

Closed
ryanmasse opened this issue Jan 8, 2020 · 3 comments
Closed

Wish list: Support SHOW TABLES IN as allowed in MySQL #2478

ryanmasse opened this issue Jan 8, 2020 · 3 comments

Comments

@ryanmasse
Copy link

image

image

@yakirgb
Copy link
Contributor

yakirgb commented Jan 9, 2020

You already have: show tables from monitor;

proxysql001:admin> show tables from monitor;
+--------------------------------------+
| tables                               |
+--------------------------------------+
| mysql_server_aws_aurora_check_status |
| mysql_server_aws_aurora_failovers    |
| mysql_server_aws_aurora_log          |
| mysql_server_connect_log             |
| mysql_server_galera_log              |
| mysql_server_group_replication_log   |
| mysql_server_ping_log                |
| mysql_server_read_only_log           |
| mysql_server_replication_lag_log     |
+--------------------------------------+
9 rows in set (0.00 sec)

@ryanmasse
Copy link
Author

@yakirgb you are 100% correct. The point being MySQL supports both SHOW TABLES [IN | FOR]. Just wishful thinking for guys like me who has been using SHOW TABLES IN for 15 years who gets frustrated having to remember to context switch. :)

@renecannao
Copy link
Contributor

Breaking an habit after 15 years is difficult!
Improvement added in 2.0.9 .
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants