mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
(btr0btr.c:2566) Bug#55227 Fix compiler warnings in innodb with gcc 4.6
This commit is contained in:
parent
ab8cec7774
commit
17d6947180
1 changed files with 0 additions and 2 deletions
|
|
@ -2563,7 +2563,6 @@ btr_compress(
|
|||
ulint n_recs;
|
||||
ulint max_ins_size;
|
||||
ulint max_ins_size_reorg;
|
||||
ulint level;
|
||||
|
||||
block = btr_cur_get_block(cursor);
|
||||
page = btr_cur_get_page(cursor);
|
||||
|
|
@ -2573,7 +2572,6 @@ btr_compress(
|
|||
ut_ad(mtr_memo_contains(mtr, dict_index_get_lock(index),
|
||||
MTR_MEMO_X_LOCK));
|
||||
ut_ad(mtr_memo_contains(mtr, block, MTR_MEMO_PAGE_X_FIX));
|
||||
level = btr_page_get_level(page, mtr);
|
||||
space = dict_index_get_space(index);
|
||||
zip_size = dict_table_zip_size(index->table);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue