summaryrefslogtreecommitdiff
path: root/sql/sql_select.h
diff options
context:
space:
mode:
authorSergey Petrunya <psergey@askmonty.org>2011-03-19 12:27:08 +0300
committerSergey Petrunya <psergey@askmonty.org>2011-03-19 12:27:08 +0300
commit792c67ff618f7fa5edb39563b0ccf48b4a30db0f (patch)
tree404edda509690b2624ed968a9127b239fc218e6a /sql/sql_select.h
parent125bfa2ce722f909e7133c4e381b549bcdb3192c (diff)
downloadmariadb-git-792c67ff618f7fa5edb39563b0ccf48b4a30db0f.tar.gz
MWL#90: Address review feedback part #1
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r--sql/sql_select.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h
index 6c294b7af27..04048b89ca2 100644
--- a/sql/sql_select.h
+++ b/sql/sql_select.h
@@ -616,7 +616,6 @@ inline bool sj_is_materialize_strategy(uint strategy)
return strategy >= SJ_OPT_MATERIALIZE;
}
-
class JOIN_TAB_RANGE: public Sql_alloc
{
public:
@@ -1050,6 +1049,9 @@ private:
};
+JOIN_TAB *first_linear_tab(JOIN *join, bool after_const_tables);
+JOIN_TAB *next_linear_tab(JOIN* join, JOIN_TAB* tab, bool include_bush_roots);
+
typedef struct st_select_check {
uint const_ref,reg_ref;
} SELECT_CHECK;