From af3d1da31d486cdda78fe2cbcd94781be35ef2a8 Mon Sep 17 00:00:00 2001 From: Igor Babaev Date: Mon, 21 Nov 2011 05:16:16 -0800 Subject: Made the optimizer switch for index condition pushdown set to 'on' by default. --- mysql-test/r/explain.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/r/explain.result') diff --git a/mysql-test/r/explain.result b/mysql-test/r/explain.result index a871e1ae761..ab48ccdcf15 100644 --- a/mysql-test/r/explain.result +++ b/mysql-test/r/explain.result @@ -13,7 +13,7 @@ id str 3 foo explain select * from t1 where str is null; id select_type table type possible_keys key key_len ref rows Extra -1 SIMPLE t1 ref str str 11 const 1 Using where +1 SIMPLE t1 ref str str 11 const 1 Using index condition explain select * from t1 where str="foo"; id select_type table type possible_keys key key_len ref rows Extra 1 SIMPLE t1 const str str 11 const 1 -- cgit v1.2.1