diff options
author | unknown <bell@sanja.is.com.ua> | 2003-11-02 16:31:22 +0200 |
---|---|---|
committer | unknown <bell@sanja.is.com.ua> | 2003-11-02 16:31:22 +0200 |
commit | 1e1d7b17b43907f48ba72cc18cd0537a7071868b (patch) | |
tree | ba36fab1a0d292458079c91d20024cd41c34098b /sql/sql_select.h | |
parent | 4b8568a797efc6b71884c1726198eaa64ad3e10a (diff) | |
download | mariadb-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.h | 1 |
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(); }; |