-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
52819: sql: fix ALTER TABLE descriptorChanged bug r=solongordon a=solongordon There was some bad accounting in the ALTER TABLE command for whether the table descriptor had changed or not. This meant that for ALTER TABLE statements with multiple actions, we might incorrectly treat the whole statement as a no-op if the last action had no effect. Fixes #52816 Release note (bug fix): Fixed a bug for ALTER TABLE statements with multiple actions. In certain cases if the last action had no effect, the entire statement would be treated as a no-op. Co-authored-by: Solon Gordon <[email protected]>
- Loading branch information
Showing
2 changed files
with
10 additions
and
4 deletions.
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