mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-24867 : wsrep.variables MTR failed: Result length mismatch
Stabilize test case.
This commit is contained in:
@ -136,16 +136,6 @@ drop user test@localhost;
|
|||||||
#
|
#
|
||||||
SET @wsrep_sst_auth_saved= @@global.wsrep_sst_auth;
|
SET @wsrep_sst_auth_saved= @@global.wsrep_sst_auth;
|
||||||
SET @@global.wsrep_sst_auth= 'user:pass';
|
SET @@global.wsrep_sst_auth= 'user:pass';
|
||||||
SELECT @@global.wsrep_sst_auth;
|
|
||||||
@@global.wsrep_sst_auth
|
|
||||||
********
|
|
||||||
SET @@global.wsrep_sst_auth= '';
|
SET @@global.wsrep_sst_auth= '';
|
||||||
SELECT @@global.wsrep_sst_auth;
|
|
||||||
@@global.wsrep_sst_auth
|
|
||||||
NULL
|
|
||||||
SET @@global.wsrep_sst_auth= NULL;
|
SET @@global.wsrep_sst_auth= NULL;
|
||||||
SELECT @@global.wsrep_sst_auth;
|
|
||||||
@@global.wsrep_sst_auth
|
|
||||||
NULL
|
|
||||||
SET @@global.wsrep_sst_auth= @wsrep_sst_auth_saved;
|
|
||||||
# End of test.
|
# End of test.
|
||||||
|
@ -152,15 +152,13 @@ drop user test@localhost;
|
|||||||
--echo #
|
--echo #
|
||||||
SET @wsrep_sst_auth_saved= @@global.wsrep_sst_auth;
|
SET @wsrep_sst_auth_saved= @@global.wsrep_sst_auth;
|
||||||
SET @@global.wsrep_sst_auth= 'user:pass';
|
SET @@global.wsrep_sst_auth= 'user:pass';
|
||||||
SELECT @@global.wsrep_sst_auth;
|
|
||||||
SET @@global.wsrep_sst_auth= '';
|
SET @@global.wsrep_sst_auth= '';
|
||||||
SELECT @@global.wsrep_sst_auth;
|
|
||||||
SET @@global.wsrep_sst_auth= NULL;
|
SET @@global.wsrep_sst_auth= NULL;
|
||||||
SELECT @@global.wsrep_sst_auth;
|
|
||||||
SET @@global.wsrep_sst_auth= @wsrep_sst_auth_saved;
|
|
||||||
|
|
||||||
# Reset (for mtr internal checks)
|
# Reset (for mtr internal checks)
|
||||||
--disable_query_log
|
--disable_query_log
|
||||||
|
|
||||||
|
SET @@global.wsrep_sst_auth= @wsrep_sst_auth_saved;
|
||||||
SET GLOBAL wsrep_slave_threads= @wsrep_slave_threads_saved;
|
SET GLOBAL wsrep_slave_threads= @wsrep_slave_threads_saved;
|
||||||
eval SET GLOBAL wsrep_provider= '$WSREP_PROVIDER';
|
eval SET GLOBAL wsrep_provider= '$WSREP_PROVIDER';
|
||||||
SET GLOBAL wsrep_cluster_address= @wsrep_cluster_address_saved;
|
SET GLOBAL wsrep_cluster_address= @wsrep_cluster_address_saved;
|
||||||
|
Reference in New Issue
Block a user