Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
5c33632b
Commit
5c33632b
authored
Oct 12, 2014
by
Elena Stepanova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
engine_condition_pushdown has been deprecated
parent
698fcc5c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
8 deletions
+10
-8
mysql-test/suite/storage_engine/type_char_indexes.result
mysql-test/suite/storage_engine/type_char_indexes.result
+2
-0
storage/innobase/mysql-test/storage_engine/type_char_indexes.rdiff
...nnobase/mysql-test/storage_engine/type_char_indexes.rdiff
+3
-3
storage/myisammrg/mysql-test/storage_engine/type_char_indexes.rdiff
...isammrg/mysql-test/storage_engine/type_char_indexes.rdiff
+5
-5
No files found.
mysql-test/suite/storage_engine/type_char_indexes.result
View file @
5c33632b
...
...
@@ -96,6 +96,8 @@ varchar1b 2
varchar2b 1
varchar3b 1
SET SESSION optimizer_switch = 'engine_condition_pushdown=on';
Warnings:
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
...
...
storage/innobase/mysql-test/storage_engine/type_char_indexes.rdiff
View file @
5c33632b
--- suite/storage_engine/type_char_indexes.result 201
2-07-12 19:27:42.19101357
0 +0400
+++ suite/storage_engine/type_char_indexes.reject 201
2-07-15 17:51:55.810034331
+0400
@@ -13
5,7 +135
,7 @@
--- suite/storage_engine/type_char_indexes.result 201
4-10-12 14:22:11.00000000
0 +0400
+++ suite/storage_engine/type_char_indexes.reject 201
4-10-12 14:23:28.000000000
+0400
@@ -13
7,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
...
...
storage/myisammrg/mysql-test/storage_engine/type_char_indexes.rdiff
View file @
5c33632b
---
type_char_indexes.result 2013-01-22 22:05:05.246633
000 +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.000000
000 +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
@@ -13
5,7 +135
,7 @@
@@ -13
7,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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment