Commit d76f74d4 authored by Galina Shalygina's avatar Galina Shalygina

Remarked opt_tvc.test added.

parent e7017707
...@@ -232,5 +232,12 @@ eval $optimized_query; ...@@ -232,5 +232,12 @@ eval $optimized_query;
eval explain extended $query; eval explain extended $query;
eval explain extended $optimized_query; eval explain extended $optimized_query;
--echo # prepare statement
prepare stmt from "select * from t1 where a in (1,2)";
execute stmt;
execute stmt;
deallocate prepare stmt;
drop table t1, t2; drop table t1, t2;
set @@in_subquery_conversion_threshold= default; set @@in_subquery_conversion_threshold= default;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment