• marko's avatar
    branches/zip: Remove update-in-place-in-select from the internal SQL · 4856b4ba
    marko authored
    interpreter.  It was only used for updating the InnoDB internal data
    dictionary when renaming or dropping tables.  It could have caused
    deadlocks after acquiring latches on insert buffer bitmap pages.
    This and r3544 should fix Issue #135.
    
    Furthermore, the update-in-place-in-select does not account for
    compression failure.  That was not a problem yet, since the InnoDB SQL
    interpreter has so far assumed ROW_FORMAT=REDUNDANT.
    
    rb://63 approved by Heikki Tuuri
    4856b4ba
row0upd.h 17.2 KB