Skip to content
Permalink
Browse files
Remarked opt_tvc.test added.
  • Loading branch information
Galina Shalygina committed Sep 1, 2017
1 parent e701770 commit d76f74d
Showing 1 changed file with 7 additions and 0 deletions.
@@ -232,5 +232,12 @@ eval $optimized_query;
eval explain extended $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;
set @@in_subquery_conversion_threshold= default;

0 comments on commit d76f74d

Please sign in to comment.