mariadb/storage/innobase/btr
Marko Mäkelä 0664d633e4 MDEV-14952 Avoid repeated calls to btr_get_search_latch()
btr_cur_search_to_nth_level(), btr_search_guess_on_hash(),
btr_pcur_open_with_no_init_func(), row_sel_open_pcur():
Replace the parameter has_search_latch with the ahi_latch
(passed as NULL if the caller does not hold the latch).

btr_search_update_hash_node_on_insert(),
btr_search_update_hash_on_insert(),
btr_search_build_page_hash_index(): Add the parameter ahi_latch.

btr_search_x_lock(), btr_search_x_unlock(),
btr_search_s_lock(), btr_search_s_unlock(): Remove.
2018-01-15 19:51:09 +02:00
..
btr0btr.cc Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3 2017-10-30 20:47:39 +04:00
btr0bulk.cc Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3 2017-10-30 20:47:39 +04:00
btr0cur.cc MDEV-14952 Avoid repeated calls to btr_get_search_latch() 2018-01-15 19:51:09 +02:00
btr0defragment.cc MDEV-14614 InnoDB: Failing assertion: trx->error_state == DB_SUCCESS or lock wait timeout upon saving statistics 2017-12-11 10:12:14 +02:00
btr0pcur.cc MDEV-14952 Avoid repeated calls to btr_get_search_latch() 2018-01-15 19:51:09 +02:00
btr0scrub.cc Merge 10.1 into 10.2 2017-08-31 11:14:28 +03:00
btr0sea.cc MDEV-14952 Avoid repeated calls to btr_get_search_latch() 2018-01-15 19:51:09 +02:00