summaryrefslogtreecommitdiff
path: root/sql/opt_subselect.h
diff options
context:
space:
mode:
authorSergey Petrunya <psergey@askmonty.org>2013-09-12 13:54:46 +0400
committerSergey Petrunya <psergey@askmonty.org>2013-09-12 13:54:46 +0400
commit33f807fd91826013499c996f9515838cf2c6d0c5 (patch)
tree50a6bd91fc3772d6f7e505fa9e7adcaca456c26b /sql/opt_subselect.h
parentadf637dff6484e602567a5294a43cb4b3aea606f (diff)
parent7e4845beea1a86dc53dc67908a2779ea2f0190a2 (diff)
downloadmariadb-git-33f807fd91826013499c996f9515838cf2c6d0c5.tar.gz
Merge 5.3 -> 5.5
Diffstat (limited to 'sql/opt_subselect.h')
-rw-r--r--sql/opt_subselect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/opt_subselect.h b/sql/opt_subselect.h
index 7b8f3142851..1e8b4cc50a1 100644
--- a/sql/opt_subselect.h
+++ b/sql/opt_subselect.h
@@ -28,6 +28,7 @@ int pull_out_semijoin_tables(JOIN *join);
bool optimize_semijoin_nests(JOIN *join, table_map all_table_map);
bool setup_jtbm_semi_joins(JOIN *join, List<TABLE_LIST> *join_list,
Item **join_where);
+void cleanup_empty_jtbm_semi_joins(JOIN *join);
// used by Loose_scan_opt
ulonglong get_bound_sj_equalities(TABLE_LIST *sj_nest,