summaryrefslogtreecommitdiff
path: root/mysql-test/suite/sys_vars/t/log_bin_trust_function_creators_basic.test
diff options
context:
space:
mode:
authorEugene Kosov <claprix@yandex.ru>2017-11-28 11:40:13 +0300
committerGitHub <noreply@github.com>2017-11-28 11:40:13 +0300
commit8eac05044011e8edfcc6c5b23e9d1d7e75578ae4 (patch)
treeac15458d3ebe018852ea18f4280507b260edbc06 /mysql-test/suite/sys_vars/t/log_bin_trust_function_creators_basic.test
parent219280392e02ee6a9054f4085e430c7cf83b5ace (diff)
downloadmariadb-git-8eac05044011e8edfcc6c5b23e9d1d7e75578ae4.tar.gz
Tests: revert unneded changes
Diffstat (limited to 'mysql-test/suite/sys_vars/t/log_bin_trust_function_creators_basic.test')
-rw-r--r--mysql-test/suite/sys_vars/t/log_bin_trust_function_creators_basic.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/sys_vars/t/log_bin_trust_function_creators_basic.test b/mysql-test/suite/sys_vars/t/log_bin_trust_function_creators_basic.test
index 1db6bf41e6f..15ffad2742a 100644
--- a/mysql-test/suite/sys_vars/t/log_bin_trust_function_creators_basic.test
+++ b/mysql-test/suite/sys_vars/t/log_bin_trust_function_creators_basic.test
@@ -96,7 +96,7 @@ SET @@global.log_bin_trust_function_creators = 'ONN';
--Error ER_WRONG_VALUE_FOR_VAR
SET @@global.log_bin_trust_function_creators = "OFFF";
--Error ER_WRONG_VALUE_FOR_VAR
-SET @@global.log_bin_trust_function_creators = OFFF;
+SET @@global.log_bin_trust_function_creators = OF;
--Error ER_WRONG_VALUE_FOR_VAR
SET @@global.log_bin_trust_function_creators = TTRUE;
--Error ER_WRONG_VALUE_FOR_VAR