Skip to content

Commit 2391582

Browse files
author
Jan Lindström
committed
Merge remote-tracking branch 10.2 into 10.3
2 parents a876121 + 94859d9 commit 2391582

File tree

2 files changed

+0
-126
lines changed

2 files changed

+0
-126
lines changed

mysql-test/suite/wsrep/r/variables.result

Lines changed: 0 additions & 118 deletions
Original file line numberDiff line numberDiff line change
@@ -20,124 +20,6 @@ SET GLOBAL wsrep_provider=none;
2020
# variables when using "_"
2121
#
2222
CALL mtr.add_suppression("WSREP: Could not open saved state file for reading.*");
23-
SHOW GLOBAL STATUS LIKE 'wsrep%';
24-
Variable_name Value
25-
wsrep_applier_thread_count #
26-
wsrep_apply_oooe #
27-
wsrep_apply_oool #
28-
wsrep_apply_window #
29-
wsrep_causal_reads #
30-
wsrep_cert_deps_distance #
31-
wsrep_cert_index_size #
32-
wsrep_cert_interval #
33-
wsrep_cluster_conf_id #
34-
wsrep_cluster_size #
35-
wsrep_cluster_state_uuid #
36-
wsrep_cluster_status #
37-
wsrep_commit_oooe #
38-
wsrep_commit_oool #
39-
wsrep_commit_window #
40-
wsrep_connected #
41-
wsrep_debug_sync_waiters #
42-
wsrep_flow_control_paused #
43-
wsrep_flow_control_paused_ns #
44-
wsrep_flow_control_recv #
45-
wsrep_flow_control_sent #
46-
wsrep_incoming_addresses #
47-
wsrep_last_committed #
48-
wsrep_local_bf_aborts #
49-
wsrep_local_cached_downto #
50-
wsrep_local_cert_failures #
51-
wsrep_local_commits #
52-
wsrep_local_index #
53-
wsrep_local_recv_queue #
54-
wsrep_local_recv_queue_avg #
55-
wsrep_local_recv_queue_max #
56-
wsrep_local_recv_queue_min #
57-
wsrep_local_replays #
58-
wsrep_local_send_queue #
59-
wsrep_local_send_queue_avg #
60-
wsrep_local_send_queue_max #
61-
wsrep_local_send_queue_min #
62-
wsrep_local_state #
63-
wsrep_local_state_comment #
64-
wsrep_local_state_uuid #
65-
wsrep_open_connections #
66-
wsrep_open_transactions #
67-
wsrep_protocol_version #
68-
wsrep_provider_name #
69-
wsrep_provider_vendor #
70-
wsrep_provider_version #
71-
wsrep_ready #
72-
wsrep_received #
73-
wsrep_received_bytes #
74-
wsrep_repl_data_bytes #
75-
wsrep_repl_keys #
76-
wsrep_repl_keys_bytes #
77-
wsrep_repl_other_bytes #
78-
wsrep_replicated #
79-
wsrep_replicated_bytes #
80-
wsrep_rollbacker_thread_count #
81-
wsrep_thread_count #
82-
83-
SHOW GLOBAL STATUS LIKE 'wsrep_%';
84-
Variable_name Value
85-
wsrep_applier_thread_count #
86-
wsrep_apply_oooe #
87-
wsrep_apply_oool #
88-
wsrep_apply_window #
89-
wsrep_causal_reads #
90-
wsrep_cert_deps_distance #
91-
wsrep_cert_index_size #
92-
wsrep_cert_interval #
93-
wsrep_cluster_conf_id #
94-
wsrep_cluster_size #
95-
wsrep_cluster_state_uuid #
96-
wsrep_cluster_status #
97-
wsrep_commit_oooe #
98-
wsrep_commit_oool #
99-
wsrep_commit_window #
100-
wsrep_connected #
101-
wsrep_flow_control_paused #
102-
wsrep_flow_control_paused_ns #
103-
wsrep_flow_control_recv #
104-
wsrep_flow_control_sent #
105-
wsrep_incoming_addresses #
106-
wsrep_last_committed #
107-
wsrep_local_bf_aborts #
108-
wsrep_local_cached_downto #
109-
wsrep_local_cert_failures #
110-
wsrep_local_commits #
111-
wsrep_local_index #
112-
wsrep_local_recv_queue #
113-
wsrep_local_recv_queue_avg #
114-
wsrep_local_recv_queue_max #
115-
wsrep_local_recv_queue_min #
116-
wsrep_local_replays #
117-
wsrep_local_send_queue #
118-
wsrep_local_send_queue_avg #
119-
wsrep_local_send_queue_max #
120-
wsrep_local_send_queue_min #
121-
wsrep_local_state #
122-
wsrep_local_state_comment #
123-
wsrep_local_state_uuid #
124-
wsrep_open_connections #
125-
wsrep_open_transactions #
126-
wsrep_protocol_version #
127-
wsrep_provider_name #
128-
wsrep_provider_vendor #
129-
wsrep_provider_version #
130-
wsrep_ready #
131-
wsrep_received #
132-
wsrep_received_bytes #
133-
wsrep_repl_data_bytes #
134-
wsrep_repl_keys #
135-
wsrep_repl_keys_bytes #
136-
wsrep_repl_other_bytes #
137-
wsrep_replicated #
138-
wsrep_replicated_bytes #
139-
wsrep_rollbacker_thread_count #
140-
wsrep_thread_count #
14123
SHOW GLOBAL STATUS LIKE 'wsrep_local_state_comment';
14224
Variable_name Value
14325
wsrep_local_state_comment #

mysql-test/suite/wsrep/t/variables.test

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
--source include/have_wsrep.inc
22
--source include/force_restart.inc
33
--source include/have_innodb.inc
4-
--source include/galera_have_debug_sync.inc
54

65
call mtr.add_suppression("WSREP: Initial position was provided by configuration or SST, avoiding override");
76

@@ -38,13 +37,6 @@ eval SET GLOBAL wsrep_provider= '$WSREP_PROVIDER';
3837
source include/check_galera_version.inc;
3938
--enable_query_log
4039

41-
--replace_column 2 #
42-
SHOW GLOBAL STATUS LIKE 'wsrep%';
43-
44-
--echo
45-
--replace_column 2 #
46-
SHOW GLOBAL STATUS LIKE 'wsrep_%';
47-
4840
--replace_column 2 #
4941
SHOW GLOBAL STATUS LIKE 'wsrep_local_state_comment';
5042

0 commit comments

Comments
 (0)