forked from blue/lmdbal
some test cases for cache, found some bugs, fixed
This commit is contained in:
parent
c23dae2a25
commit
ceb6df6eca
3 changed files with 55 additions and 4 deletions
2
cache.h
2
cache.h
|
@ -43,7 +43,7 @@ public:
|
|||
virtual void removeRecord(const K& key) override;
|
||||
virtual V getRecord(const K& key) const override;
|
||||
virtual uint32_t count() const override;
|
||||
virtual void drop() override;
|
||||
virtual int drop(MDB_txn * transaction) override;
|
||||
|
||||
protected:
|
||||
Mode* mode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue