-
Notifications
You must be signed in to change notification settings - Fork 997
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly bind parameters if new_params_bound_flag is not provided
See issue #3585 . If new-params-bound-flag is not provided by the client while executing COM_STMT_EXECUTE , proxysql was incorrectly computing the length of parameters. The issue was happening only if there were null parameters. Removing comment
- Loading branch information
1 parent
3f1b15a
commit 0bef2e8
Showing
2 changed files
with
429 additions
and
7 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
Oops, something went wrong.