mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
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
This commit is contained in:
@ -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();
|
||||
};
|
||||
|
Reference in New Issue
Block a user