Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
MDEV-28242 Assertion `!check_foreigns' failed in trx_t::check_bulk_bu…
…ffer 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().
- Loading branch information
1 parent
48f3cf7
commit 3808ffb
Showing
3 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters