mariadb/mysql-test/suite/innodb
Thirunarayanan Balathandayuthapani 188c5da72a MDEV-32453 Bulk insert fails to apply when trigger does insert operation
Reason:
=======
- InnoDB fails to apply the buffered insert operation if the
after insert trigger does change the same table. This behaviour
leads to empty table for the subsequent insert operation
and server abort.

Solution:
========
- InnoDB should apply buffered insert operation if
"after insert" trigger changes the same table.
2024-04-08 14:24:20 +05:30
..
include Merge 10.6 into 10.11 2024-02-08 15:04:46 +02:00
r MDEV-32453 Bulk insert fails to apply when trigger does insert operation 2024-04-08 14:24:20 +05:30
t MDEV-32453 Bulk insert fails to apply when trigger does insert operation 2024-04-08 14:24:20 +05:30