MDEV-28037 Assertion `trx->bulk_insert' failed in innodb_prepare_commit_versioned
- Trigger statement initiate update statement after bulk insert operation and leads to disable of bulk operation. During commit, InnoDB expects transaction to be in bulk insert mode before applying the bulk insert operation. InnoDB transaction should apply all bulk insert operation before disabling bulk insert operation.
Showing
Please register or sign in to comment