Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
Description
RBR triggers are re-enabled in 10.1.1.
Development tasks: MDEV-5095 MDEV-6979
Create test configuration for RBR triggers (to be added later into general 10.1 regression test).
Note: MDEV-6979 is related to sql_exec_mode=IDEMPOTENT. That is, the scenario it describes is when the master inserted a row just fine, wrote it to the binlog, but on slave the row already exists; so, normally the event would have caused replication abort, while in IDEMPOTENT mode it will continue and will work as MDEV-6979 describes (delete and insert the row).