mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-21833 Make slave_run_triggers_for_rbr enforce triggers to run on slave, even when there are triggers on the master
A bit changed patch of Anders Karlsson with examples added. New parameters "ENFORCE" to slave-run-triggers-for-rbr added.
This commit is contained in:
committed by
Andrei Elkin
parent
1f5a8e1f77
commit
980108ceeb
@ -106,7 +106,8 @@ enum enum_slave_exec_mode { SLAVE_EXEC_MODE_STRICT,
|
||||
SLAVE_EXEC_MODE_LAST_BIT };
|
||||
enum enum_slave_run_triggers_for_rbr { SLAVE_RUN_TRIGGERS_FOR_RBR_NO,
|
||||
SLAVE_RUN_TRIGGERS_FOR_RBR_YES,
|
||||
SLAVE_RUN_TRIGGERS_FOR_RBR_LOGGING};
|
||||
SLAVE_RUN_TRIGGERS_FOR_RBR_LOGGING,
|
||||
SLAVE_RUN_TRIGGERS_FOR_RBR_ENFORCE};
|
||||
enum enum_slave_type_conversions { SLAVE_TYPE_CONVERSIONS_ALL_LOSSY,
|
||||
SLAVE_TYPE_CONVERSIONS_ALL_NON_LOSSY};
|
||||
|
||||
|
Reference in New Issue
Block a user