diff options
author | Vasil Dimov <vasil.dimov@oracle.com> | 2010-09-20 17:59:59 +0300 |
---|---|---|
committer | Vasil Dimov <vasil.dimov@oracle.com> | 2010-09-20 17:59:59 +0300 |
commit | c37573590dfdf6c944b097b802f68e151f9d7327 (patch) | |
tree | f1728300df0b995eaf98a3e8dbd7d99a1e964850 /storage | |
parent | aad1419981afb8ce831162ec71839cdcea30a189 (diff) | |
download | mariadb-git-c37573590dfdf6c944b097b802f68e151f9d7327.tar.gz |
(btr0btr.c:606) Bug#55227 Fix compiler warnings in innodb with gcc 4.6
Diffstat (limited to 'storage')
-rw-r--r-- | storage/innobase/btr/btr0btr.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/storage/innobase/btr/btr0btr.c b/storage/innobase/btr/btr0btr.c index f8638af2e71..5c0f9e4c610 100644 --- a/storage/innobase/btr/btr0btr.c +++ b/storage/innobase/btr/btr0btr.c @@ -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); |