Home
last modified time | relevance | path

Searched refs:cost_exists (Results 1 – 12 of 12) sorted by relevance

/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsql_optimizer.cc9884 const double cost_exists= subq_executions * saved_best_read; in compare_costs_of_subquery_strategies() local
9890 (cost_mat < cost_exists) : true; in compare_costs_of_subquery_strategies()
9897 .add("cost_of_EXISTS", cost_exists) in compare_costs_of_subquery_strategies()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsql_optimizer.cc9884 const double cost_exists= subq_executions * saved_best_read; in compare_costs_of_subquery_strategies() local
9890 (cost_mat < cost_exists) : true; in compare_costs_of_subquery_strategies()
9897 .add("cost_of_EXISTS", cost_exists) in compare_costs_of_subquery_strategies()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsql_optimizer.cc9863 const double cost_exists= subq_executions * saved_best_read; in compare_costs_of_subquery_strategies() local
9869 (cost_mat < cost_exists) : true; in compare_costs_of_subquery_strategies()
9876 .add("cost_of_EXISTS", cost_exists) in compare_costs_of_subquery_strategies()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsql_optimizer.cc9884 const double cost_exists= subq_executions * saved_best_read; in compare_costs_of_subquery_strategies() local
9890 (cost_mat < cost_exists) : true; in compare_costs_of_subquery_strategies()
9897 .add("cost_of_EXISTS", cost_exists) in compare_costs_of_subquery_strategies()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsql_optimizer.cc9863 const double cost_exists= subq_executions * saved_best_read; in compare_costs_of_subquery_strategies() local
9869 (cost_mat < cost_exists) : true; in compare_costs_of_subquery_strategies()
9876 .add("cost_of_EXISTS", cost_exists) in compare_costs_of_subquery_strategies()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_optimizer.cc11252 const double cost_exists= subq_executions * saved_best_read; in compare_costs_of_subquery_strategies() local
11258 (cost_mat < cost_exists) : true; in compare_costs_of_subquery_strategies()
11265 .add("cost_of_EXISTS", cost_exists) in compare_costs_of_subquery_strategies()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsql_optimizer.cc11297 const double cost_exists= subq_executions * saved_best_read; in compare_costs_of_subquery_strategies() local
11303 (cost_mat < cost_exists) : true; in compare_costs_of_subquery_strategies()
11310 .add("cost_of_EXISTS", cost_exists) in compare_costs_of_subquery_strategies()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_optimizer.cc11252 const double cost_exists= subq_executions * saved_best_read; in compare_costs_of_subquery_strategies() local
11258 (cost_mat < cost_exists) : true; in compare_costs_of_subquery_strategies()
11265 .add("cost_of_EXISTS", cost_exists) in compare_costs_of_subquery_strategies()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsql_optimizer.cc11297 const double cost_exists= subq_executions * saved_best_read; in compare_costs_of_subquery_strategies() local
11303 (cost_mat < cost_exists) : true; in compare_costs_of_subquery_strategies()
11310 .add("cost_of_EXISTS", cost_exists) in compare_costs_of_subquery_strategies()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsql_optimizer.cc11297 const double cost_exists= subq_executions * saved_best_read; in compare_costs_of_subquery_strategies() local
11303 (cost_mat < cost_exists) : true; in compare_costs_of_subquery_strategies()
11310 .add("cost_of_EXISTS", cost_exists) in compare_costs_of_subquery_strategies()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_optimizer.cc11227 const double cost_exists= subq_executions * saved_best_read; in compare_costs_of_subquery_strategies() local
11233 (cost_mat < cost_exists) : true; in compare_costs_of_subquery_strategies()
11240 .add("cost_of_EXISTS", cost_exists) in compare_costs_of_subquery_strategies()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsql_optimizer.cc10714 const double cost_exists = subq_executions * saved_best_read; in compare_costs_of_subquery_strategies() local
10720 ? (cost_mat < cost_exists) in compare_costs_of_subquery_strategies()
10727 .add("cost_of_EXISTS", cost_exists) in compare_costs_of_subquery_strategies()