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

executor: fix deadlock in dml statement with cte when oom panic action was triggered #49192

Merged
merged 6 commits into from
Dec 5, 2023

Commits on Dec 4, 2023

  1. fix cte deadlock

    Signed-off-by: AilinKid <314806019@qq.com>
    AilinKid committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    f5fd1e7 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. fix the deadlock in dml statement with cte when oom action triggered

    Signed-off-by: AilinKid <314806019@qq.com>
    AilinKid committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    6b65a89 View commit details
    Browse the repository at this point in the history
  2. .

    Signed-off-by: AilinKid <314806019@qq.com>
    AilinKid committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    9ee1a4e View commit details
    Browse the repository at this point in the history
  3. address commnet, use syncutil.mu replace std.mu

    Signed-off-by: AilinKid <314806019@qq.com>
    AilinKid committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    a72331f View commit details
    Browse the repository at this point in the history
  4. .

    Signed-off-by: AilinKid <314806019@qq.com>
    AilinKid committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    a8b6253 View commit details
    Browse the repository at this point in the history
  5. .

    Signed-off-by: AilinKid <314806019@qq.com>
    AilinKid committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    b332a23 View commit details
    Browse the repository at this point in the history