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

config, session: make Local Transaction not to affect Stale Read #25559

Merged
merged 29 commits into from
Jun 22, 2021

Commits on Jun 18, 2021

  1. Add EnableLocalTxn config

    Signed-off-by: JmPotato <[email protected]>
    JmPotato committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    07e0b8a View commit details
    Browse the repository at this point in the history
  2. Update the client-go

    Signed-off-by: JmPotato <[email protected]>
    JmPotato committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    a68f7bd View commit details
    Browse the repository at this point in the history
  3. Update the client-go to add tests later

    Signed-off-by: JmPotato <[email protected]>
    JmPotato committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    47b0939 View commit details
    Browse the repository at this point in the history
  4. Refine the tests

    Signed-off-by: JmPotato <[email protected]>
    JmPotato committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    465464c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5583dca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    07f12de View commit details
    Browse the repository at this point in the history
  7. Refine the tests

    Signed-off-by: JmPotato <[email protected]>
    JmPotato committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    f77861d View commit details
    Browse the repository at this point in the history
  8. Make EnableLocalTxn become a system variable

    Signed-off-by: JmPotato <[email protected]>
    JmPotato committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    a71b0f3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5adba19 View commit details
    Browse the repository at this point in the history
  10. Fix the DDL tests

    Signed-off-by: JmPotato <[email protected]>
    JmPotato committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    cde7592 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2021

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

Commits on Jun 21, 2021

  1. Update the client-go

    Signed-off-by: JmPotato <[email protected]>
    JmPotato committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    f319e70 View commit details
    Browse the repository at this point in the history
  2. Keep the default value of TiDBTxnScope unchanged

    Signed-off-by: JmPotato <[email protected]>
    JmPotato committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    25d3517 View commit details
    Browse the repository at this point in the history
  3. Update CheckAndGetTxnScope

    Signed-off-by: JmPotato <[email protected]>
    JmPotato committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    e3c36a5 View commit details
    Browse the repository at this point in the history
  4. Address the comment

    Signed-off-by: JmPotato <[email protected]>
    JmPotato committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    1ca6635 View commit details
    Browse the repository at this point in the history
  5. Fix the test

    Signed-off-by: JmPotato <[email protected]>
    JmPotato committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    1665f36 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d2ce865 View commit details
    Browse the repository at this point in the history
  7. Address the comment

    Signed-off-by: JmPotato <[email protected]>
    JmPotato committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    78e4093 View commit details
    Browse the repository at this point in the history
  8. Refine the behavior

    Signed-off-by: JmPotato <[email protected]>
    JmPotato committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    58ed7b6 View commit details
    Browse the repository at this point in the history
  9. Add more tests

    Signed-off-by: JmPotato <[email protected]>
    JmPotato committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    7ab7638 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cd5d22e View commit details
    Browse the repository at this point in the history
  11. Address the comment and refine the test

    Signed-off-by: JmPotato <[email protected]>
    JmPotato committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    dbfba82 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0ce96cb View commit details
    Browse the repository at this point in the history
  13. Fix the test

    Signed-off-by: JmPotato <[email protected]>
    JmPotato committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    8a387b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Address the comments

    Signed-off-by: JmPotato <[email protected]>
    JmPotato committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    74f4cee View commit details
    Browse the repository at this point in the history
  2. Refine the logic

    Signed-off-by: JmPotato <[email protected]>
    JmPotato committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    8c05e50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93b11f6 View commit details
    Browse the repository at this point in the history
  4. Address the comment

    Signed-off-by: JmPotato <[email protected]>
    JmPotato committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    1d31761 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c446766 View commit details
    Browse the repository at this point in the history