Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/transactions/
Dtransaction_test.cc563 int64_t offset_root = dlock_entry[0].m_txn_id - 1; in TEST_P() local
566 dlock_entry[dlock_entry.size() - 1].m_txn_id - offset_root; in TEST_P()
570 ASSERT_EQ(dl_node.m_txn_id, offset_root + leaf_id); in TEST_P()