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

*: implement tidb_bounded_staleness built-in function #24328

Merged
merged 20 commits into from
May 18, 2021

Commits on Apr 27, 2021

  1. Implement read_ts_in built-in function

    Signed-off-by: JmPotato <ghzpotato@gmail.com>
    JmPotato committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    9848fca View commit details
    Browse the repository at this point in the history
  2. Fix the test

    Signed-off-by: JmPotato <ghzpotato@gmail.com>
    JmPotato committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    fee3489 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Fix TestShowBuiltin

    Signed-off-by: JmPotato <ghzpotato@gmail.com>
    JmPotato committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    1d71ccf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    192a8e6 View commit details
    Browse the repository at this point in the history
  3. Fix some bugs and refine the test

    Signed-off-by: JmPotato <ghzpotato@gmail.com>
    JmPotato committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    d4cf88e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    096e355 View commit details
    Browse the repository at this point in the history
  5. Rename to tidb_bound_staleness

    Signed-off-by: JmPotato <ghzpotato@gmail.com>
    JmPotato committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    c9309ba View commit details
    Browse the repository at this point in the history
  6. Make tidb_bound_staleness deterministic

    Signed-off-by: JmPotato <ghzpotato@gmail.com>
    JmPotato committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    7d8c27f View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. Resolve the conflict

    Signed-off-by: JmPotato <ghzpotato@gmail.com>
    JmPotato committed May 10, 2021
    Configuration menu
    Copy the full SHA
    a18f522 View commit details
    Browse the repository at this point in the history
  2. Improve code reusability

    Signed-off-by: JmPotato <ghzpotato@gmail.com>
    JmPotato committed May 10, 2021
    Configuration menu
    Copy the full SHA
    2a7928d View commit details
    Browse the repository at this point in the history
  3. Fix the test

    Signed-off-by: JmPotato <ghzpotato@gmail.com>
    JmPotato committed May 10, 2021
    Configuration menu
    Copy the full SHA
    78ddfe4 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Resolve the conflict

    Signed-off-by: JmPotato <ghzpotato@gmail.com>
    JmPotato committed May 11, 2021
    Configuration menu
    Copy the full SHA
    a4826bc View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Rename to tidb_staleness_bound

    Signed-off-by: JmPotato <ghzpotato@gmail.com>
    JmPotato committed May 12, 2021
    Configuration menu
    Copy the full SHA
    5c43d1b View commit details
    Browse the repository at this point in the history
  2. Resolve the conflict

    Signed-off-by: JmPotato <ghzpotato@gmail.com>
    JmPotato committed May 12, 2021
    Configuration menu
    Copy the full SHA
    246c393 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Rename to tidb_bounded_staleness

    Signed-off-by: JmPotato <ghzpotato@gmail.com>
    JmPotato committed May 13, 2021
    Configuration menu
    Copy the full SHA
    4ed0d68 View commit details
    Browse the repository at this point in the history
  2. Resolve the conflict

    Signed-off-by: JmPotato <ghzpotato@gmail.com>
    JmPotato committed May 13, 2021
    Configuration menu
    Copy the full SHA
    3786ac1 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. Address the comment

    Signed-off-by: JmPotato <ghzpotato@gmail.com>
    JmPotato committed May 14, 2021
    Configuration menu
    Copy the full SHA
    921a440 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Use Datetime as the type of function result

    Signed-off-by: JmPotato <ghzpotato@gmail.com>
    JmPotato committed May 17, 2021
    Configuration menu
    Copy the full SHA
    d49a650 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Update the parser

    Signed-off-by: JmPotato <ghzpotato@gmail.com>
    JmPotato committed May 18, 2021
    Configuration menu
    Copy the full SHA
    4772c3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bde67d7 View commit details
    Browse the repository at this point in the history