duplicates handling for forceRecord and changeRecord methods, tests and docs

This commit is contained in:
Blue 2023-08-19 16:25:52 -03:00
parent f00f017b16
commit 2d40692560
Signed by: blue
GPG key ID: 9B203B252A63EE38
4 changed files with 263 additions and 43 deletions

View file

@ -47,6 +47,7 @@ template <class K, class V>
class Cache;
typedef MDB_txn* TransactionID; /**<I'm going to use transaction pointers as transaction IDs*/
typedef uint32_t SizeType; /**<All LMDBAL sizes are uint32_t*/
class Base {
friend class iStorage;