Home
last modified time | relevance | path

Searched refs:used_index_parts (Results 1 – 6 of 6) sorted by relevance

/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_select.cc28731 uint used_index_parts= keyinfo->user_defined_key_parts; in test_if_cheaper_ordering() local
28733 if (used_key_parts > used_index_parts) in test_if_cheaper_ordering()
28734 used_pk_parts= used_key_parts-used_index_parts; in test_if_cheaper_ordering()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_select.cc28470 uint used_index_parts= keyinfo->user_defined_key_parts; in test_if_cheaper_ordering() local
28472 if (used_key_parts > used_index_parts) in test_if_cheaper_ordering()
28473 used_pk_parts= used_key_parts-used_index_parts; in test_if_cheaper_ordering()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_select.cc28470 uint used_index_parts= keyinfo->user_defined_key_parts; in test_if_cheaper_ordering() local
28472 if (used_key_parts > used_index_parts) in test_if_cheaper_ordering()
28473 used_pk_parts= used_key_parts-used_index_parts; in test_if_cheaper_ordering()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_select.cc27578 uint used_index_parts= keyinfo->user_defined_key_parts; in test_if_cheaper_ordering() local
27580 if (used_key_parts > used_index_parts) in test_if_cheaper_ordering()
27581 used_pk_parts= used_key_parts-used_index_parts; in test_if_cheaper_ordering()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_select.cc27578 uint used_index_parts= keyinfo->user_defined_key_parts; in test_if_cheaper_ordering() local
27580 if (used_key_parts > used_index_parts) in test_if_cheaper_ordering()
27581 used_pk_parts= used_key_parts-used_index_parts; in test_if_cheaper_ordering()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_select.cc28731 uint used_index_parts= keyinfo->user_defined_key_parts; in test_if_cheaper_ordering() local
28733 if (used_key_parts > used_index_parts) in test_if_cheaper_ordering()
28734 used_pk_parts= used_key_parts-used_index_parts; in test_if_cheaper_ordering()