We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e8f790 commit 8c639a0Copy full SHA for 8c639a0
src/trunk.c
@@ -5503,7 +5503,7 @@ trunk_split_index(trunk_handle *spl,
5503
spl, key_buffer_key(&req->start_key), trunk_min_key(spl, left_node)));
5504
key_buffer_copy_key(&req->end_key, trunk_max_key(spl, left_node));
5505
5506
- rc = trunk_compact_bundle_enqueue(spl, "split to", req);
+ rc = trunk_compact_bundle_enqueue(spl, "split to", next_req);
5507
platform_assert_status_ok(rc);
5508
}
5509
0 commit comments