mariadb/storage/innobase/row
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
..
row0ext.cc
row0ftsort.cc MDEV-28313: Shrink ReadView::m_mutex 2022-04-14 10:21:43 +03:00
row0import.cc MDEV-29603: Implement btr_cur_t::open_leaf() 2022-11-16 09:43:48 +02:00
row0ins.cc MDEV-29603: Implement btr_cur_t::open_leaf() 2022-11-16 09:43:48 +02:00
row0log.cc Cleanup: Use BTR_INSERT_TREE for pessimistic insert 2022-11-16 09:36:36 +02:00
row0merge.cc MDEV-29603: Implement btr_cur_t::open_leaf() 2022-11-16 09:43:48 +02:00
row0mysql.cc MDEV-24402: InnoDB CHECK TABLE ... EXTENDED 2022-10-21 10:02:54 +03:00
row0purge.cc MDEV-29603: Implement btr_cur_t::open_leaf() 2022-11-16 09:43:48 +02:00
row0quiesce.cc MDEV-25919 preparation: Various cleanup 2021-08-31 13:54:20 +03:00
row0row.cc MDEV-29603: Implement btr_cur_t::open_leaf() 2022-11-16 09:43:48 +02:00
row0sel.cc MDEV-29603: Implement btr_cur_t::open_leaf() 2022-11-16 09:43:48 +02:00
row0uins.cc MDEV-29603: Implement btr_cur_t::open_leaf() 2022-11-16 09:43:48 +02:00
row0umod.cc MDEV-29603: Implement btr_cur_t::open_leaf() 2022-11-16 09:43:48 +02:00
row0undo.cc MDEV-22388 Corrupted undo log record leads to server crash 2022-06-22 10:04:28 +03:00
row0upd.cc MDEV-29603: Implement btr_cur_t::open_leaf() 2022-11-16 09:43:48 +02:00
row0vers.cc MDEV-24402: InnoDB CHECK TABLE ... EXTENDED 2022-10-21 10:02:54 +03:00