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

*: add resource group name into information_schema.processlist #40739

Merged
merged 26 commits into from Feb 3, 2023

Commits on Feb 2, 2023

  1. *: let processlist support resource group and enhance drop resource g…

    …roup check
    
    Signed-off-by: BornChanger <dawn_catcher@126.com>
    BornChanger committed Feb 2, 2023
    Copy the full SHA
    84cd49a View commit details
    Browse the repository at this point in the history
  2. *: make lint happy

    Signed-off-by: BornChanger <dawn_catcher@126.com>
    BornChanger committed Feb 2, 2023
    Copy the full SHA
    122bec6 View commit details
    Browse the repository at this point in the history
  3. *: polish code

    Signed-off-by: BornChanger <dawn_catcher@126.com>
    BornChanger committed Feb 2, 2023
    Copy the full SHA
    5b9388e View commit details
    Browse the repository at this point in the history
  4. *: make bazel happy

    Signed-off-by: BornChanger <dawn_catcher@126.com>
    BornChanger committed Feb 2, 2023
    Copy the full SHA
    fb8f294 View commit details
    Browse the repository at this point in the history
  5. *: fix cases

    Signed-off-by: BornChanger <dawn_catcher@126.com>
    BornChanger committed Feb 2, 2023
    Copy the full SHA
    7c0b4a2 View commit details
    Browse the repository at this point in the history
  6. *: add comment back

    Signed-off-by: BornChanger <dawn_catcher@126.com>
    BornChanger committed Feb 2, 2023
    Copy the full SHA
    02632e3 View commit details
    Browse the repository at this point in the history
  7. *: polish some error message

    Signed-off-by: BornChanger <dawn_catcher@126.com>
    BornChanger committed Feb 2, 2023
    Copy the full SHA
    18392f8 View commit details
    Browse the repository at this point in the history
  8. *: make resource group name case insensitive

    Signed-off-by: BornChanger <dawn_catcher@126.com>
    BornChanger committed Feb 2, 2023
    Copy the full SHA
    b0929a8 View commit details
    Browse the repository at this point in the history
  9. *: polish information_schema.resource_groups

    Signed-off-by: BornChanger <dawn_catcher@126.com>
    BornChanger committed Feb 2, 2023
    Copy the full SHA
    e55e5e0 View commit details
    Browse the repository at this point in the history
  10. *: code format

    Signed-off-by: BornChanger <dawn_catcher@126.com>
    BornChanger committed Feb 2, 2023
    Copy the full SHA
    cebbd6e View commit details
    Browse the repository at this point in the history
  11. *: make bazel happy

    Signed-off-by: BornChanger <dawn_catcher@126.com>
    BornChanger committed Feb 2, 2023
    Copy the full SHA
    f71707f View commit details
    Browse the repository at this point in the history
  12. *: rename column

    Signed-off-by: BornChanger <dawn_catcher@126.com>
    BornChanger committed Feb 2, 2023
    Copy the full SHA
    5c345b1 View commit details
    Browse the repository at this point in the history
  13. *: fix issue pingcap#40854

    Signed-off-by: BornChanger <dawn_catcher@126.com>
    BornChanger committed Feb 2, 2023
    Copy the full SHA
    fa80bae View commit details
    Browse the repository at this point in the history
  14. *: address comments

    Signed-off-by: BornChanger <dawn_catcher@126.com>
    BornChanger committed Feb 2, 2023
    Copy the full SHA
    3107505 View commit details
    Browse the repository at this point in the history
  15. *: code format

    Signed-off-by: BornChanger <dawn_catcher@126.com>
    BornChanger committed Feb 2, 2023
    Copy the full SHA
    a49053f View commit details
    Browse the repository at this point in the history
  16. *: fix case

    Signed-off-by: BornChanger <dawn_catcher@126.com>
    BornChanger committed Feb 2, 2023
    Copy the full SHA
    62d39c4 View commit details
    Browse the repository at this point in the history
  17. *: rebase

    Signed-off-by: BornChanger <dawn_catcher@126.com>
    BornChanger committed Feb 2, 2023
    Copy the full SHA
    04c03e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. *: tune some code

    Signed-off-by: BornChanger <dawn_catcher@126.com>
    BornChanger committed Feb 3, 2023
    Copy the full SHA
    95cf62d View commit details
    Browse the repository at this point in the history
  2. *: fix case

    Signed-off-by: BornChanger <dawn_catcher@126.com>
    BornChanger committed Feb 3, 2023
    Copy the full SHA
    8686543 View commit details
    Browse the repository at this point in the history
  3. *: adjust case

    Signed-off-by: BornChanger <dawn_catcher@126.com>
    BornChanger committed Feb 3, 2023
    Copy the full SHA
    8c35622 View commit details
    Browse the repository at this point in the history
  4. *: rename column

    Signed-off-by: BornChanger <dawn_catcher@126.com>
    BornChanger committed Feb 3, 2023
    Copy the full SHA
    4227b27 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    3ab719a View commit details
    Browse the repository at this point in the history
  6. *: rename column

    Signed-off-by: BornChanger <dawn_catcher@126.com>
    BornChanger committed Feb 3, 2023
    Copy the full SHA
    07b7220 View commit details
    Browse the repository at this point in the history
  7. *: clean up code

    Signed-off-by: BornChanger <dawn_catcher@126.com>
    BornChanger committed Feb 3, 2023
    Copy the full SHA
    7086b8b View commit details
    Browse the repository at this point in the history
  8. *: clean up code

    Signed-off-by: BornChanger <dawn_catcher@126.com>
    BornChanger committed Feb 3, 2023
    Copy the full SHA
    c43f49e View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    9196613 View commit details
    Browse the repository at this point in the history