mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Backport into MariaDB-5.2 the following:
WL#2474 "Multi Range Read: Change the default MRR implementation to implement new MRR interface" WL#2475 "Batched range read functions for MyISAM/InnoDb" "Index condition pushdown for MyISAM/InnoDB" - Adjust test results (checked) - Code cleanup.
This commit is contained in:
@ -780,7 +780,4 @@ inline bool optimizer_flag(THD *thd, uint flag)
|
||||
|
||||
void eliminate_tables(JOIN *join);
|
||||
|
||||
/// psergey-mrr:
|
||||
void push_index_cond(JOIN_TAB *tab, uint keyno, bool other_tbls_ok);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user