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

sql: implement SHOW BR JOBS <n:int> and CANCEL BR JOB <n:int> #43074

Merged
merged 21 commits into from
May 5, 2023

Commits on Apr 14, 2023

  1. basic implementation

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    aca389c View commit details
    Browse the repository at this point in the history
  2. make format && make bazel_prepare

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    0a7fdc3 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. make clippy happy

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    1c5bc85 View commit details
    Browse the repository at this point in the history
  2. redact the access key (along with endpoints, consistency?)

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    32125ab View commit details
    Browse the repository at this point in the history
  3. fix typo

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    7448ab6 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. make err

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    66957a6 View commit details
    Browse the repository at this point in the history
  2. make a detailed license

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    e6351bc View commit details
    Browse the repository at this point in the history
  3. remove thrilling spaces

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    9db27b5 View commit details
    Browse the repository at this point in the history
  4. fix tests

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    2cb9058 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Update planner/core/planbuilder.go

    Co-authored-by: Jianjun Liao <36503113+Leavrth@users.noreply.github.com>
    YuJuncen and Leavrth authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    084ce64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb1ab11 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. address comments

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    af8d4de View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. try fix tests

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed May 5, 2023
    Configuration menu
    Copy the full SHA
    d01b260 View commit details
    Browse the repository at this point in the history
  2. make fmt

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed May 5, 2023
    Configuration menu
    Copy the full SHA
    f7f2eb9 View commit details
    Browse the repository at this point in the history
  3. make bazel_prepare

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed May 5, 2023
    Configuration menu
    Copy the full SHA
    eaeb7b9 View commit details
    Browse the repository at this point in the history
  4. try fix race

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed May 5, 2023
    Configuration menu
    Copy the full SHA
    234b24e View commit details
    Browse the repository at this point in the history
  5. fix race

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed May 5, 2023
    Configuration menu
    Copy the full SHA
    47c4cf0 View commit details
    Browse the repository at this point in the history
  6. make fmt

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed May 5, 2023
    Configuration menu
    Copy the full SHA
    166f68f View commit details
    Browse the repository at this point in the history
  7. implementated basic pause-gc

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed May 5, 2023
    Configuration menu
    Copy the full SHA
    3da80d7 View commit details
    Browse the repository at this point in the history
  8. make clippy happy

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed May 5, 2023
    Configuration menu
    Copy the full SHA
    2dc141d View commit details
    Browse the repository at this point in the history
  9. fix test

    Signed-off-by: hillium <yujuncen@pingcap.com>
    YuJuncen committed May 5, 2023
    Configuration menu
    Copy the full SHA
    09e57e9 View commit details
    Browse the repository at this point in the history