mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
Code cleanup in subquery optimizations
This commit is contained in:
parent
30bac79806
commit
b2c57cedbf
6 changed files with 48 additions and 55 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue