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, txn: implement DATA_LOCK_WAITS table #24750

Merged
merged 24 commits into from
May 27, 2021

Commits on May 26, 2021

  1. Basic implementation

    longfangsong committed May 26, 2021
    Configuration menu
    Copy the full SHA
    0967709 View commit details
    Browse the repository at this point in the history
  2. Make lint happy

    longfangsong committed May 26, 2021
    Configuration menu
    Copy the full SHA
    f8fc3ae View commit details
    Browse the repository at this point in the history
  3. check privilege

    longfangsong committed May 26, 2021
    Configuration menu
    Copy the full SHA
    bb368cf View commit details
    Browse the repository at this point in the history
  4. Add unit test

    longfangsong committed May 26, 2021
    Configuration menu
    Copy the full SHA
    85a2e28 View commit details
    Browse the repository at this point in the history
  5. Add test for privilege

    longfangsong committed May 26, 2021
    Configuration menu
    Copy the full SHA
    afdb321 View commit details
    Browse the repository at this point in the history
  6. Error handling

    longfangsong committed May 26, 2021
    Configuration menu
    Copy the full SHA
    0824c0a View commit details
    Browse the repository at this point in the history
  7. Update test

    longfangsong committed May 26, 2021
    Configuration menu
    Copy the full SHA
    a30dba1 View commit details
    Browse the repository at this point in the history
  8. fix conflict

    longfangsong committed May 26, 2021
    Configuration menu
    Copy the full SHA
    420b5ea View commit details
    Browse the repository at this point in the history
  9. address comment

    longfangsong committed May 26, 2021
    Configuration menu
    Copy the full SHA
    2d29800 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6aeea7c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    96c0d42 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. Address comments

    longfangsong committed May 27, 2021
    Configuration menu
    Copy the full SHA
    bcc7a5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36df5e1 View commit details
    Browse the repository at this point in the history
  3. Update store/tikv/region_cache.go

    Co-authored-by: Lei Zhao <zlwgx1023@gmail.com>
    longfangsong and youjiali1995 authored May 27, 2021
    Configuration menu
    Copy the full SHA
    c869d79 View commit details
    Browse the repository at this point in the history
  4. Update kv/kv.go

    Co-authored-by: Lei Zhao <zlwgx1023@gmail.com>
    longfangsong and youjiali1995 authored May 27, 2021
    Configuration menu
    Copy the full SHA
    e9b23ab View commit details
    Browse the repository at this point in the history
  5. Update kv/kv.go

    Co-authored-by: Lei Zhao <zlwgx1023@gmail.com>
    longfangsong and youjiali1995 authored May 27, 2021
    Configuration menu
    Copy the full SHA
    a3aebf0 View commit details
    Browse the repository at this point in the history
  6. address comments

    longfangsong committed May 27, 2021
    Configuration menu
    Copy the full SHA
    38537e1 View commit details
    Browse the repository at this point in the history
  7. remove hash field

    longfangsong committed May 27, 2021
    Configuration menu
    Copy the full SHA
    eb7c354 View commit details
    Browse the repository at this point in the history
  8. address comments

    longfangsong committed May 27, 2021
    Configuration menu
    Copy the full SHA
    5d60603 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1f6f44d View commit details
    Browse the repository at this point in the history
  10. fix test

    longfangsong committed May 27, 2021
    Configuration menu
    Copy the full SHA
    ee154c1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e72acea View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    32adcb9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ce1c7bd View commit details
    Browse the repository at this point in the history