1
0
Fork 0
forked from blue/lmdbal

some test cases for cache, found some bugs, fixed

This commit is contained in:
Blue 2022-10-09 17:03:30 +03:00
parent c23dae2a25
commit ceb6df6eca
Signed by untrusted user: blue
GPG key ID: 9B203B252A63EE38
3 changed files with 55 additions and 4 deletions

View file

@ -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;