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

tidb: update statement history in retry() #5207

Merged
merged 2 commits into from
Nov 24, 2017

Commits on Nov 24, 2017

  1. tidb: update statement history in retry()

    Fix a bug in this order:
    1. transaction commit meet schema change
    2. retry and meet retryable error
    3. retry again and success
    
    It would insert stale data, because statement history is not updated,
    we may using the wrong schema.
    tiancaiamao committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    955244d View commit details
    Browse the repository at this point in the history
  2. update to fix ci

    tiancaiamao committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    e7fdae5 View commit details
    Browse the repository at this point in the history