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

[feature]add filter for reload @@metadata #944

Closed
yanhuqing666 opened this issue Jan 23, 2019 · 4 comments
Closed

[feature]add filter for reload @@metadata #944

yanhuqing666 opened this issue Jan 23, 2019 · 4 comments
Assignees
Labels
doc-it differ with mysql, and let it go Improvement resolve problem has been fixed by developer verified issue's resolve was verified by tester
Milestone

Comments

@yanhuqing666
Copy link
Member

yanhuqing666 commented Jan 23, 2019

Background

Sometimes, we need not to use reload @@metadata to get all metadata.

Design

    • reload @@metadata , keep reloading all metadata, and suppert these filter:
      • where schema=? and table=?
      • where schema=?
      • where table in ('schema1.table1','schema2.table2',...)
@PanternBao PanternBao added the resolve problem has been fixed by developer label Feb 15, 2019
@FlyingMao
Copy link

Prompt when the statement format is wrong

mysql> reload @@metadata where schema=testdb;
ERROR 1003 (HY000): Unsupported statement

@FlyingMao FlyingMao removed the resolve problem has been fixed by developer label Feb 21, 2019
@PanternBao PanternBao added the resolve problem has been fixed by developer label Feb 21, 2019
@PanternBao PanternBao assigned FlyingMao and unassigned PanternBao Feb 21, 2019
@FlyingMao FlyingMao added the verified issue's resolve was verified by tester label Feb 22, 2019
@FlyingMao
Copy link

verified version: 5.6.29-dble-9.9.9.9-e921fc54b28a8963b260c6b470ca95310ae4434f-20190222044624

@FlyingMao
Copy link

FlyingMao commented Mar 6, 2019

for tester:
auto_test postion:dble/behave_dble/features/func_test/managercmd/check_full_metadata.feature#7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-it differ with mysql, and let it go Improvement resolve problem has been fixed by developer verified issue's resolve was verified by tester
Projects
None yet
Development

No branches or pull requests

4 participants