-
Notifications
You must be signed in to change notification settings - Fork 335
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Work around server query attributes bug. Fixes #1106
MySQL Server versions 8.0.23-8.0.25 contain bugs that prevent them from parsing attributes in the COM_STMT_EXECUTE packet. The new PARAMETER_COUNT_AVAILABLE flag is added in 8.0.26 to enable attributes to be sent. If we detect an older server (that advertises support for query attributes), we send an empty string parameter name, but omit the attributes.
- Loading branch information
Showing
2 changed files
with
13 additions
and
9 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