• Sergei Golubchik's avatar
    bugfix: remove my_delete_with_symlink() · d72dbb41
    Sergei Golubchik authored
    it was race condition prone. instead use either a pair of my_delete()
    calls with already resolved paths, or a safe high-level function
    my_handler_delete_with_symlink(), like MyISAM and Aria already do.
    d72dbb41
mi_create.c 28.7 KB