mariadb/storage/innobase/btr
Marko Mäkelä 793a2fc8ba 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-01-10 16:40:37 +02:00
..
btr0btr.cc MDEV-35049: Improve btr_search_drop_page_hash_index() 2025-01-10 16:40:34 +02:00
btr0bulk.cc Merge 10.11 into 11.4 2024-12-02 11:35:34 +02:00
btr0cur.cc MDEV-35049: Always enable page_cur_search_with_match_bytes() 2025-01-10 16:40:37 +02:00
btr0pcur.cc MDEV-35049: Improve btr_search_drop_page_hash_index() 2025-01-10 16:40:34 +02:00
btr0sea.cc MDEV-35049: Avoid building AHI beyond unique field prefix 2025-01-10 16:40:35 +02:00