• Satya Bodapati's avatar
    Bug#16752251 - INNODB DOESN'T REDO-LOG INSERT BUFFER MERGE OPERATION IF · f166ec71
    Satya Bodapati authored
    	       IT IS DONE IN-PLACE
    
    With change buffer enabled, InnoDB doesn't write a transaction log
    record when it merges a record from the insert buffer to an secondary
    index page if the insertion is performed as an update-in-place.
    
    Fixed by logging the 'update-in-place' operation on secondary index
    pages.
    
    Approved by Marko. rb#2429
    f166ec71
btr0cur.c 105 KB