• Jan Lindström's avatar
    MDEV-10083: Orphan ibd file when playing with foreign keys · ef92aaf9
    Jan Lindström authored
    Analysis: row_drop_table_for_mysql did not allow dropping
    referenced table even in case when actual creating of the
    referenced table was not successfull if foreign_key_checks=1.
    
    Fix: Allow dropping referenced table even if foreign_key_checks=1
    if actual table create returned error.
    ef92aaf9
trx0roll.c 31.7 KB