Code cleanup in subquery optimizations

This commit is contained in:
Sergey Petrunya 2010-04-25 12:23:52 +04:00
commit b2c57cedbf
6 changed files with 48 additions and 55 deletions

View file

@ -1,4 +1,6 @@
/* */
/*
Semi-join subquery optimization code definitions
*/
#ifdef USE_PRAGMA_INTERFACE
#pragma interface /* gcc class implementation */
@ -365,4 +367,8 @@ int clear_sj_tmp_tables(JOIN *join);
int rewrite_to_index_subquery_engine(JOIN *join);
void get_temptable_params(Item_in_subselect *item, ha_rows *out_rows,
ha_rows *scan_time);
int do_jtbm_materialization_if_needed(JOIN_TAB *tab);