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

*: query failed after add index / timestamp out-of-range (#28424) #29323

Merged
merged 3 commits into from
Dec 10, 2021

Commits on Nov 1, 2021

  1. *: query failed after add index / timestamp out-of-range (pingcap#28424)

    Two issues, convertToMysqlTimestamp did set out-of-range timestamp to
    Zero, when it would still be a storable/comparable KindMysqlTime.
    (we only artificially limit the range of Timestamp to be compatible
    with MySQL).
    
    When this change was done,
    it broke pingcap#26584 (insert of invalid timestamp succeeded),
    which needed a different change in handleZeroDatetime
    mjonss committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    87f250f View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Configuration menu
    Copy the full SHA
    9fbebe3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b29046 View commit details
    Browse the repository at this point in the history