• Rucha Deodhar's avatar
    MDEV-17729: Assertion `! is_set() || m_can_overwrite_status' failed in · d36cd5f0
    Rucha Deodhar authored
    Diagnostics_area::set_error_status
    
    Analysis: When strict mode is enabled, all warnings are converted to errors
    including those which do not occur because of bad data.
    Fix: Query should not be aborted when we have warning because limit to
    examine rows was reached because it doesn't happen due to bad data.
    So thd->abort_on_warning should be false.
    d36cd5f0
sql_select.cc 861 KB