summaryrefslogtreecommitdiff
path: root/mysql-test/t/ps.test
diff options
context:
space:
mode:
authorGalina Shalygina <galashalygina@gmail.com>2017-10-28 20:54:18 +0200
committerGalina Shalygina <galashalygina@gmail.com>2017-10-28 20:54:18 +0200
commita4ded0a9b57ee7a801ce20cffdaee21fee281123 (patch)
tree05470ab32497f0c4cde65905ae92a3c289aaeb00 /mysql-test/t/ps.test
parent75370a58f4e4ac90e0fe441676917468afca5576 (diff)
downloadmariadb-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/ps.test')
-rw-r--r--mysql-test/t/ps.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/ps.test b/mysql-test/t/ps.test
index b6d1b4862a6..ce2d26f0dca 100644
--- a/mysql-test/t/ps.test
+++ b/mysql-test/t/ps.test
@@ -4154,7 +4154,7 @@ EXECUTE IMMEDIATE MAX('SELECT 1 AS c');
EXECUTE IMMEDIATE DEFAULT(a);
--error ER_BAD_FIELD_ERROR
-EXECUTE IMMEDIATE VALUES(a);
+EXECUTE IMMEDIATE VALUE(a);
CREATE FUNCTION f1() RETURNS VARCHAR(64) RETURN 't1';