diff options
Diffstat (limited to 'rwtransaction.go')
-rw-r--r-- | rwtransaction.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rwtransaction.go b/rwtransaction.go index 505d107..d6cde58 100644 --- a/rwtransaction.go +++ b/rwtransaction.go @@ -204,7 +204,7 @@ func (t *RWTransaction) spill() { newNode.write(p) newNode.pgid = p.id newNode.parent = n.parent - + // The first node should use the existing entry, other nodes are inserts. var oldKey []byte if i == 0 { |