mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
[t:4062], fix small bug
git-svn-id: file:///svn/toku/tokudb@36673 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
7e7733249f
commit
0dd7183824
1 changed files with 1 additions and 0 deletions
|
@ -1441,6 +1441,7 @@ static int deserialize_brtnode_header_from_rbuf_if_small_enough (BRTNODE *brtnod
|
|||
if ((lc <= i && i <= rc) || toku_bfe_wants_child_available(bfe, i)) {
|
||||
assert(BP_STATE(node,i) == PT_ON_DISK);
|
||||
toku_deserialize_bp_from_disk(node, i, fd, bfe);
|
||||
BP_TOUCH_CLOCK(node,i);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue