summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera_sr/t/galera_sr_slow.test
blob: d98305102fc9d345f352b2cc7add1e844a79194d (plain)
1
2
3
4
5
6
7
8
9
10
11
--source include/galera_cluster.inc

--connection node_1
SET GLOBAL wsrep_trx_fragment_unit='bytes';
SET GLOBAL wsrep_trx_fragment_size=10240000;
SET GLOBAL slow_query_log=ON;
SET GLOBAL log_output='TABLE';
SELECT SLEEP(10);
SET GLOBAL wsrep_trx_fragment_unit=DEFAULT;
SET GLOBAL wsrep_trx_fragment_size=DEFAULT;
SET GLOBAL log_output=DEFAULT;