Skip to content

Commit

Permalink
MDEV-21024: Clean up rtr_adjust_upper_level()
Browse files Browse the repository at this point in the history
Remove the unnecessary retrieval and null-modifications of
the preceding page.
  • Loading branch information
dr-m committed Nov 11, 2019
1 parent 29d67d0 commit 3621df7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion storage/innobase/gis/gis0rtree.cc
Expand Up @@ -750,7 +750,6 @@ rtr_adjust_upper_level(

mem_heap_free(heap);

/* Get the previous and next pages of page */
const uint32_t next_page_no = btr_page_get_next(page);

if (next_page_no != FIL_NULL) {
Expand Down

0 comments on commit 3621df7

Please sign in to comment.