Skip to content

Commit 8c639a0

Browse files
authored
fix next_req node-split bug in trunk (#575)
1 parent 1e8f790 commit 8c639a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trunk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5503,7 +5503,7 @@ trunk_split_index(trunk_handle *spl,
55035503
spl, key_buffer_key(&req->start_key), trunk_min_key(spl, left_node)));
55045504
key_buffer_copy_key(&req->end_key, trunk_max_key(spl, left_node));
55055505

5506-
rc = trunk_compact_bundle_enqueue(spl, "split to", req);
5506+
rc = trunk_compact_bundle_enqueue(spl, "split to", next_req);
55075507
platform_assert_status_ok(rc);
55085508
}
55095509

0 commit comments

Comments
 (0)