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

txn: Add txn state's view #22908

Merged
merged 52 commits into from
May 12, 2021
Merged

Commits on Mar 18, 2021

  1. Add txn state's recording table

    Signed-off-by: longfangsong <longfangsong@icloud.com>
    longfangsong committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    3024769 View commit details
    Browse the repository at this point in the history
  2. Rebase

    Signed-off-by: longfangsong <longfangsong@icloud.com>
    longfangsong committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    3bea616 View commit details
    Browse the repository at this point in the history
  3. Basic unit test

    Signed-off-by: longfangsong <longfangsong@icloud.com>
    longfangsong committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    1f2467d View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Configuration menu
    Copy the full SHA
    53f21db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    062c95c View commit details
    Browse the repository at this point in the history
  3. move some report code to TxnState

    Signed-off-by: longfangsong <longfangsong@icloud.com>
    longfangsong committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    1dd3700 View commit details
    Browse the repository at this point in the history
  4. Collect txn information only when the user requests.

    Inline the txnStateEntry into txnstate
    
    Signed-off-by: longfangsong <longfangsong@icloud.com>
    longfangsong committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    cf8a889 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Cleanup

    longfangsong committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    5cd3f94 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2021

  1. Several bug fixes

    longfangsong committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    51e0c4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2adf235 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. Basic Unit Test

    longfangsong committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    7926f5e View commit details
    Browse the repository at this point in the history
  2. test blocked trx

    longfangsong committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    c1c9d64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    482ec7a View commit details
    Browse the repository at this point in the history
  4. Add columns from session

    longfangsong committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    9791e00 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    78e8a4c View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Configuration menu
    Copy the full SHA
    c63a608 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    868f6f1 View commit details
    Browse the repository at this point in the history
  3. extract TxnInfo struct

    Note TxnInfo has to be in a standalone mod to prevent cycle import
    longfangsong committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    0cdf3a0 View commit details
    Browse the repository at this point in the history
  4. make lint happy

    longfangsong committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    c6f41b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79890e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. Configuration menu
    Copy the full SHA
    9a8834f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19d0c91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab9db0b View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

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

Commits on May 6, 2021

  1. Configuration menu
    Copy the full SHA
    eeae1e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    355f0f7 View commit details
    Browse the repository at this point in the history
  3. Add Privilege check

    longfangsong committed May 6, 2021
    Configuration menu
    Copy the full SHA
    a495256 View commit details
    Browse the repository at this point in the history
  4. Update server/server.go

    Co-authored-by: MyonKeminta <9948422+MyonKeminta@users.noreply.github.com>
    longfangsong and MyonKeminta committed May 6, 2021
    Configuration menu
    Copy the full SHA
    c3aad93 View commit details
    Browse the repository at this point in the history
  5. address some comments

    longfangsong committed May 6, 2021
    Configuration menu
    Copy the full SHA
    4d504db View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Configuration menu
    Copy the full SHA
    1f5d7ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    065667b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fccbf3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2228710 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c95d3f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f5babb8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5692915 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2021

  1. Configuration menu
    Copy the full SHA
    6ebf14c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20109e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    611c015 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3bdd38 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f693298 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    560bcef View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. Address comments

    longfangsong committed May 10, 2021
    Configuration menu
    Copy the full SHA
    68edd43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd65569 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d708c38 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Configuration menu
    Copy the full SHA
    388d0b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1015efc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80b426f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbcfdda View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e35857 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0d66015 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    405fb0d View commit details
    Browse the repository at this point in the history