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

schema cache: record the ddl timestamp and associate schema cache with the timestamp for stale read #42083

Merged
merged 22 commits into from
Mar 31, 2023

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    5982d7c View commit details
    Browse the repository at this point in the history
  2. fix test

    hihihuhu committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    b01a24b View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. avoid recursive locking

    hihihuhu committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    611f7e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. address comment

    hihihuhu committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    4da7ca7 View commit details
    Browse the repository at this point in the history
  2. optimize the code

    hihihuhu committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    1710996 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    3f9ce17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7145ef8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f804d62 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

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

Commits on Mar 3, 2023

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

Commits on Mar 9, 2023

  1. fix 40740

    hihihuhu committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    cb4ed3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    541ccd5 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

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

Commits on Mar 24, 2023

  1. Configuration menu
    Copy the full SHA
    5d1f571 View commit details
    Browse the repository at this point in the history
  2. address comment

    hihihuhu committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    f1910d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. address comment

    hihihuhu committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    b6449c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. address comment

    hihihuhu committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    d2a1eac View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. fix CI

    Signed-off-by: xhe <xw897002528@gmail.com>
    xhebox committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    b86f71a View commit details
    Browse the repository at this point in the history
  2. fix CI

    Signed-off-by: xhe <xw897002528@gmail.com>
    xhebox committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    2c9dbc3 View commit details
    Browse the repository at this point in the history
  3. Update meta/meta.go

    CbcWestwolf authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    6d78643 View commit details
    Browse the repository at this point in the history
  4. Update domain/domain.go

    CbcWestwolf authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    9cf179e View commit details
    Browse the repository at this point in the history
  5. fix test

    hihihuhu committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    dab3f0b View commit details
    Browse the repository at this point in the history