summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/galera/t/galera_forced_binlog_format_ctas.test
blob: bb9cb6a9403c3f3e71fa67ada945d263452024b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--source include/galera_cluster.inc

call mtr.add_suppression("Unsafe statement written to the binary log using statement format since.*");

SET GLOBAL wsrep_forced_binlog_format=ROW;

--source suite/galera/t/galera_forced_binlog_ctas_test.inc

SET GLOBAL wsrep_forced_binlog_format=STATEMENT;

--source suite/galera/t/galera_forced_binlog_ctas_test.inc

SET GLOBAL wsrep_forced_binlog_format=MIXED;

--source suite/galera/t/galera_forced_binlog_ctas_test.inc

SET GLOBAL wsrep_forced_binlog_format=NONE;

--source suite/galera/t/galera_forced_binlog_ctas_test.inc