forked from blue/lmdbal
tests for transaction RAII behaviour, transaction documentation, minor doc fixes
This commit is contained in:
parent
de741eda21
commit
6b348023bb
8 changed files with 215 additions and 12 deletions
|
@ -23,9 +23,9 @@ protected:
|
|||
Transaction(TransactionID txn, const Base* parent);
|
||||
|
||||
protected:
|
||||
TransactionID txn;
|
||||
bool active;
|
||||
const Base* parent;
|
||||
TransactionID txn; /**<\brief Transaction inner handler*/
|
||||
bool active; /**<\brief Transaction state*/
|
||||
const Base* parent; /**<\brief Pointer to the database this transaction belongs to*/
|
||||
};
|
||||
|
||||
class WriteTransaction : public Transaction {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue