-
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: make RETURNING NOTHING statements not cause FirstBatch->Open tra…
…nsition The parallelized statements don't return results to the client, by definition. This commit adds them to the list of statements that don't transition the session from the FirstBatch to Open, so that the next batch of statements can be auto-retried.
- Loading branch information
1 parent
488a1ec
commit 5dd7451
Showing
2 changed files
with
14 additions
and
0 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