File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ SHOW GLOBAL STATUS LIKE 'wsrep%';
3
3
Variable_name Value
4
4
wsrep_local_state_uuid #
5
5
wsrep_protocol_version #
6
+ wsrep_protocol_application #
7
+ wsrep_protocol_replicator #
8
+ wsrep_protocol_gcs #
6
9
wsrep_last_committed #
7
10
wsrep_replicated #
8
11
wsrep_replicated_bytes #
Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ SHOW GLOBAL STATUS LIKE 'wsrep%';
3
3
Variable_name Value
4
4
wsrep_local_state_uuid #
5
5
wsrep_protocol_version #
6
+ wsrep_protocol_application #
7
+ wsrep_protocol_replicator #
8
+ wsrep_protocol_gcs #
6
9
wsrep_last_committed #
7
10
wsrep_replicated #
8
11
wsrep_replicated_bytes #
Original file line number Diff line number Diff line change 3
3
--source include/have_innodb.inc
4
4
--source include/galera_no_debug_sync.inc
5
5
6
- --let $galera_version=26.4.9
6
+ --let $galera_version=26.4.21
7
7
source include/check_galera_version.inc;
8
8
9
9
source include/galera_variables_ok.inc;
Original file line number Diff line number Diff line change 5
5
--source include/have_debug_sync.inc
6
6
--source include/galera_have_debug_sync.inc
7
7
8
- --let $galera_version=26.4.9
8
+ --let $galera_version=26.4.21
9
9
source include/check_galera_version.inc;
10
10
11
11
source include/galera_variables_ok.inc;
You can’t perform that action at this time.
0 commit comments