mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
branches/zip: ibuf_insert_to_index_page(): Discard the local variable block.
page_cur is always positioned on block, the function parameter.
This commit is contained in:
parent
b8c51944b9
commit
3986bca331
1 changed files with 0 additions and 2 deletions
|
@ -2981,11 +2981,9 @@ dump:
|
|||
PAGE_CUR_LE, &page_cur);
|
||||
|
||||
if (low_match == dtuple_get_n_fields(entry)) {
|
||||
buf_block_t* block;
|
||||
page_zip_des_t* page_zip;
|
||||
|
||||
rec = page_cur_get_rec(&page_cur);
|
||||
block = page_cur_get_block(&page_cur);
|
||||
page_zip = buf_block_get_page_zip(block);
|
||||
|
||||
btr_cur_del_unmark_for_ibuf(rec, page_zip, mtr);
|
||||
|
|
Loading…
Add table
Reference in a new issue