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/ps.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/ps.test')
-rw-r--r-- | mysql-test/t/ps.test | 2 |
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'; |