MDEV-28242 Assertion `!check_foreigns' failed in trx_t::check_bulk_buffer
If transaction does bulk insert and disables the foreign_key_check then InnoDB fails with the assert failure. InnoDB has strict assertion that check_foreigns and unique_secondary_check should be enabled if the transaction does bulk insert in innodb_prepare_commit_versioned().
Showing
Please register or sign in to comment