• Marko Mäkelä's avatar
    Fix clang 10 warnings · 9f858f38
    Marko Mäkelä authored
    _ma_fetch_keypage(): Correct an assertion that used to always hold.
    Thanks to clang -Wint-in-bool-context for flagging this.
    
    double_to_datetime_with_warn(): Suppress -Wimplicit-int-float-conversion
    by adding a cast. LONGLONG_MAX converted to double will actually be
    LONGLONG_MAX+1.
    9f858f38
sql_time.cc 39.9 KB