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

release-20.2: sql: fix bug in SHOW TABLES FROM <db> hiding non-public tables #57814

Merged
merged 1 commit into from
Dec 17, 2020

Conversation

ajwerner
Copy link
Contributor

Backport 1/1 commits from #57749.

/cc @cockroachdb/release


The name resolution logic was hiding tables from schemas other than public
when using an explicit database name in SHOW TABLES.

Release note (bug fix): Fixed a bug whereby tables in schemas other than
"public" would not be displayed when running SHOW TABLES FROM <db>.

The name resolution logic was hiding tables from schemas other than `public`
when using an explicit database name in `SHOW TABLES`.

Release note (bug fix): Fixed a bug whereby tables in schemas other than
"public" would not be displayed when running `SHOW TABLES FROM <db>`.
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@ajwerner ajwerner requested review from thoszhang and rafiss December 17, 2020 14:54
Copy link
Contributor

@thoszhang thoszhang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 2 of 2 files at r1.
Reviewable status: :shipit: complete! 0 of 0 LGTMs obtained (waiting on @rafiss)

@ajwerner ajwerner merged commit 7f140b6 into cockroachdb:release-20.2 Dec 17, 2020
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