Home
last modified time | relevance | path

Searched refs:COST_MULT (Results 1 – 18 of 18) sorted by relevance

/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_const.h256 #define COST_MULT(c,f) (COST_MAX / (f) > (c) ? (c) * (f) : COST_MAX) macro
H A Dopt_subselect.cc1437 double data_size= COST_MULT(item->jtbm_record_count, in get_delayed_table_estimates()
2532 rows= COST_MULT(rows, in optimize_semijoin_nests()
3101 COST_MULT(prefix_rec_count, in check_qep()
3152 COST_MULT(prefix_rec_count, in check_qep()
3154 prefix_rec_count= COST_MULT(prefix_rec_count, mat_info->rows); in check_qep()
3518 current_fanout= COST_MULT(current_fanout, p->records_read); in check_qep()
3524 sj_inner_fanout= COST_MULT(sj_inner_fanout, p->records_read); in check_qep()
3529 sj_outer_fanout= COST_MULT(sj_outer_fanout, p->records_read); in check_qep()
3552 COST_MULT(sj_outer_fanout, in check_qep()
6565 COST_MULT(write_cost, in choose_subquery_plan()
[all …]
H A Dsql_select.cc5716 records= COST_MULT(records, rr); in make_join_statistics()
7754 tmp= COST_MULT(tmp, record_count); in best_access_path()
7936 tmp= COST_MULT(tmp, record_count); in best_access_path()
8024 tmp= COST_MULT(tmp, refills); in best_access_path()
8108 tmp= COST_MULT(record_count, in best_access_path()
8155 tmp= COST_MULT(record_count, COST_ADD(tmp,cmp_time)); in best_access_path()
8162 tmp= COST_MULT(tmp, refills); in best_access_path()
9052 record_count= COST_MULT(record_count, tab->records_read); in get_partial_cost_and_fanout()
9126 prev_fanout= COST_MULT(prev_fanout, prev_tab->records_read); in get_examined_rows()
10146 found= COST_MULT(found, pos->records_read); in prev_record_reads()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_const.h255 #define COST_MULT(c,f) (COST_MAX / (f) > (c) ? (c) * (f) : COST_MAX) macro
H A Dopt_subselect.cc1433 double data_size= COST_MULT(item->jtbm_record_count, in get_delayed_table_estimates()
2518 rows= COST_MULT(rows, in optimize_semijoin_nests()
3087 COST_MULT(prefix_rec_count, in check_qep()
3138 COST_MULT(prefix_rec_count, in check_qep()
3140 prefix_rec_count= COST_MULT(prefix_rec_count, mat_info->rows); in check_qep()
3504 current_fanout= COST_MULT(current_fanout, p->records_read); in check_qep()
3510 sj_inner_fanout= COST_MULT(sj_inner_fanout, p->records_read); in check_qep()
3515 sj_outer_fanout= COST_MULT(sj_outer_fanout, p->records_read); in check_qep()
3538 COST_MULT(sj_outer_fanout, in check_qep()
6527 COST_MULT(write_cost, in choose_subquery_plan()
[all …]
H A Dsql_select.cc5675 records= COST_MULT(records, rr); in make_join_statistics()
7650 tmp= COST_MULT(tmp, record_count); in best_access_path()
7831 tmp= COST_MULT(tmp, record_count); in best_access_path()
7919 tmp= COST_MULT(tmp, refills); in best_access_path()
8003 tmp= COST_MULT(record_count, in best_access_path()
8050 tmp= COST_MULT(record_count, COST_ADD(tmp,cmp_time)); in best_access_path()
8057 tmp= COST_MULT(tmp, refills); in best_access_path()
8947 record_count= COST_MULT(record_count, tab->records_read); in get_partial_cost_and_fanout()
9021 prev_fanout= COST_MULT(prev_fanout, prev_tab->records_read); in get_examined_rows()
10039 found= COST_MULT(found, pos->records_read); in prev_record_reads()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_const.h255 #define COST_MULT(c,f) (COST_MAX / (f) > (c) ? (c) * (f) : COST_MAX) macro
H A Dopt_subselect.cc1433 double data_size= COST_MULT(item->jtbm_record_count, in get_delayed_table_estimates()
2518 rows= COST_MULT(rows, in optimize_semijoin_nests()
3087 COST_MULT(prefix_rec_count, in check_qep()
3138 COST_MULT(prefix_rec_count, in check_qep()
3140 prefix_rec_count= COST_MULT(prefix_rec_count, mat_info->rows); in check_qep()
3504 current_fanout= COST_MULT(current_fanout, p->records_read); in check_qep()
3510 sj_inner_fanout= COST_MULT(sj_inner_fanout, p->records_read); in check_qep()
3515 sj_outer_fanout= COST_MULT(sj_outer_fanout, p->records_read); in check_qep()
3538 COST_MULT(sj_outer_fanout, in check_qep()
6527 COST_MULT(write_cost, in choose_subquery_plan()
[all …]
H A Dsql_select.cc5675 records= COST_MULT(records, rr); in make_join_statistics()
7650 tmp= COST_MULT(tmp, record_count); in best_access_path()
7831 tmp= COST_MULT(tmp, record_count); in best_access_path()
7919 tmp= COST_MULT(tmp, refills); in best_access_path()
8003 tmp= COST_MULT(record_count, in best_access_path()
8050 tmp= COST_MULT(record_count, COST_ADD(tmp,cmp_time)); in best_access_path()
8057 tmp= COST_MULT(tmp, refills); in best_access_path()
8947 record_count= COST_MULT(record_count, tab->records_read); in get_partial_cost_and_fanout()
9021 prev_fanout= COST_MULT(prev_fanout, prev_tab->records_read); in get_examined_rows()
10039 found= COST_MULT(found, pos->records_read); in prev_record_reads()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_const.h251 #define COST_MULT(c,f) (COST_MAX / (f) > (c) ? (c) * (f) : COST_MAX) macro
H A Dopt_subselect.cc1364 double data_size= COST_MULT(item->jtbm_record_count, in get_delayed_table_estimates()
2438 rows= COST_MULT(rows, in optimize_semijoin_nests()
2971 COST_MULT(prefix_rec_count, in check_qep()
3015 COST_MULT(prefix_rec_count, in check_qep()
3017 prefix_rec_count= COST_MULT(prefix_rec_count, mat_info->rows); in check_qep()
3358 current_fanout= COST_MULT(current_fanout, p->records_read); in check_qep()
3364 sj_inner_fanout= COST_MULT(sj_inner_fanout, p->records_read); in check_qep()
3369 sj_outer_fanout= COST_MULT(sj_outer_fanout, p->records_read); in check_qep()
3392 COST_MULT(sj_outer_fanout, in check_qep()
5918 COST_MULT(write_cost, in choose_subquery_plan()
[all …]
H A Dsql_select.cc5227 records= COST_MULT(records, rr); in make_join_statistics()
7158 tmp= COST_MULT(tmp, record_count); in best_access_path()
7323 tmp= COST_MULT(tmp, record_count); in best_access_path()
7378 tmp= COST_MULT(tmp, refills); in best_access_path()
7453 tmp= COST_MULT(record_count, in best_access_path()
7474 tmp= COST_MULT(record_count, COST_ADD(tmp,cmp_time)); in best_access_path()
7481 tmp= COST_MULT(tmp, refills); in best_access_path()
8324 record_count= COST_MULT(record_count, tab->records_read); in get_partial_cost_and_fanout()
8398 prev_fanout= COST_MULT(prev_fanout, prev_tab->records_read); in get_examined_rows()
9388 found= COST_MULT(found, pos->records_read); in prev_record_reads()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_const.h251 #define COST_MULT(c,f) (COST_MAX / (f) > (c) ? (c) * (f) : COST_MAX) macro
H A Dopt_subselect.cc1364 double data_size= COST_MULT(item->jtbm_record_count, in get_delayed_table_estimates()
2438 rows= COST_MULT(rows, in optimize_semijoin_nests()
2971 COST_MULT(prefix_rec_count, in check_qep()
3015 COST_MULT(prefix_rec_count, in check_qep()
3017 prefix_rec_count= COST_MULT(prefix_rec_count, mat_info->rows); in check_qep()
3358 current_fanout= COST_MULT(current_fanout, p->records_read); in check_qep()
3364 sj_inner_fanout= COST_MULT(sj_inner_fanout, p->records_read); in check_qep()
3369 sj_outer_fanout= COST_MULT(sj_outer_fanout, p->records_read); in check_qep()
3392 COST_MULT(sj_outer_fanout, in check_qep()
5918 COST_MULT(write_cost, in choose_subquery_plan()
[all …]
H A Dsql_select.cc5227 records= COST_MULT(records, rr); in make_join_statistics()
7158 tmp= COST_MULT(tmp, record_count); in best_access_path()
7323 tmp= COST_MULT(tmp, record_count); in best_access_path()
7378 tmp= COST_MULT(tmp, refills); in best_access_path()
7453 tmp= COST_MULT(record_count, in best_access_path()
7474 tmp= COST_MULT(record_count, COST_ADD(tmp,cmp_time)); in best_access_path()
7481 tmp= COST_MULT(tmp, refills); in best_access_path()
8324 record_count= COST_MULT(record_count, tab->records_read); in get_partial_cost_and_fanout()
8398 prev_fanout= COST_MULT(prev_fanout, prev_tab->records_read); in get_examined_rows()
9388 found= COST_MULT(found, pos->records_read); in prev_record_reads()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_const.h256 #define COST_MULT(c,f) (COST_MAX / (f) > (c) ? (c) * (f) : COST_MAX) macro
H A Dopt_subselect.cc1437 double data_size= COST_MULT(item->jtbm_record_count, in get_delayed_table_estimates()
2532 rows= COST_MULT(rows, in optimize_semijoin_nests()
3101 COST_MULT(prefix_rec_count, in check_qep()
3152 COST_MULT(prefix_rec_count, in check_qep()
3154 prefix_rec_count= COST_MULT(prefix_rec_count, mat_info->rows); in check_qep()
3518 current_fanout= COST_MULT(current_fanout, p->records_read); in check_qep()
3524 sj_inner_fanout= COST_MULT(sj_inner_fanout, p->records_read); in check_qep()
3529 sj_outer_fanout= COST_MULT(sj_outer_fanout, p->records_read); in check_qep()
3552 COST_MULT(sj_outer_fanout, in check_qep()
6565 COST_MULT(write_cost, in choose_subquery_plan()
[all …]
H A Dsql_select.cc5716 records= COST_MULT(records, rr); in make_join_statistics()
7754 tmp= COST_MULT(tmp, record_count); in best_access_path()
7936 tmp= COST_MULT(tmp, record_count); in best_access_path()
8024 tmp= COST_MULT(tmp, refills); in best_access_path()
8108 tmp= COST_MULT(record_count, in best_access_path()
8155 tmp= COST_MULT(record_count, COST_ADD(tmp,cmp_time)); in best_access_path()
8162 tmp= COST_MULT(tmp, refills); in best_access_path()
9052 record_count= COST_MULT(record_count, tab->records_read); in get_partial_cost_and_fanout()
9126 prev_fanout= COST_MULT(prev_fanout, prev_tab->records_read); in get_examined_rows()
10146 found= COST_MULT(found, pos->records_read); in prev_record_reads()
[all …]