Skip to content
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

go/mysql/conn.go: Improve server-side cursor support. #232

Merged
merged 1 commit into from
Apr 6, 2023

Conversation

reltuk
Copy link

@reltuk reltuk commented Apr 6, 2023

  1. Send LastRowSent with the result set batch in which the cursor is actually exhausted.

  2. Only send CursorExists in the response to COM_STMT_EXECUTE which creates the cursor.

@reltuk reltuk requested a review from zachmu as a code owner April 6, 2023 18:47
1) Send LastRowSent with the result set batch in which the cursor is actually
exhausted.

2) Only send CursorExists in the response to COM_STMT_EXECUTE which creates the
cursor.
@reltuk reltuk merged commit 011b523 into main Apr 6, 2023
@Hydrocharged Hydrocharged deleted the aaron/cursor-fixes branch February 7, 2024 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant