File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
mysql-test/suite/galera/t Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 5
5
--source include/galera_cluster.inc
6
6
--source include/have_perfschema.inc
7
7
8
+ --let $wait_condition = SELECT VARIABLE_VALUE = 2 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_size';
9
+ --source include/wait_condition.inc
10
+
8
11
use performance_schema;
9
12
10
13
--vertical_results
@@ -22,6 +25,7 @@ insert into t1 values (1),(2);
22
25
use performance_schema;
23
26
select name from mutex_instances where name like 'wait/synch/mutex/sql/LOCK_wsrep%' order by name;
24
27
select name from cond_instances where name like 'wait/synch/cond/sql/COND_wsrep%' order by name;
28
+
25
29
# Whenever a node fails to apply an event on a slave node, the database server creates a
26
30
# special binary log file of the event in the data directory. The naming convention the
27
31
# node uses for the filename is GRA_*.log.
@@ -55,4 +59,3 @@ CALL mtr.add_suppression("Slave SQL: Error 'Table 't2' already exists' on query"
55
59
use test;
56
60
drop table t1;
57
61
drop table t2;
58
-
You can’t perform that action at this time.
0 commit comments