-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Enhancement CLIENT_DEPRECATE_EOF #140
Conversation
I also have a question about this code in connection.ts
The capabilities should be |
@lideming PTAL |
But I wonder why it works without this change.
I think both should work. As we response with the flags that server advertised and client recognized. |
Because we judge EOF package by 0xFE. And OK packet can be either 0x00 or 0xFE. |
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.
LGTM. Thanks!
This reverts commit e3359d0.
This reverts commit e3359d0.
* test: select empty string * ci: disable fail-fast * Revert "Enhancement CLIENT_DEPRECATE_EOF (#140)"
Optimize #139
when CLIENT_DEPRECATE_EOF is set. EOF_Packet can also be Ok_Packet.
https://dev.mysql.com/doc/dev/mysql-server/latest/page_protocol_com_query_response_text_resultset.html