1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

galera mtr tests: synchronization of tests between branches

This commit is contained in:
Julius Goryavsky
2024-02-20 00:57:55 +01:00
parent 65545a3df2
commit c9a6adba1e
75 changed files with 394 additions and 164 deletions

View File

@@ -8,7 +8,7 @@
--let $galera_version=26.4.21
source include/check_galera_version.inc;
source include/galera_variables_ok.inc;
source include/galera_variables_ok_debug.inc;
--replace_column 2 #
SHOW GLOBAL STATUS LIKE 'wsrep%';
@@ -25,4 +25,3 @@ SHOW STATUS LIKE 'wsrep_thread_count';
--echo # variables
SELECT VARIABLE_NAME FROM INFORMATION_SCHEMA.SESSION_VARIABLES WHERE VARIABLE_NAME LIKE "wsrep%" ORDER BY VARIABLE_NAME;