Skip to content

Commit

Permalink
fix GetMemDB
Browse files Browse the repository at this point in the history
Signed-off-by: you06 <[email protected]>
  • Loading branch information
you06 committed Aug 22, 2024
1 parent 8bb8cb4 commit 4cc4bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/unionstore/memdb_rbt.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func (db *rbtDBWithContext) FlushWait() error { return nil }

// GetMemDB implements the MemBuffer interface.
func (db *rbtDBWithContext) GetMemDB() *MemDB {
panic("unimplemented")
return db.RBT
}

// BatchGet returns the values for given keys from the MemBuffer.
Expand Down

0 comments on commit 4cc4bc6

Please sign in to comment.