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

Add TIDB_PLACEMENT_POLICY_NAME and TIDB_DIRECT_PLACEMENT to information_schema.schemata #29758

Closed
Tracked by #18030
morgo opened this issue Nov 14, 2021 · 1 comment · Fixed by #29780
Closed
Tracked by #18030
Assignees

Comments

@morgo
Copy link
Contributor

morgo commented Nov 14, 2021

Currently the information_schema tables for tables and partitions have columns for placement options. This is useful because it can be used to find which objects are making use of a placement policy (assuming you want to drop it, but it's in use).

However, the information_schema table for schemas (schemata) does not have these columns. It makes sense to add this, since it is a schema level attribute as well.

@sylzd
Copy link
Contributor

sylzd commented Nov 15, 2021

/assign

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

Successfully merging a pull request may close this issue.

2 participants