Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
4d300ab1
Commit
4d300ab1
authored
Feb 16, 2021
by
Jan Lindström
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-24867 : wsrep.variables MTR failed: Result length mismatch
Stabilize test case.
parent
067465cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
14 deletions
+2
-14
mysql-test/suite/wsrep/r/variables.result
mysql-test/suite/wsrep/r/variables.result
+0
-10
mysql-test/suite/wsrep/t/variables.test
mysql-test/suite/wsrep/t/variables.test
+2
-4
No files found.
mysql-test/suite/wsrep/r/variables.result
View file @
4d300ab1
...
...
@@ -136,16 +136,6 @@ drop user test@localhost;
#
SET @wsrep_sst_auth_saved= @@global.wsrep_sst_auth;
SET @@global.wsrep_sst_auth= 'user:pass';
SELECT @@global.wsrep_sst_auth;
@@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;
SELECT @@global.wsrep_sst_auth;
@@global.wsrep_sst_auth
NULL
SET @@global.wsrep_sst_auth= @wsrep_sst_auth_saved;
# End of test.
mysql-test/suite/wsrep/t/variables.test
View file @
4d300ab1
...
...
@@ -152,15 +152,13 @@ drop user test@localhost;
--
echo
#
SET
@
wsrep_sst_auth_saved
=
@@
global
.
wsrep_sst_auth
;
SET
@@
global
.
wsrep_sst_auth
=
'user:pass'
;
SELECT
@@
global
.
wsrep_sst_auth
;
SET
@@
global
.
wsrep_sst_auth
=
''
;
SELECT
@@
global
.
wsrep_sst_auth
;
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)
--
disable_query_log
SET
@@
global
.
wsrep_sst_auth
=
@
wsrep_sst_auth_saved
;
SET
GLOBAL
wsrep_slave_threads
=
@
wsrep_slave_threads_saved
;
eval
SET
GLOBAL
wsrep_provider
=
'$WSREP_PROVIDER'
;
SET
GLOBAL
wsrep_cluster_address
=
@
wsrep_cluster_address_saved
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment