some ideas about transaction
This commit is contained in:
parent
a4bb7e6269
commit
f0779ae2aa
7 changed files with 125 additions and 65 deletions
|
@ -372,7 +372,7 @@ void LMDBAL::Storage<K, V>::removeRecord(const K& key, TransactionID txn) {
|
|||
}
|
||||
|
||||
template<class K, class V>
|
||||
int LMDBAL::Storage<K, V>::createTable(MDB_txn* transaction) {
|
||||
int LMDBAL::Storage<K, V>::createStorage(MDB_txn* transaction) {
|
||||
return makeTable<K>(transaction);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue