-
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.
Release justification: non-production code changes. `querybench` workload has been enhanced to support queries that consist of multiple statements that are present on a single line. Previously, the workload would fail on such queries because it attempts to `Prepare` the whole line which would error out. Now we're still attempting to prepare the whole line, but if that fails, we will store plain query and will be executing it using `DB.Query` rather that `Stmt.Query`. Release note: None
- Loading branch information
1 parent
8f793a0
commit f9a536c
Showing
2 changed files
with
36 additions
and
17 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