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

MySQL managed one-shot prepared queries statement auto closing command should be sent before any pending commands in the queue #873

Closed
BillyYccc opened this issue Jan 15, 2021 · 0 comments · Fixed by #1168
Assignees

Comments

@BillyYccc
Copy link
Member

Motivation:
Currently MySQL auto closing command is fired after the execution is completed, this works fine because in MySQL Client the pipeling limit is only 1 and it will be sent before other pending commands, however it might cause unexpected order issues in pipeling mode which we will support later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant