summaryrefslogtreecommitdiff
path: root/mysql-test/suite/sys_vars/t/wsrep_osu_method_basic.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/sys_vars/t/wsrep_osu_method_basic.test')
-rw-r--r--mysql-test/suite/sys_vars/t/wsrep_osu_method_basic.test1
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/suite/sys_vars/t/wsrep_osu_method_basic.test b/mysql-test/suite/sys_vars/t/wsrep_osu_method_basic.test
index d6d461075a5..ce3a3def88b 100644
--- a/mysql-test/suite/sys_vars/t/wsrep_osu_method_basic.test
+++ b/mysql-test/suite/sys_vars/t/wsrep_osu_method_basic.test
@@ -12,7 +12,6 @@ SELECT @@global.wsrep_osu_method;
--echo
--echo # scope
---error ER_INCORRECT_GLOBAL_LOCAL_VAR
SELECT @@session.wsrep_osu_method;
SET @@global.wsrep_osu_method=TOI;
SELECT @@global.wsrep_osu_method;