-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
session, com_stmt: fetch all rows during EXECUTE command (#42473, hotfix) #42601
session, com_stmt: fetch all rows during EXECUTE command (#42473, hotfix) #42601
Conversation
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
Signed-off-by: YangKeao <[email protected]>
Signed-off-by: YangKeao <[email protected]>
Signed-off-by: YangKeao <[email protected]>
… this statement is active Signed-off-by: YangKeao <[email protected]>
Signed-off-by: YangKeao <[email protected]>
21e358b
to
4c5d865
Compare
server/conn_stmt_test.go
Outdated
|
||
getLastStatus := func() uint16 { | ||
raw := out.Bytes() | ||
return binary.LittleEndian.Uint16(raw[len(raw)-2 : len(raw)]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test is a little different from the original one, because 6.1 doesn't support DEPRECATE EOF: see #34753
Signed-off-by: YangKeao <[email protected]>
/test check-dev |
Signed-off-by: YangKeao <[email protected]>
/retest |
/retest |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 1d87292
|
This is a carefully cherry-pick of #42473 on hotfix branch.