diff options
author | Sergey Petrunya <psergey@askmonty.org> | 2010-06-04 17:40:57 +0400 |
---|---|---|
committer | Sergey Petrunya <psergey@askmonty.org> | 2010-06-04 17:40:57 +0400 |
commit | dad93f2c822f174f4674c4a04c2382c18a262e36 (patch) | |
tree | 023e7f8411a63f5ef7d6dd290158497329c48994 /sql/opt_subselect.h | |
parent | 0cc3724697a90b9d1200563ed7b13daa0bf4be12 (diff) | |
download | mariadb-git-dad93f2c822f174f4674c4a04c2382c18a262e36.tar.gz |
MWL#90, code movearound to unify merged and non-merged semi-join materialization processing
- First code, needs cleanup.
Diffstat (limited to 'sql/opt_subselect.h')
-rw-r--r-- | sql/opt_subselect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/opt_subselect.h b/sql/opt_subselect.h index 2f6c9d87367..b0dc4059858 100644 --- a/sql/opt_subselect.h +++ b/sql/opt_subselect.h @@ -372,5 +372,5 @@ void get_delayed_table_estimates(TABLE *table, double *scan_time, double *startup_cost); -bool do_jtbm_materialization_if_needed(JOIN_TAB *tab); +bool join_tab_execution_startup(JOIN_TAB *tab); |