Home
last modified time | relevance | path

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

/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dmulti_range_read.cc1701 ulong max_buff_entries, elem_size; in get_disk_sweep_mrr_cost() local
1725 max_buff_entries = (*buffer_size - extra_mem_overhead) / elem_size; in get_disk_sweep_mrr_cost()
1728 n_full_steps= (uint)floor(rows2double(rows) / max_buff_entries); in get_disk_sweep_mrr_cost()
1735 rows_in_full_step= max_buff_entries; in get_disk_sweep_mrr_cost()
1736 rows_in_last_step= rows % max_buff_entries; in get_disk_sweep_mrr_cost()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dmulti_range_read.cc1701 ulong max_buff_entries, elem_size; in get_disk_sweep_mrr_cost() local
1725 max_buff_entries = (*buffer_size - extra_mem_overhead) / elem_size; in get_disk_sweep_mrr_cost()
1728 n_full_steps= (uint)floor(rows2double(rows) / max_buff_entries); in get_disk_sweep_mrr_cost()
1735 rows_in_full_step= max_buff_entries; in get_disk_sweep_mrr_cost()
1736 rows_in_last_step= rows % max_buff_entries; in get_disk_sweep_mrr_cost()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dmulti_range_read.cc1946 ulong max_buff_entries, elem_size; in get_disk_sweep_mrr_cost() local
1970 max_buff_entries = (*buffer_size - extra_mem_overhead) / elem_size; in get_disk_sweep_mrr_cost()
1973 n_full_steps= (uint)floor(rows2double(rows) / max_buff_entries); in get_disk_sweep_mrr_cost()
1980 rows_in_full_step= max_buff_entries; in get_disk_sweep_mrr_cost()
1981 rows_in_last_step= rows % max_buff_entries; in get_disk_sweep_mrr_cost()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dmulti_range_read.cc1786 ulong max_buff_entries, elem_size; in get_disk_sweep_mrr_cost() local
1810 max_buff_entries = (*buffer_size - extra_mem_overhead) / elem_size; in get_disk_sweep_mrr_cost()
1813 n_full_steps= (uint)floor(rows2double(rows) / max_buff_entries); in get_disk_sweep_mrr_cost()
1820 rows_in_full_step= max_buff_entries; in get_disk_sweep_mrr_cost()
1821 rows_in_last_step= rows % max_buff_entries; in get_disk_sweep_mrr_cost()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dmulti_range_read.cc1786 ulong max_buff_entries, elem_size;
1810 max_buff_entries = (*buffer_size - extra_mem_overhead) / elem_size;
1813 n_full_steps= (uint)floor(rows2double(rows) / max_buff_entries);
1820 rows_in_full_step= max_buff_entries;
1821 rows_in_last_step= rows % max_buff_entries;
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dmulti_range_read.cc1946 ulong max_buff_entries, elem_size; in get_disk_sweep_mrr_cost() local
1970 max_buff_entries = (*buffer_size - extra_mem_overhead) / elem_size; in get_disk_sweep_mrr_cost()
1973 n_full_steps= (uint)floor(rows2double(rows) / max_buff_entries); in get_disk_sweep_mrr_cost()
1980 rows_in_full_step= max_buff_entries; in get_disk_sweep_mrr_cost()
1981 rows_in_last_step= rows % max_buff_entries; in get_disk_sweep_mrr_cost()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dhandler.cc6644 const ha_rows max_buff_entries= *buffer_size / elem_size; in get_disk_sweep_mrr_cost() local
6646 if (!max_buff_entries) in get_disk_sweep_mrr_cost()
6650 n_full_steps= (uint)floor(rows2double(rows) / max_buff_entries); in get_disk_sweep_mrr_cost()
6656 rows_in_last_step= rows % max_buff_entries; in get_disk_sweep_mrr_cost()
6662 get_sort_and_sweep_cost(table, max_buff_entries, cost); in get_disk_sweep_mrr_cost()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dhandler.cc6503 const ha_rows max_buff_entries= *buffer_size / elem_size; in get_disk_sweep_mrr_cost() local
6505 if (!max_buff_entries) in get_disk_sweep_mrr_cost()
6509 n_full_steps= (uint)floor(rows2double(rows) / max_buff_entries); in get_disk_sweep_mrr_cost()
6515 rows_in_last_step= rows % max_buff_entries; in get_disk_sweep_mrr_cost()
6521 get_sort_and_sweep_cost(table, max_buff_entries, cost); in get_disk_sweep_mrr_cost()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dhandler.cc6998 const ha_rows max_buff_entries= *buffer_size / elem_size; in get_disk_sweep_mrr_cost() local
7000 if (!max_buff_entries) in get_disk_sweep_mrr_cost()
7004 n_full_steps= (uint)floor(rows2double(rows) / max_buff_entries); in get_disk_sweep_mrr_cost()
7010 rows_in_last_step= rows % max_buff_entries; in get_disk_sweep_mrr_cost()
7016 get_sort_and_sweep_cost(table, max_buff_entries, cost); in get_disk_sweep_mrr_cost()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dhandler.cc6998 const ha_rows max_buff_entries= *buffer_size / elem_size; in get_disk_sweep_mrr_cost() local
7000 if (!max_buff_entries) in get_disk_sweep_mrr_cost()
7004 n_full_steps= (uint)floor(rows2double(rows) / max_buff_entries); in get_disk_sweep_mrr_cost()
7010 rows_in_last_step= rows % max_buff_entries; in get_disk_sweep_mrr_cost()
7016 get_sort_and_sweep_cost(table, max_buff_entries, cost); in get_disk_sweep_mrr_cost()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dhandler.cc6980 const ha_rows max_buff_entries = *buffer_size / elem_size; in get_disk_sweep_mrr_cost() local
6982 if (!max_buff_entries) in get_disk_sweep_mrr_cost()
6986 n_full_steps = (uint)floor(rows2double(rows) / max_buff_entries); in get_disk_sweep_mrr_cost()
6992 rows_in_last_step = rows % max_buff_entries; in get_disk_sweep_mrr_cost()
6997 get_sort_and_sweep_cost(table, max_buff_entries, cost); in get_disk_sweep_mrr_cost()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dhandler.cc7130 const ha_rows max_buff_entries= *buffer_size / elem_size; in get_disk_sweep_mrr_cost() local
7132 if (!max_buff_entries) in get_disk_sweep_mrr_cost()
7136 n_full_steps= (uint)floor(rows2double(rows) / max_buff_entries); in get_disk_sweep_mrr_cost()
7142 rows_in_last_step= rows % max_buff_entries; in get_disk_sweep_mrr_cost()
7148 get_sort_and_sweep_cost(table, max_buff_entries, cost); in get_disk_sweep_mrr_cost()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dhandler.cc7560 const ha_rows max_buff_entries= *buffer_size / elem_size; in get_disk_sweep_mrr_cost() local
7562 if (!max_buff_entries) in get_disk_sweep_mrr_cost()
7566 n_full_steps= (uint)floor(rows2double(rows) / max_buff_entries); in get_disk_sweep_mrr_cost()
7572 rows_in_last_step= rows % max_buff_entries; in get_disk_sweep_mrr_cost()
7578 get_sort_and_sweep_cost(table, max_buff_entries, cost); in get_disk_sweep_mrr_cost()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dhandler.cc7230 const ha_rows max_buff_entries= *buffer_size / elem_size; in get_disk_sweep_mrr_cost() local
7232 if (!max_buff_entries) in get_disk_sweep_mrr_cost()
7236 n_full_steps= (uint)floor(rows2double(rows) / max_buff_entries); in get_disk_sweep_mrr_cost()
7242 rows_in_last_step= rows % max_buff_entries; in get_disk_sweep_mrr_cost()
7248 get_sort_and_sweep_cost(table, max_buff_entries, cost); in get_disk_sweep_mrr_cost()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dhandler.cc7560 const ha_rows max_buff_entries= *buffer_size / elem_size; in get_disk_sweep_mrr_cost() local
7562 if (!max_buff_entries) in get_disk_sweep_mrr_cost()
7566 n_full_steps= (uint)floor(rows2double(rows) / max_buff_entries); in get_disk_sweep_mrr_cost()
7572 rows_in_last_step= rows % max_buff_entries; in get_disk_sweep_mrr_cost()
7578 get_sort_and_sweep_cost(table, max_buff_entries, cost); in get_disk_sweep_mrr_cost()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dhandler.cc7560 const ha_rows max_buff_entries= *buffer_size / elem_size; in get_disk_sweep_mrr_cost() local
7562 if (!max_buff_entries) in get_disk_sweep_mrr_cost()
7566 n_full_steps= (uint)floor(rows2double(rows) / max_buff_entries); in get_disk_sweep_mrr_cost()
7572 rows_in_last_step= rows % max_buff_entries; in get_disk_sweep_mrr_cost()
7578 get_sort_and_sweep_cost(table, max_buff_entries, cost); in get_disk_sweep_mrr_cost()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dhandler.cc6998 const ha_rows max_buff_entries= *buffer_size / elem_size; in get_disk_sweep_mrr_cost() local
7000 if (!max_buff_entries) in get_disk_sweep_mrr_cost()
7004 n_full_steps= (uint)floor(rows2double(rows) / max_buff_entries); in get_disk_sweep_mrr_cost()
7010 rows_in_last_step= rows % max_buff_entries; in get_disk_sweep_mrr_cost()
7016 get_sort_and_sweep_cost(table, max_buff_entries, cost); in get_disk_sweep_mrr_cost()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dhandler.cc7130 const ha_rows max_buff_entries= *buffer_size / elem_size; in get_disk_sweep_mrr_cost() local
7132 if (!max_buff_entries) in get_disk_sweep_mrr_cost()
7136 n_full_steps= (uint)floor(rows2double(rows) / max_buff_entries); in get_disk_sweep_mrr_cost()
7142 rows_in_last_step= rows % max_buff_entries; in get_disk_sweep_mrr_cost()
7148 get_sort_and_sweep_cost(table, max_buff_entries, cost); in get_disk_sweep_mrr_cost()