• Monty's avatar
    Make rename atomic/repeatable in MyISAM and Aria · 55c771b4
    Monty authored
    This is required to make Atomic RENAME TABLE work for these engines
    
    The requirement is that if we have a server crash in the middle of a
    storage engine rename call, the upcoming ddl log recovery should be able
    to finalize it by re-execute the rename.
    55c771b4
mi_rename.c 1.68 KB