Oleksandr Byelkin
980108ceeb
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.
2020-03-09 22:16:43 +02:00
Sergei Golubchik
47573cee4d
cleanup: include/have_rbr_triggers.inc
...
this is always enabled now,
no need for a conditional
2018-05-12 10:16:45 +02:00
Sergey Vojtovich
282497dd6d
MDEV-6720 - enable connection log in mysqltest by default
2016-03-31 10:11:16 +04:00
Vicențiu Ciorbaru
de1fa45276
[MDEV-8411] Assertion failed in !table->write_set
...
The reason for the assertion failure is that the update statement for
the minimal row image sets only the PK column in the write_set of the
table to true. On the other hand, the trigger aims to update a different
column.
Make sure that triggers update the used columns accordingly, when being
processed.
2016-02-23 16:56:37 +02:00
Sergei Golubchik
6a2fbdf948
MDEV-6979 simplify trigger rules for RBR triggers
...
Rows_log_event::write_row - don't optimize DELETE+INSERT
into UPDATE if RBR triggers are used
2014-12-04 10:41:52 +01:00
unknown
af3180ab6f
MDEV-9095: Executing triggers on slave in row-based replication
2014-03-19 11:00:56 +02:00