mariadb/storage/innobase/rem
Marko Mäkelä 89ec4b53ac MDEV-29603: Implement btr_cur_t::open_leaf()
btr_cur_t::open_leaf(): Replaces btr_cur_open_at_index_side() for
most calls, except dict_stats_analyze_index(), which is the only
place where we need to open a page at the non-leaf level.
Use btr_block_get() for better error handling.

Also, use the enumeration type btr_latch_mode wherever possible.

Reviewed by: Vladislav Lesin
2022-11-16 09:43:48 +02:00
..
rem0cmp.cc MDEV-27767 poor scaling with InnoDB and utf8mb3 because of charset stats 2022-04-13 17:50:00 +02:00
rem0rec.cc MDEV-29603: Implement btr_cur_t::open_leaf() 2022-11-16 09:43:48 +02:00