Home
last modified time | relevance | path

Searched refs:roru_total_cost (Results 1 – 19 of 19) sorted by relevance

/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dopt_range.cc4871 Cost_estimate roru_total_cost; in get_best_disjunct_quick() local
4876 &roru_total_cost); in get_best_disjunct_quick()
4877 roru_total_cost += roru_index_cost; in get_best_disjunct_quick()
4878 roru_total_cost.add_cpu( in get_best_disjunct_quick()
4884 roru_total_cost). in get_best_disjunct_quick()
4887 if (roru_total_cost < read_cost) in get_best_disjunct_quick()
4894 roru->cost_est= roru_total_cost; in get_best_disjunct_quick()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dopt_range.cc4871 Cost_estimate roru_total_cost; in get_best_disjunct_quick() local
4876 &roru_total_cost); in get_best_disjunct_quick()
4877 roru_total_cost += roru_index_cost; in get_best_disjunct_quick()
4878 roru_total_cost.add_cpu( in get_best_disjunct_quick()
4884 roru_total_cost). in get_best_disjunct_quick()
4887 if (roru_total_cost < read_cost) in get_best_disjunct_quick()
4894 roru->cost_est= roru_total_cost; in get_best_disjunct_quick()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dopt_range.cc4873 Cost_estimate roru_total_cost; in get_best_disjunct_quick() local
4878 &roru_total_cost); in get_best_disjunct_quick()
4879 roru_total_cost += roru_index_cost; in get_best_disjunct_quick()
4880 roru_total_cost.add_cpu( in get_best_disjunct_quick()
4886 roru_total_cost). in get_best_disjunct_quick()
4889 if (roru_total_cost < read_cost) in get_best_disjunct_quick()
4896 roru->cost_est= roru_total_cost; in get_best_disjunct_quick()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dopt_range.cc4871 Cost_estimate roru_total_cost; in get_best_disjunct_quick() local
4876 &roru_total_cost); in get_best_disjunct_quick()
4877 roru_total_cost += roru_index_cost; in get_best_disjunct_quick()
4878 roru_total_cost.add_cpu( in get_best_disjunct_quick()
4884 roru_total_cost). in get_best_disjunct_quick()
4887 if (roru_total_cost < read_cost) in get_best_disjunct_quick()
4894 roru->cost_est= roru_total_cost; in get_best_disjunct_quick()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dopt_range.cc4873 Cost_estimate roru_total_cost; in get_best_disjunct_quick() local
4878 &roru_total_cost); in get_best_disjunct_quick()
4879 roru_total_cost += roru_index_cost; in get_best_disjunct_quick()
4880 roru_total_cost.add_cpu( in get_best_disjunct_quick()
4886 roru_total_cost). in get_best_disjunct_quick()
4889 if (roru_total_cost < read_cost) in get_best_disjunct_quick()
4896 roru->cost_est= roru_total_cost; in get_best_disjunct_quick()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dopt_range.cc4873 Cost_estimate roru_total_cost; in get_best_disjunct_quick() local
4878 &roru_total_cost); in get_best_disjunct_quick()
4879 roru_total_cost += roru_index_cost; in get_best_disjunct_quick()
4880 roru_total_cost.add_cpu( in get_best_disjunct_quick()
4886 roru_total_cost). in get_best_disjunct_quick()
4889 if (roru_total_cost < read_cost) in get_best_disjunct_quick()
4896 roru->cost_est= roru_total_cost; in get_best_disjunct_quick()
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dopt_range.cc4082 double roru_total_cost; in get_best_disjunct_quick() local
4083 roru_total_cost= roru_index_costs + in get_best_disjunct_quick()
4088 DBUG_PRINT("info", ("ROR-union: cost %g, %d members", roru_total_cost, in get_best_disjunct_quick()
4091 if (roru_total_cost < read_time) in get_best_disjunct_quick()
4097 roru->read_cost= roru_total_cost; in get_best_disjunct_quick()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dopt_range.cc5051 Cost_estimate roru_total_cost; in get_best_disjunct_quick() local
5056 &roru_total_cost); in get_best_disjunct_quick()
5057 roru_total_cost += roru_index_cost; in get_best_disjunct_quick()
5058 roru_total_cost.add_cpu(cost_model->key_compare_cost( in get_best_disjunct_quick()
5062 trace_best_disjunct.add("index_roworder_union_cost", roru_total_cost) in get_best_disjunct_quick()
5065 if (roru_total_cost < read_cost || force_index_merge) { in get_best_disjunct_quick()
5070 roru->cost_est = roru_total_cost; in get_best_disjunct_quick()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dopt_range.cc5366 double roru_total_cost; in get_best_disjunct_quick() local
5367 roru_total_cost= roru_index_costs + in get_best_disjunct_quick()
5373 roru_total_cost, n_child_scans)); in get_best_disjunct_quick()
5374 trace_best_disjunct.add("index_roworder_union_cost", roru_total_cost) in get_best_disjunct_quick()
5377 if (roru_total_cost < read_time) in get_best_disjunct_quick()
5384 roru->read_cost= roru_total_cost; in get_best_disjunct_quick()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dopt_range.cc5366 double roru_total_cost; in get_best_disjunct_quick() local
5367 roru_total_cost= roru_index_costs + in get_best_disjunct_quick()
5373 roru_total_cost, n_child_scans)); in get_best_disjunct_quick()
5374 trace_best_disjunct.add("index_roworder_union_cost", roru_total_cost) in get_best_disjunct_quick()
5377 if (roru_total_cost < read_time) in get_best_disjunct_quick()
5384 roru->read_cost= roru_total_cost; in get_best_disjunct_quick()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dopt_range.cc4659 double roru_total_cost; in get_best_disjunct_quick() local
4666 roru_total_cost= roru_index_costs + in get_best_disjunct_quick()
4672 trace_best_disjunct.add("index_roworder_union_cost", roru_total_cost). in get_best_disjunct_quick()
4675 if (roru_total_cost < read_time) in get_best_disjunct_quick()
4682 roru->read_cost= roru_total_cost; in get_best_disjunct_quick()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dopt_range.cc4659 double roru_total_cost; in get_best_disjunct_quick() local
4666 roru_total_cost= roru_index_costs + in get_best_disjunct_quick()
4672 trace_best_disjunct.add("index_roworder_union_cost", roru_total_cost). in get_best_disjunct_quick()
4675 if (roru_total_cost < read_time) in get_best_disjunct_quick()
4682 roru->read_cost= roru_total_cost; in get_best_disjunct_quick()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dopt_range.cc4659 double roru_total_cost; in get_best_disjunct_quick() local
4666 roru_total_cost= roru_index_costs + in get_best_disjunct_quick()
4672 trace_best_disjunct.add("index_roworder_union_cost", roru_total_cost). in get_best_disjunct_quick()
4675 if (roru_total_cost < read_time) in get_best_disjunct_quick()
4682 roru->read_cost= roru_total_cost; in get_best_disjunct_quick()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dopt_range.cc4659 double roru_total_cost; in get_best_disjunct_quick() local
4666 roru_total_cost= roru_index_costs + in get_best_disjunct_quick()
4672 trace_best_disjunct.add("index_roworder_union_cost", roru_total_cost). in get_best_disjunct_quick()
4675 if (roru_total_cost < read_time) in get_best_disjunct_quick()
4682 roru->read_cost= roru_total_cost; in get_best_disjunct_quick()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dopt_range.cc4659 double roru_total_cost; in get_best_disjunct_quick() local
4666 roru_total_cost= roru_index_costs + in get_best_disjunct_quick()
4672 trace_best_disjunct.add("index_roworder_union_cost", roru_total_cost). in get_best_disjunct_quick()
4675 if (roru_total_cost < read_time) in get_best_disjunct_quick()
4682 roru->read_cost= roru_total_cost; in get_best_disjunct_quick()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dopt_range.cc5396 double roru_total_cost; in get_best_disjunct_quick() local
5397 roru_total_cost= roru_index_costs + in get_best_disjunct_quick()
5403 roru_total_cost, n_child_scans)); in get_best_disjunct_quick()
5404 trace_best_disjunct.add("index_roworder_union_cost", roru_total_cost) in get_best_disjunct_quick()
5407 if (roru_total_cost < read_time) in get_best_disjunct_quick()
5414 roru->read_cost= roru_total_cost; in get_best_disjunct_quick()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dopt_range.cc5396 double roru_total_cost; in get_best_disjunct_quick() local
5397 roru_total_cost= roru_index_costs + in get_best_disjunct_quick()
5403 roru_total_cost, n_child_scans)); in get_best_disjunct_quick()
5404 trace_best_disjunct.add("index_roworder_union_cost", roru_total_cost) in get_best_disjunct_quick()
5407 if (roru_total_cost < read_time) in get_best_disjunct_quick()
5414 roru->read_cost= roru_total_cost; in get_best_disjunct_quick()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dopt_range.cc4932 double roru_total_cost; in get_best_disjunct_quick() local
4933 roru_total_cost= roru_index_costs + in get_best_disjunct_quick()
4939 roru_total_cost, n_child_scans)); in get_best_disjunct_quick()
4941 if (roru_total_cost < read_time) in get_best_disjunct_quick()
4947 roru->read_cost= roru_total_cost; in get_best_disjunct_quick()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dopt_range.cc4932 double roru_total_cost; in get_best_disjunct_quick() local
4933 roru_total_cost= roru_index_costs + in get_best_disjunct_quick()
4939 roru_total_cost, n_child_scans)); in get_best_disjunct_quick()
4941 if (roru_total_cost < read_time) in get_best_disjunct_quick()
4947 roru->read_cost= roru_total_cost; in get_best_disjunct_quick()