mariadb/mysql-test/suite/galera
Nirbhay Choubey 581b49dd3d MDEV-7995 : DMLs not getting replicated with log-bin=OFF & binlog-format != ROW
This bug is a side-effect of fix for MDEV-6924, where we completely
stopped a statement-based event from getting into the binlog cache when
binary logging is not enabled (and thus, wsrep_emulate_binlog mode = 1).
As a result, the SBR events were not replicated.

Fixed by allowing the SBR events to be written into the binlog cache.

Note: Only DMLs were affected as DDLs are replicated via TOI.

Merged galera_create_trigger.test from github.com/codership/mysql-wsrep.
2015-04-22 18:13:30 -04:00
..
r MDEV-7995 : DMLs not getting replicated with log-bin=OFF & binlog-format != ROW 2015-04-22 18:13:30 -04:00
t MDEV-7995 : DMLs not getting replicated with log-bin=OFF & binlog-format != ROW 2015-04-22 18:13:30 -04:00
galera_2nodes.cnf Reduce gcache size to cut down disk usage 2015-03-09 22:55:54 -04:00
my.cnf Added MTR support for galera. 2014-02-25 13:13:39 -05:00
suite.pm Changes in wsrep_guess_ip() 2015-02-24 21:55:22 -05:00