diff options
author | Sergey Petrunya <psergey@askmonty.org> | 2013-09-12 13:54:46 +0400 |
---|---|---|
committer | Sergey Petrunya <psergey@askmonty.org> | 2013-09-12 13:54:46 +0400 |
commit | 33f807fd91826013499c996f9515838cf2c6d0c5 (patch) | |
tree | 50a6bd91fc3772d6f7e505fa9e7adcaca456c26b /sql/opt_subselect.h | |
parent | adf637dff6484e602567a5294a43cb4b3aea606f (diff) | |
parent | 7e4845beea1a86dc53dc67908a2779ea2f0190a2 (diff) | |
download | mariadb-git-33f807fd91826013499c996f9515838cf2c6d0c5.tar.gz |
Merge 5.3 -> 5.5
Diffstat (limited to 'sql/opt_subselect.h')
-rw-r--r-- | sql/opt_subselect.h | 1 |
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, |