• unknown's avatar
    row0vers.c, row0sel.c, row0ins.c: · 1efc292b
    unknown authored
      Fix bug: InnoDB could print that it cannot find a clustered index record if an update undo, purge, and a consistent read coincided, in rare cases it might also have returned a wrong row in a query
    
    
    innobase/row/row0ins.c:
      Fix bug: InnoDB could print that it cannot find a clustered index record if an update undo, purge, and a consistent read coincided, in rare cases it might also have returned a wrong row in a query
    innobase/row/row0sel.c:
      Fix bug: InnoDB could print that it cannot find a clustered index record if an update undo, purge, and a consistent read coincided, in rare cases it might also have returned a wrong row in a query
    innobase/row/row0vers.c:
      Fix bug: InnoDB could print that it cannot find a clustered index record if an update undo, purge, and a consistent read coincided, in rare cases it might also have returned a wrong row in a query
    1efc292b
row0sel.c 89.7 KB