summaryrefslogtreecommitdiff
path: root/mysql-test/t/variables.test
diff options
context:
space:
mode:
authorAleksey Midenkov <midenok@gmail.com>2017-11-13 11:06:18 +0300
committerAleksey Midenkov <midenok@gmail.com>2017-11-13 19:09:46 +0300
commit497c6add88edae9c7ec6d6d840c0ed65adc016be (patch)
tree92eb05976137821fcdf0caf556495a5b55436db0 /mysql-test/t/variables.test
parentd8d725101992d50b00edf149e7ccd7f720b850dc (diff)
parenta48aa0cd569eda88bef98ed4abe41b0b570fcd51 (diff)
downloadmariadb-git-497c6add88edae9c7ec6d6d840c0ed65adc016be.tar.gz
System Versioning pre1.0
Merge branch '10.3' into trunk
Diffstat (limited to 'mysql-test/t/variables.test')
-rw-r--r--mysql-test/t/variables.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/variables.test b/mysql-test/t/variables.test
index 1f65956f8ad..67082fd48ff 100644
--- a/mysql-test/t/variables.test
+++ b/mysql-test/t/variables.test
@@ -1361,7 +1361,7 @@ set session rand_seed1=DEFAULT;
# Bug #14211565 CRASH WHEN ATTEMPTING TO SET SYSTEM VARIABLE TO RESULT OF VALUES()
#
--error ER_BAD_FIELD_ERROR
-set autocommit = values(v);
+set autocommit = value(v);
#
# MDEV-6673 I_S.SESSION_VARIABLES shows global values