mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
wsrep mtr suite: update for galera library 26.4.21
This commit is contained in:
parent
c93ffd5e58
commit
7b0f59da43
4 changed files with 8 additions and 2 deletions
|
@ -3,6 +3,9 @@ SHOW GLOBAL STATUS LIKE 'wsrep%';
|
|||
Variable_name Value
|
||||
wsrep_local_state_uuid #
|
||||
wsrep_protocol_version #
|
||||
wsrep_protocol_application #
|
||||
wsrep_protocol_replicator #
|
||||
wsrep_protocol_gcs #
|
||||
wsrep_last_committed #
|
||||
wsrep_replicated #
|
||||
wsrep_replicated_bytes #
|
||||
|
|
|
@ -3,6 +3,9 @@ SHOW GLOBAL STATUS LIKE 'wsrep%';
|
|||
Variable_name Value
|
||||
wsrep_local_state_uuid #
|
||||
wsrep_protocol_version #
|
||||
wsrep_protocol_application #
|
||||
wsrep_protocol_replicator #
|
||||
wsrep_protocol_gcs #
|
||||
wsrep_last_committed #
|
||||
wsrep_replicated #
|
||||
wsrep_replicated_bytes #
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
--source include/have_innodb.inc
|
||||
--source include/galera_no_debug_sync.inc
|
||||
|
||||
--let $galera_version=26.4.9
|
||||
--let $galera_version=26.4.21
|
||||
source include/check_galera_version.inc;
|
||||
|
||||
source include/galera_variables_ok.inc;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
--source include/have_debug_sync.inc
|
||||
--source include/galera_have_debug_sync.inc
|
||||
|
||||
--let $galera_version=26.4.9
|
||||
--let $galera_version=26.4.21
|
||||
source include/check_galera_version.inc;
|
||||
|
||||
source include/galera_variables_ok.inc;
|
||||
|
|
Loading…
Reference in a new issue