• gshchepa/uchum@gleb.loc's avatar
    Fixed bug #31310. · 09f6306a
    gshchepa/uchum@gleb.loc authored
    Locked rows of the InnoDB storage was silently skipped in the read-committed
    isolation level.
    
    QUICK_RANGE_SELECT for unique ranges lacks second (blocking) read
    of the record that was read semi-consistently and just skip it.
    
    The handler::read_multi_range_next method has been modified
    to retry previous unique range if the previous read was
    semi-consistent.
    09f6306a
innodb_mysql.result 37.8 KB