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

infoschema, executor: Add the deadlock table #24524

Merged
merged 47 commits into from
May 19, 2021

Commits on Apr 28, 2021

  1. update kvproto

    MyonKeminta committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    5385cae View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Configuration menu
    Copy the full SHA
    3cafe7b View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Configuration menu
    Copy the full SHA
    111be4d View commit details
    Browse the repository at this point in the history
  2. update kvproto

    MyonKeminta committed May 7, 2021
    Configuration menu
    Copy the full SHA
    b1594db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4acb387 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2021

  1. Configuration menu
    Copy the full SHA
    9c1ac33 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. Implement deadlock table

    MyonKeminta committed May 10, 2021
    Configuration menu
    Copy the full SHA
    9a00ee9 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Configuration menu
    Copy the full SHA
    95977fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15d1830 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edc8555 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Configuration menu
    Copy the full SHA
    924e260 View commit details
    Browse the repository at this point in the history
  2. remove unnecessary change

    MyonKeminta committed May 12, 2021
    Configuration menu
    Copy the full SHA
    c80d7f8 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Enrich the test

    MyonKeminta committed May 13, 2021
    Configuration menu
    Copy the full SHA
    4af4e85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    566688f View commit details
    Browse the repository at this point in the history
  3. Fix wait chain order to be consistent with tikv's implementation

    Signed-off-by: MyonKeminta <MyonKeminta@users.noreply.github.com>
    MyonKeminta committed May 13, 2021
    Configuration menu
    Copy the full SHA
    97b8c4a View commit details
    Browse the repository at this point in the history
  4. Address comments

    MyonKeminta committed May 13, 2021
    Configuration menu
    Copy the full SHA
    76ef368 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    499959a View commit details
    Browse the repository at this point in the history
  6. Fix build

    MyonKeminta committed May 13, 2021
    Configuration menu
    Copy the full SHA
    598bbd8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e1b2c98 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    563e66b View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. Configuration menu
    Copy the full SHA
    574729f View commit details
    Browse the repository at this point in the history
  2. Add test for TestErrDeadlockToDeadlockRecord

    Signed-off-by: MyonKeminta <MyonKeminta@users.noreply.github.com>
    MyonKeminta committed May 14, 2021
    Configuration menu
    Copy the full SHA
    968f81f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21eb1c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51a32ee View commit details
    Browse the repository at this point in the history
  5. Fix lint

    MyonKeminta committed May 14, 2021
    Configuration menu
    Copy the full SHA
    ee5fd07 View commit details
    Browse the repository at this point in the history
  6. fix and enrich tests

    MyonKeminta committed May 14, 2021
    Configuration menu
    Copy the full SHA
    6777ada View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    98f2f3c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b8be1bb View commit details
    Browse the repository at this point in the history
  9. fix test

    MyonKeminta committed May 14, 2021
    Configuration menu
    Copy the full SHA
    7037abb View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Refine the privilege test

    MyonKeminta committed May 17, 2021
    Configuration menu
    Copy the full SHA
    f63249d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bb49bc View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Address comments

    MyonKeminta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    d290d8b View commit details
    Browse the repository at this point in the history
  2. update todo comment

    MyonKeminta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    670080a View commit details
    Browse the repository at this point in the history
  3. fix fmt and test

    MyonKeminta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    f78f5ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de24c95 View commit details
    Browse the repository at this point in the history
  5. Fix lint

    MyonKeminta committed May 18, 2021
    Configuration menu
    Copy the full SHA
    760c80a View commit details
    Browse the repository at this point in the history
  6. Update util/deadlockhistory/deadlock_history.go

    Co-authored-by: Lei Zhao <zlwgx1023@gmail.com>
    MyonKeminta and youjiali1995 authored May 18, 2021
    Configuration menu
    Copy the full SHA
    b1b705c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bda5a20 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    55d8900 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. renaming

    MyonKeminta committed May 19, 2021
    Configuration menu
    Copy the full SHA
    97a9d1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    816a573 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b1e42c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dee9ac6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    54f9054 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1da7b3d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b9a4830 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4d7a769 View commit details
    Browse the repository at this point in the history