mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
galera mtr tests: fixes for test failures, 'cosmetic' changes and unification between versions
This commit is contained in:
@@ -5,4 +5,3 @@ wsrep-on=ON
|
||||
wsrep-provider=@ENV.WSREP_PROVIDER
|
||||
wsrep-cluster-address=gcomm://
|
||||
innodb_autoinc_lock_mode=2
|
||||
|
||||
|
@@ -17,4 +17,3 @@ SELECT * FROM test.c;
|
||||
# Cleanup
|
||||
DROP TABLE c;
|
||||
DROP TABLE p;
|
||||
|
||||
|
@@ -9,4 +9,3 @@
|
||||
|
||||
SELECT @@wsrep_on;
|
||||
SET @@GLOBAL.wsrep_cluster_address='gcomm://';
|
||||
|
||||
|
@@ -4,4 +4,3 @@
|
||||
wsrep-on=ON
|
||||
wsrep-provider=@ENV.WSREP_PROVIDER
|
||||
wsrep-cluster-address=gcomm://
|
||||
|
||||
|
@@ -5,4 +5,4 @@
|
||||
# MDEV-7604: wsrep plugin lists its status as Unknown
|
||||
#
|
||||
|
||||
SELECT plugin_name,plugin_version,plugin_maturity FROM information_schema.plugins where plugin_name like 'wsrep' ORDER BY plugin_maturity,plugin_name;
|
||||
SELECT plugin_name,plugin_version,plugin_maturity FROM information_schema.plugins WHERE plugin_name like 'wsrep' ORDER BY plugin_maturity,plugin_name;
|
||||
|
@@ -6,4 +6,4 @@ binlog-format=ROW
|
||||
innodb-flush-log-at-trx-commit=1
|
||||
wsrep-cluster-address=gcomm://
|
||||
wsrep-provider=@ENV.WSREP_PROVIDER
|
||||
innodb-autoinc-lock-mode=2
|
||||
innodb-autoinc-lock-mode=2
|
||||
|
@@ -2,7 +2,6 @@
|
||||
--source include/have_wsrep_provider.inc
|
||||
--source include/have_binlog_format_row.inc
|
||||
|
||||
|
||||
--echo #
|
||||
--echo # wsrep_forced_binlog_format
|
||||
--echo #
|
||||
|
@@ -41,4 +41,3 @@ eval SET @@GLOBAL.wsrep_max_ws_rows = $wsrep_max_ws_rows_slave;
|
||||
|
||||
--source include/rpl_end.inc
|
||||
--echo # End of test.
|
||||
|
||||
|
@@ -44,7 +44,6 @@ SET GLOBAL wsrep_sst_method='method;';
|
||||
SELECT @@global.wsrep_sst_method;
|
||||
SHOW WARNINGS;
|
||||
|
||||
|
||||
--disable_query_log
|
||||
SET @@global.wsrep_sst_method = @wsrep_sst_method_saved;
|
||||
--enable_query_log
|
||||
|
@@ -9,4 +9,3 @@ wsrep-on=OFF
|
||||
#galera_port=@OPT.port
|
||||
#ist_port=@OPT.port
|
||||
#sst_port=@OPT.port
|
||||
|
||||
|
Reference in New Issue
Block a user