1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

engine_condition_pushdown has been deprecated

This commit is contained in:
Elena Stepanova
2014-10-12 14:26:27 +04:00
parent 698fcc5cd2
commit 5c33632b50
3 changed files with 10 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
--- type_char_indexes.result 2013-01-22 22:05:05.246633000 +0400
+++ type_char_indexes.reject 2013-01-23 02:51:10.055371738 +0400
@@ -98,7 +98,7 @@
SET SESSION optimizer_switch = 'engine_condition_pushdown=on';
--- suite/storage_engine/type_char_indexes.result 2014-10-12 14:22:11.000000000 +0400
+++ suite/storage_engine/type_char_indexes.reject 2014-10-12 14:22:41.000000000 +0400
@@ -100,7 +100,7 @@
Warning 1681 'engine_condition_pushdown=on' is deprecated and will be removed in a future release.
EXPLAIN SELECT c,c20,v16,v128 FROM t1 WHERE c > 'a';
id select_type table type possible_keys key key_len ref rows Extra
-# # # range c_v c_v # # # Using index condition
@@ -9,7 +9,7 @@
SELECT c,c20,v16,v128 FROM t1 WHERE c > 'a';
c c20 v16 v128
b char3 varchar1a varchar1b
@@ -135,7 +135,7 @@
@@ -137,7 +137,7 @@
r3a
EXPLAIN SELECT c,c20,v16,v128 FROM t1 WHERE v16 = 'varchar1a' OR v16 = 'varchar3a' ORDER BY v16;
id select_type table type possible_keys key key_len ref rows Extra