diff options
author | Jan Lindström <jan.lindstrom@mariadb.com> | 2021-01-26 14:21:33 +0200 |
---|---|---|
committer | Jan Lindström <jan.lindstrom@mariadb.com> | 2021-01-26 14:21:33 +0200 |
commit | 900a14754a64388a79e02b52cd32dea013189868 (patch) | |
tree | 5b6ca9b33fb00a96c96816c0ad5bbc778afbabff /mysql-test/suite/wsrep/r/variables.result | |
parent | 8cdeee177d353e60f4a9cdebe6c851f9505d84b5 (diff) | |
download | mariadb-git-900a14754a64388a79e02b52cd32dea013189868.tar.gz |
Fix wsrep.variables
Diffstat (limited to 'mysql-test/suite/wsrep/r/variables.result')
-rw-r--r-- | mysql-test/suite/wsrep/r/variables.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/wsrep/r/variables.result b/mysql-test/suite/wsrep/r/variables.result index 1c427b34d2b..9ef1b3290af 100644 --- a/mysql-test/suite/wsrep/r/variables.result +++ b/mysql-test/suite/wsrep/r/variables.result @@ -142,7 +142,7 @@ SELECT @@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 |