mariadb/storage/innobase/btr
Marko Mäkelä 7b1bea86b9 MDEV-35049: Always enable page_cur_search_with_match_bytes()
For some reason, page_cur_search_with_match_bytes(), which can speed
up append operations (PAGE_CUR_LE used by INSERT), was only enabled
if innodb_adaptive_hash_index=ON even though it has nothing to do with
the adaptive hash index.

Furthermore, mysql/mysql-server@c9bbc83d11
a.k.a. commit c9bbc83d11 reduced a limit
from 3 to 2 but forgot to adjust the PAGE_N_DIRECTION limit accordingly.
We are adjusting that as well.

Reviewed by: Vladislav Lesin
2025-04-11 07:35:16 +03:00
..
btr0btr.cc MDEV-35049: Improve btr_search_drop_page_hash_index() 2025-04-11 07:35:16 +03:00
btr0bulk.cc Merge 10.6 into 10.11 2024-11-29 13:43:17 +02:00
btr0cur.cc MDEV-35049: Always enable page_cur_search_with_match_bytes() 2025-04-11 07:35:16 +03:00
btr0defragment.cc MDEV-35049: Improve btr_search_drop_page_hash_index() 2025-04-11 07:35:16 +03:00
btr0pcur.cc MDEV-35049: Improve btr_search_drop_page_hash_index() 2025-04-11 07:35:16 +03:00
btr0sea.cc MDEV-35049: Avoid building AHI beyond unique field prefix 2025-04-11 07:35:16 +03:00