mirror of
https://github.com/MariaDB/server.git
synced 2026-05-11 01:20:15 +02:00
btr_block_get(): Remove redundant parameters
This commit is contained in:
parent
5d0bab47fc
commit
a340af9223
13 changed files with 149 additions and 278 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue