mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
(btr0btr.c:606) Bug#55227 Fix compiler warnings in innodb with gcc 4.6
This commit is contained in:
parent
aad1419981
commit
c37573590d
1 changed files with 0 additions and 2 deletions
|
|
@ -603,7 +603,6 @@ btr_page_get_father_node_ptr_func(
|
|||
ulint line, /*!< in: line where called */
|
||||
mtr_t* mtr) /*!< in: mtr */
|
||||
{
|
||||
page_t* page;
|
||||
dtuple_t* tuple;
|
||||
rec_t* user_rec;
|
||||
rec_t* node_ptr;
|
||||
|
|
@ -621,7 +620,6 @@ btr_page_get_father_node_ptr_func(
|
|||
|
||||
level = btr_page_get_level(btr_cur_get_page(cursor), mtr);
|
||||
|
||||
page = btr_cur_get_page(cursor);
|
||||
user_rec = btr_cur_get_rec(cursor);
|
||||
ut_a(page_rec_is_user_rec(user_rec));
|
||||
tuple = dict_index_build_node_ptr(index, user_rec, 0, heap, level);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue