Home
last modified time | relevance | path

Searched refs:force_quick_range (Results 1 – 25 of 40) sorted by relevance

12

/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dopt_range.h880 bool check_quick(THD *thd, bool force_quick_range, ha_rows limit) in check_quick() argument
884 return test_quick_select(thd, tmp, 0, limit, force_quick_range) < 0; in check_quick()
892 ha_rows limit, bool force_quick_range);
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dopt_range.h941 bool check_quick(THD *thd, bool force_quick_range, ha_rows limit) in check_quick() argument
944 return test_quick_select(thd, tmp, 0, limit, force_quick_range, in check_quick()
953 ha_rows limit, bool force_quick_range,
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dopt_range.h941 bool check_quick(THD *thd, bool force_quick_range, ha_rows limit) in check_quick() argument
944 return test_quick_select(thd, tmp, 0, limit, force_quick_range, in check_quick()
953 ha_rows limit, bool force_quick_range,
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dopt_range.h941 bool check_quick(THD *thd, bool force_quick_range, ha_rows limit) in check_quick() argument
944 return test_quick_select(thd, tmp, 0, limit, force_quick_range, in check_quick()
953 ha_rows limit, bool force_quick_range,
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dopt_range.h941 bool check_quick(THD *thd, bool force_quick_range, ha_rows limit) in check_quick() argument
944 return test_quick_select(thd, tmp, 0, limit, force_quick_range, in check_quick()
953 ha_rows limit, bool force_quick_range,
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dopt_range.h941 bool check_quick(THD *thd, bool force_quick_range, ha_rows limit) in check_quick() argument
944 return test_quick_select(thd, tmp, 0, limit, force_quick_range, in check_quick()
953 ha_rows limit, bool force_quick_range,
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dopt_range.h1650 bool check_quick(THD *thd, bool force_quick_range, ha_rows limit) in check_quick() argument
1654 return test_quick_select(thd, tmp, 0, limit, force_quick_range, in check_quick()
1671 ha_rows limit, bool force_quick_range,
H A Dopt_range.cc2658 ha_rows limit, bool force_quick_range, in test_quick_select() argument
2684 if (head->force_index || force_quick_range) in test_quick_select()
2825 if (!force_quick_range && !head->covering_keys.is_clear_all()) in test_quick_select()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dopt_range.h1650 bool check_quick(THD *thd, bool force_quick_range, ha_rows limit) in check_quick() argument
1654 return test_quick_select(thd, tmp, 0, limit, force_quick_range, in check_quick()
1671 ha_rows limit, bool force_quick_range,
H A Dopt_range.cc2658 ha_rows limit, bool force_quick_range, in test_quick_select() argument
2684 if (head->force_index || force_quick_range) in test_quick_select()
2825 if (!force_quick_range && !head->covering_keys.is_clear_all()) in test_quick_select()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dopt_range.h1645 bool check_quick(THD *thd, bool force_quick_range, ha_rows limit) in check_quick() argument
1649 return test_quick_select(thd, tmp, 0, limit, force_quick_range, FALSE, FALSE) < 0; in check_quick()
1665 ha_rows limit, bool force_quick_range,
H A Dopt_range.cc2399 ha_rows limit, bool force_quick_range, in test_quick_select() argument
2421 if (head->force_index || force_quick_range) in test_quick_select()
2536 if (!force_quick_range && !head->covering_keys.is_clear_all()) in test_quick_select()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dopt_range.h1645 bool check_quick(THD *thd, bool force_quick_range, ha_rows limit) in check_quick() argument
1649 return test_quick_select(thd, tmp, 0, limit, force_quick_range, FALSE, FALSE) < 0; in check_quick()
1665 ha_rows limit, bool force_quick_range,
H A Dopt_range.cc2399 ha_rows limit, bool force_quick_range, in test_quick_select() argument
2421 if (head->force_index || force_quick_range) in test_quick_select()
2536 if (!force_quick_range && !head->covering_keys.is_clear_all()) in test_quick_select()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dopt_range.h1714 bool check_quick(THD *thd, bool force_quick_range, ha_rows limit) in check_quick() argument
1718 return test_quick_select(thd, tmp, 0, limit, force_quick_range, in check_quick()
1735 ha_rows limit, bool force_quick_range,
H A Dopt_range.cc2671 ha_rows limit, bool force_quick_range, in test_quick_select() argument
2701 if (head->force_index || force_quick_range) in test_quick_select()
2851 if (!force_quick_range && !head->covering_keys.is_clear_all()) in test_quick_select()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dopt_range.h1714 bool check_quick(THD *thd, bool force_quick_range, ha_rows limit) in check_quick() argument
1718 return test_quick_select(thd, tmp, 0, limit, force_quick_range, in check_quick()
1735 ha_rows limit, bool force_quick_range,
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dopt_range.h1012 ha_rows limit, bool force_quick_range,
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dopt_range.h1012 ha_rows limit, bool force_quick_range,
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dopt_range.h1012 ha_rows limit, bool force_quick_range,
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dopt_range.h1012 ha_rows limit, bool force_quick_range,
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dopt_range.h1012 ha_rows limit, bool force_quick_range,
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dopt_range.h1012 ha_rows limit, bool force_quick_range,
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dopt_range.h1130 ha_rows limit, bool force_quick_range,
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/t/pt-pmp/samples/
H A Dstacktrace003.in347 …t>, prev_tables=<value optimized out>, limit=<value optimized out>, force_quick_range=<value optim…

12