Searched refs:opt_txn_db (Results 1 – 1 of 1) sorted by relevance
1629 OptimisticTransactionDB* opt_txn_db; member1643 , opt_txn_db(nullptr) in DBWithColumnFamilies()1655 opt_txn_db(other.opt_txn_db), in DBWithColumnFamilies()1667 if (opt_txn_db) { in DeleteDBs()1668 delete opt_txn_db; in DeleteDBs()1669 opt_txn_db = nullptr; in DeleteDBs()4151 &db->cfh, &db->opt_txn_db); in OpenDb()4153 db->db = db->opt_txn_db->GetBaseDB(); in OpenDb()4182 s = OptimisticTransactionDB::Open(options, db_name, &db->opt_txn_db); in OpenDb()4184 db->db = db->opt_txn_db->GetBaseDB(); in OpenDb()[all …]