@@ -71,16 +71,35 @@ connection node_3a;
7171SET SESSION wsrep_sync_wait = 0;
7272SET SESSION wsrep_sync_wait = DEFAULT;
7373connection node_1a;
74+ Timeout in wait_condition.inc for SELECT COUNT(*) = 0 FROM mysql.wsrep_streaming_log
75+ Id User Host db Command Time State Info Progress
76+ 1 system user NULL Sleep 66 wsrep aborter idle NULL 0.000
77+ 2 system user NULL Sleep 66 closing tables NULL 0.000
78+ 10 root localhost test Sleep 58 NULL 0.000
79+ 11 root localhost:52722 test Sleep 56 NULL 0.000
80+ 12 root localhost:52724 test Query 0 starting show full processlist 0.000
7481SELECT COUNT(*) AS EXPECT_0 FROM mysql.wsrep_streaming_log;
7582EXPECT_0
76- 0
83+ 1
7784connection node_2a;
85+ Timeout in wait_condition.inc for SELECT COUNT(*) = 0 FROM mysql.wsrep_streaming_log
86+ Id User Host db Command Time State Info Progress
87+ 1 system user NULL Sleep 96 wsrep aborter idle NULL 0.000
88+ 2 system user NULL Sleep 87 closing tables NULL 0.000
89+ 10 root localhost:37222 test Sleep 64 NULL 0.000
90+ 11 root localhost:37228 test Query 0 starting show full processlist 0.000
7891SELECT COUNT(*) AS EXPECT_0 FROM mysql.wsrep_streaming_log;
7992EXPECT_0
80- 0
93+ 1
8194connection node_3a;
95+ Timeout in wait_condition.inc for SELECT COUNT(*) = 0 FROM mysql.wsrep_streaming_log
96+ Id User Host db Command Time State Info Progress
97+ 1 system user NULL Sleep 122 wsrep aborter idle NULL 0.000
98+ 2 system user NULL Sleep 117 closing tables NULL 0.000
99+ 10 root localhost:60992 test Sleep 117 NULL 0.000
100+ 11 root localhost:60994 test Query 0 starting show full processlist 0.000
82101SELECT COUNT(*) AS EXPECT_0 FROM mysql.wsrep_streaming_log;
83102EXPECT_0
84- 0
103+ 1
85104connection node_1;
86105DROP TABLE t1;
0 commit comments