8000 release-20.2: sql: remove virtual index on information_schema.tables(table_name) by rafiss · Pull Request #55522 · cockroachdb/cockroach · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

release-20.2: sql: remove virtual index on information_schema.tables(table_name) #55522

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

Merged
merged 1 commit into from
Oct 13, 2020

Conversation

rafiss
Copy link
Collaborator
@rafiss rafiss commented Oct 13, 2020

Backport 1/1 commits from #55472

/cc @cockroachdb/release


This index has a bug because it only includes tables that are in the
current search_path. This means that a query that filters by equality on
table name would not include tables from user-defined schemas. The problem is
fixed for now by removing the index.

Release note (bug fix): The information_schema.tables metadata table no
longer ignores tables from other schemas when searching based on table
name.

This index has a bug because it only includes tables that are in the
current search_path. This means that a query that filters by equality on
table name would not include tables from user-defined schemas. The problem is
fixed for now by removing the index.

Release note (bug fix): The information_schema.tables metadata table no
longer ignores tables from other schemas when searching based on table
name.
@rafiss rafiss requested a review from a team as a code owner October 13, 2020 19:29
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@rafiss rafiss merged commit 9fe9b6d into cockroachdb:release-20.2 Oct 13, 2020
@rafiss rafiss deleted the backport20.2-55472 branch October 13, 2020 20:43
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 this pull request may close these issues.

3 participants
0