diff options
author | Galina Shalygina <galashalygina@gmail.com> | 2017-10-28 20:54:18 +0200 |
---|---|---|
committer | Galina Shalygina <galashalygina@gmail.com> | 2017-10-28 20:54:18 +0200 |
commit | a4ded0a9b57ee7a801ce20cffdaee21fee281123 (patch) | |
tree | 05470ab32497f0c4cde65905ae92a3c289aaeb00 /mysql-test/t/variables.test | |
parent | 75370a58f4e4ac90e0fe441676917468afca5576 (diff) | |
download | mariadb-git-a4ded0a9b57ee7a801ce20cffdaee21fee281123.tar.gz |
Mistakes corrected.
TVC can be used in IN subquery and in PARTITION BY struct now.
Special variable to control working of optimization added.
Diffstat (limited to 'mysql-test/t/variables.test')
-rw-r--r-- | mysql-test/t/variables.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/variables.test b/mysql-test/t/variables.test index 1ba20f0ac9e..8d831567252 100644 --- a/mysql-test/t/variables.test +++ b/mysql-test/t/variables.test @@ -1521,7 +1521,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 |