mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +03:00
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.