summaryrefslogtreecommitdiff
path: root/sql/sql_select.h
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2003-11-02 16:31:22 +0200
committerunknown <bell@sanja.is.com.ua>2003-11-02 16:31:22 +0200
commit1e1d7b17b43907f48ba72cc18cd0537a7071868b (patch)
treeba36fab1a0d292458079c91d20024cd41c34098b /sql/sql_select.h
parent4b8568a797efc6b71884c1726198eaa64ad3e10a (diff)
downloadmariadb-git-1e1d7b17b43907f48ba72cc18cd0537a7071868b.tar.gz
join_free now is method of JOIN and commented
dependence should mean uncacheability sql/item_subselect.cc: dependence should mean uncacheability sql/sql_lex.cc: dependence should mean uncacheability sql/sql_select.cc: join_free now is method of JOIN and commented sql/sql_select.h: join_free now is method of JOIN
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r--sql/sql_select.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h
index 14450347244..569ca797b22 100644
--- a/sql/sql_select.h
+++ b/sql/sql_select.h
@@ -280,6 +280,7 @@ class JOIN :public Sql_alloc
Item_sum ***func);
int rollup_send_data(uint idx);
bool test_in_subselect(Item **where);
+ void join_free(bool full);
void clear();
bool save_join_tab();
};