summaryrefslogtreecommitdiff
path: root/sql/sql_select.h
diff options
context:
space:
mode:
authorSergey Petrunya <psergey@askmonty.org>2009-12-15 20:23:55 +0300
committerSergey Petrunya <psergey@askmonty.org>2009-12-15 20:23:55 +0300
commit59b64720102f8f4f43c856f1e9c2ba2007156b18 (patch)
tree16ea30fc86361b17dd05766e4aaf9b4b12275c09 /sql/sql_select.h
parent2a496c4dcfaa715588fa48009b7779d38b1a137a (diff)
downloadmariadb-git-59b64720102f8f4f43c856f1e9c2ba2007156b18.tar.gz
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.
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r--sql/sql_select.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h
index 0a6702a8135..4945d433fac 100644
--- a/sql/sql_select.h
+++ b/sql/sql_select.h
@@ -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);
-