• Rucha Deodhar's avatar
    MDEV-26842: ROW_NUMBER is not set and differs from the message upon... · 635be990
    Rucha Deodhar authored
    MDEV-26842: ROW_NUMBER is not set and differs from the message upon WARN_DATA_TRUNCATED produced by inplace ALTER
    
    Analysis: When row number is passed as parameter to set_warning() it is only
    used for error/warning text but m_current_row_for_warning is not updated.
    Hence default value of m_current_row_for_warning is assumed.
    Fix: update m_current_row_for_warning when error/warning occurs.
    635be990
get_diagnostics.test 39.2 KB