• Rucha Deodhar's avatar
    MDEV-26611: ERROR_INDEX isn't intuitively clear · d5e606c6
    Rucha Deodhar authored
    Fixup for MDEV-10075
    
    Analysis: ERROR_INDEX implemented in MDEV-10075 was not intuitively clear.
    
    Fix: changed parser to use ROW_NUMBER instead of ERROR_INDEX. Removed
    ERROR_INDEX and ERROR_INDEX_SYM from related files. Changed m_error_index
    to m_row_number.
    d5e606c6
mysql_client_test.c 583 KB