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.1: sql: delete public schema on DROP DATABASE #49139

Merged
merged 1 commit into from
May 16, 2020

Conversation

pbardea
Copy link
Contributor

@pbardea pbardea commented May 15, 2020

Backport 1/1 commits from #49125.

/cc @cockroachdb/release


When a database is dropped, so should the namespace entry for its PUBLIC
schema.

Fixes #49124.

Release note (bug fix): Previously when a database was dropped, it would
not drop the entry for its public schema in the system.namespace table.
This bug is now fixed.

When a database is dropped, so should the namespace entry for its PUBLIC
schema.

Release note (bug fix): Previously when a database was dropped, it would
not drop the entry for its public schema in the system.namespace table.
This bug is now fixed.
@pbardea pbardea requested review from otan and rohany May 15, 2020 22:03
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@pbardea pbardea merged commit 9e4db85 into cockroachdb:release-20.1 May 16, 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.

None yet

3 participants