1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Post-merge fixes part#2

This commit is contained in:
Sergey Petrunya
2011-05-26 15:01:26 +04:00
parent f0038da8f6
commit aa551f1b9e
12 changed files with 84 additions and 40 deletions

View File

@ -1138,12 +1138,13 @@ public:
max_allowed_join_cache_level > JOIN_CACHE_HASHED_BIT;
}
bool choose_subquery_plan(table_map join_tables);
//void get_partial_join_cost(uint n_tables,
// double *read_time_arg, double *record_count_arg);
void get_partial_cost_and_fanout(uint end_tab_idx,
table_map filter_map,
double *read_time_arg,
double *record_count_arg);
void get_prefix_cost_and_fanout(uint n_tables,
double *read_time_arg,
double *record_count_arg);
private:
/**
TRUE if the query contains an aggregate function but has no GROUP