diff options
author | Elena Stepanova <elenst@montyprogram.com> | 2014-10-12 14:26:27 +0400 |
---|---|---|
committer | Elena Stepanova <elenst@montyprogram.com> | 2014-10-12 14:26:27 +0400 |
commit | 5c33632b50ab37641b2b0a60729ffda3dbeac31c (patch) | |
tree | 8ce0fe0148ad7633588432a6af2d35080ba19b0f /storage/myisammrg | |
parent | 698fcc5cd28f353b083288e7a6317022e758729b (diff) | |
download | mariadb-git-5c33632b50ab37641b2b0a60729ffda3dbeac31c.tar.gz |
engine_condition_pushdown has been deprecated
Diffstat (limited to 'storage/myisammrg')
-rw-r--r-- | storage/myisammrg/mysql-test/storage_engine/type_char_indexes.rdiff | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/storage/myisammrg/mysql-test/storage_engine/type_char_indexes.rdiff b/storage/myisammrg/mysql-test/storage_engine/type_char_indexes.rdiff index c80d4acced5..797907fa71a 100644 --- a/storage/myisammrg/mysql-test/storage_engine/type_char_indexes.rdiff +++ b/storage/myisammrg/mysql-test/storage_engine/type_char_indexes.rdiff @@ -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 |