read txn/cursor stuff

Could wrap more later.
This commit is contained in:
Howard Chu
2016-02-18 12:09:57 +00:00
parent 86a7f2b1e7
commit 8cc7a36f0b
8 changed files with 339 additions and 166 deletions
+1 -1
View File
@@ -1835,7 +1835,7 @@ void BlockchainBDB::set_batch_transactions(bool batch_transactions)
LOG_PRINT_L3("batch transactions " << (m_batch_transactions ? "enabled" : "disabled"));
}
void BlockchainBDB::block_txn_start()
void BlockchainBDB::block_txn_start(bool readonly)
{
// TODO
}