@@ -71,16 +71,35 @@ connection node_3a;
71
71
SET SESSION wsrep_sync_wait = 0;
72
72
SET SESSION wsrep_sync_wait = DEFAULT;
73
73
connection 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
74
81
SELECT COUNT(*) AS EXPECT_0 FROM mysql.wsrep_streaming_log;
75
82
EXPECT_0
76
- 0
83
+ 1
77
84
connection 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
78
91
SELECT COUNT(*) AS EXPECT_0 FROM mysql.wsrep_streaming_log;
79
92
EXPECT_0
80
- 0
93
+ 1
81
94
connection 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
82
101
SELECT COUNT(*) AS EXPECT_0 FROM mysql.wsrep_streaming_log;
83
102
EXPECT_0
84
- 0
103
+ 1
85
104
connection node_1;
86
105
DROP TABLE t1;
0 commit comments