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

Fix multiple prepared stmt registraion #539

Merged
merged 6 commits into from
May 18, 2022

Commits on May 16, 2022

  1. Add test with parse data race

    The test simulates the situation when two "parse" packets arrive
    before their responses, which can cause a data race of pending
    prepared statements.
    G1gg1L3s committed May 16, 2022
    Configuration menu
    Copy the full SHA
    c088244 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Configuration menu
    Copy the full SHA
    926436e View commit details
    Browse the repository at this point in the history
  2. Remove second registration of prepared stmt

    It happens twice: after `Parse` and `ParseComplete` packes. Remove
    the second case.
    G1gg1L3s committed May 17, 2022
    Configuration menu
    Copy the full SHA
    b0d9160 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    [skip ci]
    G1gg1L3s committed May 17, 2022
    Configuration menu
    Copy the full SHA
    1e94f3e View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Configuration menu
    Copy the full SHA
    9a6a4ee View commit details
    Browse the repository at this point in the history
  2. Fix crafting of the parse packets

    My bad, didn't check the last commit.
    G1gg1L3s committed May 18, 2022
    Configuration menu
    Copy the full SHA
    4592699 View commit details
    Browse the repository at this point in the history