1
0
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:
Sergey Petrunya
2009-12-15 20:23:55 +03:00
parent 2a496c4dcf
commit 59b6472010
22 changed files with 86 additions and 214 deletions

View File

@ -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);