Skip to content

Commit

Permalink
wsrep mtr suite: update for galera library 26.4.21
Browse files Browse the repository at this point in the history
  • Loading branch information
sysprg committed Dec 17, 2024
1 parent c93ffd5 commit 7b0f59d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions mysql-test/suite/wsrep/r/variables.result
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
Expand Down
3 changes: 3 additions & 0 deletions mysql-test/suite/wsrep/r/variables_debug.result
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
Expand Down
2 changes: 1 addition & 1 deletion mysql-test/suite/wsrep/t/variables.test
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion mysql-test/suite/wsrep/t/variables_debug.test
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7b0f59d

Please sign in to comment.