mirror of
https://github.com/MariaDB/server.git
synced 2025-01-25 00:04:33 +01:00
branches/innodb+: btr_cur_search_to_nth_level(): Correct a merge
error. In r2324, when changes were merged from branches/fts, the assignment guess = NULL was accidentally removed after height--. The assignment is in that place in branches/fts since r990.
This commit is contained in:
parent
53e26c42bc
commit
1f19bd86bc
1 changed files with 1 additions and 0 deletions
|
@ -688,6 +688,7 @@ retry_page_get:
|
|||
ut_ad(height > 0);
|
||||
|
||||
height--;
|
||||
guess = NULL;
|
||||
|
||||
node_ptr = page_cur_get_rec(page_cursor);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue