duplicates handling for forceRecord and changeRecord methods, tests and docs
This commit is contained in:
parent
f00f017b16
commit
2d40692560
4 changed files with 263 additions and 43 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue