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

[release-15.0] Accept no more data in session state change as ok (#11796) #11800

Merged
merged 1 commit into from
Nov 28, 2022

Commits on Nov 23, 2022

  1. Accept no more data in session state change as ok

    On MariaDB, it's possible that an OK packet has
    `SERVER_SESSION_STATE_CHANGED` set to true, but it has no additional
    state change information as the end of the packet is reached.
    
    We should not treat this as an error condition and treat this as a
    proper OK packet.
    
    Fixes #11795
    
    Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
    dbussink committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    4712157 View commit details
    Browse the repository at this point in the history