forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql: rework some internal executor logic related to synthetic descrip…
…otrs The pre-existing logic would reset the synthetic descriptors whenever anything was run on behalf of the internal planner. That's never what we want. We prevent that by attaching the logic to reset the synthetic descriptors to whether the internal executor has attached synthetic descriptors, which it never has when using the planner's state. Release justification: part of bug fix Release note: None
- Loading branch information
Showing
2 changed files
with
19 additions
and
11 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