Home
last modified time | relevance | path

Searched refs:root_db (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/utilities/transactions/
Dtransaction_test.h154 DB* root_db = nullptr; in OpenWithStackableDB() local
162 Status s = DBImpl::Open(options_copy, dbname, cfs, handles, &root_db, in OpenWithStackableDB()
164 StackableDB* stackable_db = new StackableDB(root_db); in OpenWithStackableDB()
166 assert(root_db != nullptr); in OpenWithStackableDB()
185 DB* root_db = nullptr; in OpenWithStackableDB() local
194 &root_db, use_seq_per_batch, use_batch_per_txn); in OpenWithStackableDB()
196 delete root_db; in OpenWithStackableDB() local
199 StackableDB* stackable_db = new StackableDB(root_db); in OpenWithStackableDB()
200 assert(root_db != nullptr); in OpenWithStackableDB()