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

server: avoid reusing cached stmt ctx on cursor read #40023

Merged
merged 10 commits into from
Dec 22, 2022

Commits on Dec 19, 2022

  1. server: avoid reusing cached stmt ctx on cursor read

    Signed-off-by: zyguan <zhongyangguan@gmail.com>
    zyguan committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    be682f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20acf1b View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. do not reuse stmt ctx if has cursor-exists flag

    Signed-off-by: zyguan <zhongyangguan@gmail.com>
    zyguan committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    fe579aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1eaa6f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    156e6b2 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. fixup

    Signed-off-by: zyguan <zhongyangguan@gmail.com>
    zyguan committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    920f00a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    068c6fc View commit details
    Browse the repository at this point in the history
  3. fix build

    Signed-off-by: zyguan <zhongyangguan@gmail.com>
    zyguan committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    8f5ebfd View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Configuration menu
    Copy the full SHA
    ce5006e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea12fa2 View commit details
    Browse the repository at this point in the history