mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +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