mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.3 into 10.4
This commit is contained in:
@ -314,9 +314,11 @@ public:
|
||||
};
|
||||
|
||||
|
||||
void advance_sj_state(JOIN *join, table_map remaining_tables, uint idx,
|
||||
double *current_record_count, double *current_read_time,
|
||||
POSITION *loose_scan_pos);
|
||||
void optimize_semi_joins(JOIN *join, table_map remaining_tables, uint idx,
|
||||
double *current_record_count,
|
||||
double *current_read_time, POSITION *loose_scan_pos);
|
||||
void update_sj_state(JOIN *join, const JOIN_TAB *new_tab,
|
||||
uint idx, table_map remaining_tables);
|
||||
void restore_prev_sj_state(const table_map remaining_tables,
|
||||
const JOIN_TAB *tab, uint idx);
|
||||
|
||||
|
Reference in New Issue
Block a user