-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql/catalog/descs: don't hydrate dropped tables
The invariant that types referenced by tables only exists for non-dropped tables. We were not checking the state of the table when choosing to hydrate. This lead to pretty catastropic failures when the invariant was violated. Fixes #54343. Release note (bug fix): Fixed bug from earlier alphas where dropping a database which contained tables using user-defined types could result in panics.
- Loading branch information
Showing
2 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters