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

*: separate auto_increment ID allocator from _tidb_rowid allocator when AUTO_ID_CACHE=1 #39041

Merged
merged 33 commits into from
Nov 29, 2022

Commits on Nov 9, 2022

  1. save

    tiancaiamao committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    8b23a8a View commit details
    Browse the repository at this point in the history
  2. save

    tiancaiamao committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    416e758 View commit details
    Browse the repository at this point in the history
  3. save again

    tiancaiamao committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    e3cf9f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. add tests

    tiancaiamao committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    4aca589 View commit details
    Browse the repository at this point in the history
  2. update test

    tiancaiamao committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    ccc647e View commit details
    Browse the repository at this point in the history
  3. cleanup

    tiancaiamao committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    f3f14ff View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Configuration menu
    Copy the full SHA
    b5fc7b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd43d92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    166a4c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. Configuration menu
    Copy the full SHA
    5e3e7b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a073fa View commit details
    Browse the repository at this point in the history
  3. make bazel_prepare

    tiancaiamao committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    402ab20 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    976f54b View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. fix mysql-test

    tiancaiamao committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    877a86d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6419f7c View commit details
    Browse the repository at this point in the history
  3. fix build

    tiancaiamao committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    a2b9cb6 View commit details
    Browse the repository at this point in the history
  4. make fmt

    tiancaiamao committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    7ca9505 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. address comment

    tiancaiamao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    069a858 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acd5e48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f4c3b6 View commit details
    Browse the repository at this point in the history
  4. fix CI

    tiancaiamao committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    14b7bf9 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Configuration menu
    Copy the full SHA
    d11e237 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9c0fb5 View commit details
    Browse the repository at this point in the history
  3. fix build

    tiancaiamao committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    b08b9fb View commit details
    Browse the repository at this point in the history
  4. fix build

    tiancaiamao committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    fded827 View commit details
    Browse the repository at this point in the history
  5. fix CI

    tiancaiamao committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    90ab5fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e5daacf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c02f95e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0d4a0b9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3ce5231 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    09674e5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9fff691 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3627e40 View commit details
    Browse the repository at this point in the history