mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
engine_condition_pushdown has been deprecated
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user