btr_block_get(): Remove redundant parameters

This commit is contained in:
Marko Mäkelä 2019-09-25 16:08:48 +03:00
commit a340af9223
13 changed files with 149 additions and 278 deletions

View file

@ -821,8 +821,6 @@ btr_rec_set_deleted_flag(
/** Latches the leaf page or pages requested.
@param[in] block leaf page where the search converged
@param[in] page_id page id of the leaf
@param[in] zip_size ROW_FORMAT=COMPRESSED page size, or 0
@param[in] latch_mode BTR_SEARCH_LEAF, ...
@param[in] cursor cursor
@param[in] mtr mini-transaction
@ -830,8 +828,6 @@ btr_rec_set_deleted_flag(
btr_latch_leaves_t
btr_cur_latch_leaves(
buf_block_t* block,
const page_id_t page_id,
ulint zip_size,
ulint latch_mode,
btr_cur_t* cursor,
mtr_t* mtr);