Create a Node0 when splitting existing partial key
This commit is contained in:
@@ -1580,7 +1580,7 @@ template <bool kBegin>
|
||||
auto *old = *self;
|
||||
int64_t oldMaxVersion = maxVersion(old, impl);
|
||||
|
||||
*self = allocators->node4.allocate(partialKeyIndex);
|
||||
*self = allocators->node0.allocate(partialKeyIndex);
|
||||
|
||||
memcpy((char *)*self + kNodeCopyBegin, (char *)old + kNodeCopyBegin,
|
||||
kNodeCopySize);
|
||||
|
Reference in New Issue
Block a user