Home
last modified time | relevance | path

Searched refs:txn2 (Results 1 – 25 of 583) sorted by relevance

12345678910>>...24

/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/transactions/lock/point/
H A Dpoint_lock_manager_test.cc33 auto txn2 = NewTxn(); in TEST_F() local
59 locker_->UnLock(txn2, 1024, "k2", env_); in TEST_F()
63 delete txn2; in TEST_F()
74 auto txn2 = NewTxn(); in TEST_F() local
78 locker_->UnLock(txn2, 1, "k", env_); in TEST_F()
81 delete txn2; in TEST_F()
92 auto txn2 = NewTxn(); in TEST_F() local
96 locker_->UnLock(txn2, 1, "k", env_); in TEST_F()
99 delete txn2; in TEST_F()
115 auto txn2 = NewTxn(txn_opt); in TEST_F() local
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/transactions/lock/point/
H A Dpoint_lock_manager_test.cc33 auto txn2 = NewTxn(); in TEST_F() local
59 locker_->UnLock(txn2, 1024, "k2", env_); in TEST_F()
63 delete txn2; in TEST_F()
74 auto txn2 = NewTxn(); in TEST_F() local
78 locker_->UnLock(txn2, 1, "k", env_); in TEST_F()
81 delete txn2; in TEST_F()
92 auto txn2 = NewTxn(); in TEST_F() local
96 locker_->UnLock(txn2, 1, "k", env_); in TEST_F()
99 delete txn2; in TEST_F()
115 auto txn2 = NewTxn(txn_opt); in TEST_F() local
[all …]
/dports/databases/rocksdb/rocksdb-6.26.1/utilities/transactions/lock/point/
H A Dpoint_lock_manager_test.cc33 auto txn2 = NewTxn(); in TEST_F() local
59 locker_->UnLock(txn2, 1024, "k2", env_); in TEST_F()
63 delete txn2; in TEST_F()
74 auto txn2 = NewTxn(); in TEST_F() local
78 locker_->UnLock(txn2, 1, "k", env_); in TEST_F()
81 delete txn2; in TEST_F()
92 auto txn2 = NewTxn(); in TEST_F() local
96 locker_->UnLock(txn2, 1, "k", env_); in TEST_F()
99 delete txn2; in TEST_F()
115 auto txn2 = NewTxn(txn_opt); in TEST_F() local
[all …]
/dports/databases/rocksdb-lite/rocksdb-6.26.1/utilities/transactions/lock/point/
H A Dpoint_lock_manager_test.cc33 auto txn2 = NewTxn(); in TEST_F() local
59 locker_->UnLock(txn2, 1024, "k2", env_); in TEST_F()
63 delete txn2; in TEST_F()
74 auto txn2 = NewTxn(); in TEST_F() local
78 locker_->UnLock(txn2, 1, "k", env_); in TEST_F()
81 delete txn2; in TEST_F()
92 auto txn2 = NewTxn(); in TEST_F() local
96 locker_->UnLock(txn2, 1, "k", env_); in TEST_F()
99 delete txn2; in TEST_F()
115 auto txn2 = NewTxn(txn_opt); in TEST_F() local
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/transactions/lock/point/
H A Dpoint_lock_manager_test.cc33 auto txn2 = NewTxn(); in TEST_F() local
59 locker_->UnLock(txn2, 1024, "k2", env_); in TEST_F()
63 delete txn2; in TEST_F()
74 auto txn2 = NewTxn(); in TEST_F() local
78 locker_->UnLock(txn2, 1, "k", env_); in TEST_F()
81 delete txn2; in TEST_F()
92 auto txn2 = NewTxn(); in TEST_F() local
96 locker_->UnLock(txn2, 1, "k", env_); in TEST_F()
99 delete txn2; in TEST_F()
115 auto txn2 = NewTxn(txn_opt); in TEST_F() local
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/src/tests/
H A Dtest_nested.cc91 static DB_TXN *txn, *txn2; variable
123 insert(3, txn2); in test_nested()
124 lookup(3, txn2, 0); in test_nested()
125 r=txn2->commit(txn2, 0); CKERR(r); in test_nested()
143 op_delete(4, txn2); in test_nested()
153 lookup(5, txn2, 0); in test_nested()
154 insert(5, txn2); in test_nested()
155 lookup(5, txn2, 0); in test_nested()
159 lookup(5, txn2, 0); in test_nested()
160 op_delete(5, txn2); in test_nested()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/src/tests/
H A Dtest_nested.cc91 static DB_TXN *txn, *txn2; variable
123 insert(3, txn2); in test_nested()
124 lookup(3, txn2, 0); in test_nested()
125 r=txn2->commit(txn2, 0); CKERR(r); in test_nested()
143 op_delete(4, txn2); in test_nested()
153 lookup(5, txn2, 0); in test_nested()
154 insert(5, txn2); in test_nested()
155 lookup(5, txn2, 0); in test_nested()
159 lookup(5, txn2, 0); in test_nested()
160 op_delete(5, txn2); in test_nested()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/src/tests/
H A Dtest_nested.cc91 static DB_TXN *txn, *txn2; variable
123 insert(3, txn2); in test_nested()
124 lookup(3, txn2, 0); in test_nested()
125 r=txn2->commit(txn2, 0); CKERR(r); in test_nested()
143 op_delete(4, txn2); in test_nested()
153 lookup(5, txn2, 0); in test_nested()
154 insert(5, txn2); in test_nested()
155 lookup(5, txn2, 0); in test_nested()
159 lookup(5, txn2, 0); in test_nested()
160 op_delete(5, txn2); in test_nested()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/PerconaFT/src/tests/
H A Dtest_nested.cc91 static DB_TXN *txn, *txn2; variable
123 insert(3, txn2); in test_nested()
124 lookup(3, txn2, 0); in test_nested()
125 r=txn2->commit(txn2, 0); CKERR(r); in test_nested()
143 op_delete(4, txn2); in test_nested()
153 lookup(5, txn2, 0); in test_nested()
154 insert(5, txn2); in test_nested()
155 lookup(5, txn2, 0); in test_nested()
159 lookup(5, txn2, 0); in test_nested()
160 op_delete(5, txn2); in test_nested()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/src/tests/
H A Dtest_nested.cc91 static DB_TXN *txn, *txn2; variable
123 insert(3, txn2); in test_nested()
124 lookup(3, txn2, 0); in test_nested()
125 r=txn2->commit(txn2, 0); CKERR(r); in test_nested()
143 op_delete(4, txn2); in test_nested()
153 lookup(5, txn2, 0); in test_nested()
154 insert(5, txn2); in test_nested()
155 lookup(5, txn2, 0); in test_nested()
159 lookup(5, txn2, 0); in test_nested()
160 op_delete(5, txn2); in test_nested()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/src/tests/
H A Dtest_nested.cc91 static DB_TXN *txn, *txn2; variable
123 insert(3, txn2); in test_nested()
124 lookup(3, txn2, 0); in test_nested()
125 r=txn2->commit(txn2, 0); CKERR(r); in test_nested()
143 op_delete(4, txn2); in test_nested()
153 lookup(5, txn2, 0); in test_nested()
154 insert(5, txn2); in test_nested()
155 lookup(5, txn2, 0); in test_nested()
159 lookup(5, txn2, 0); in test_nested()
160 op_delete(5, txn2); in test_nested()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/tokudb/PerconaFT/src/tests/
H A Dtest_nested.cc91 static DB_TXN *txn, *txn2; variable
123 insert(3, txn2); in test_nested()
124 lookup(3, txn2, 0); in test_nested()
125 r=txn2->commit(txn2, 0); CKERR(r); in test_nested()
143 op_delete(4, txn2); in test_nested()
153 lookup(5, txn2, 0); in test_nested()
154 insert(5, txn2); in test_nested()
155 lookup(5, txn2, 0); in test_nested()
159 lookup(5, txn2, 0); in test_nested()
160 op_delete(5, txn2); in test_nested()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/tokudb/PerconaFT/src/tests/
H A Dtest_nested.cc91 static DB_TXN *txn, *txn2; variable
123 insert(3, txn2); in test_nested()
124 lookup(3, txn2, 0); in test_nested()
125 r=txn2->commit(txn2, 0); CKERR(r); in test_nested()
143 op_delete(4, txn2); in test_nested()
153 lookup(5, txn2, 0); in test_nested()
154 insert(5, txn2); in test_nested()
155 lookup(5, txn2, 0); in test_nested()
159 lookup(5, txn2, 0); in test_nested()
160 op_delete(5, txn2); in test_nested()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/tokudb/PerconaFT/src/tests/
H A Dtest_nested.cc91 static DB_TXN *txn, *txn2; variable
123 insert(3, txn2); in test_nested()
124 lookup(3, txn2, 0); in test_nested()
125 r=txn2->commit(txn2, 0); CKERR(r); in test_nested()
143 op_delete(4, txn2); in test_nested()
153 lookup(5, txn2, 0); in test_nested()
154 insert(5, txn2); in test_nested()
155 lookup(5, txn2, 0); in test_nested()
159 lookup(5, txn2, 0); in test_nested()
160 op_delete(5, txn2); in test_nested()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/tokudb/PerconaFT/src/tests/
H A Dtest_nested.cc91 static DB_TXN *txn, *txn2; variable
123 insert(3, txn2); in test_nested()
124 lookup(3, txn2, 0); in test_nested()
125 r=txn2->commit(txn2, 0); CKERR(r); in test_nested()
143 op_delete(4, txn2); in test_nested()
153 lookup(5, txn2, 0); in test_nested()
154 insert(5, txn2); in test_nested()
155 lookup(5, txn2, 0); in test_nested()
159 lookup(5, txn2, 0); in test_nested()
160 op_delete(5, txn2); in test_nested()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/tokudb/PerconaFT/src/tests/
H A Dtest_nested.cc91 static DB_TXN *txn, *txn2; variable
123 insert(3, txn2); in test_nested()
124 lookup(3, txn2, 0); in test_nested()
125 r=txn2->commit(txn2, 0); CKERR(r); in test_nested()
143 op_delete(4, txn2); in test_nested()
153 lookup(5, txn2, 0); in test_nested()
154 insert(5, txn2); in test_nested()
155 lookup(5, txn2, 0); in test_nested()
159 lookup(5, txn2, 0); in test_nested()
160 op_delete(5, txn2); in test_nested()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/tokudb/PerconaFT/src/tests/
H A Dtest_nested.cc91 static DB_TXN *txn, *txn2; variable
123 insert(3, txn2); in test_nested()
124 lookup(3, txn2, 0); in test_nested()
125 r=txn2->commit(txn2, 0); CKERR(r); in test_nested()
143 op_delete(4, txn2); in test_nested()
153 lookup(5, txn2, 0); in test_nested()
154 insert(5, txn2); in test_nested()
155 lookup(5, txn2, 0); in test_nested()
159 lookup(5, txn2, 0); in test_nested()
160 op_delete(5, txn2); in test_nested()
[all …]
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/txn/
H A DLockManagerTest.java41 private Locker txn2; field in LockManagerTest
95 txn2.operationEnd(); in closeEnv()
162 lockManager.release(1L, txn2); in testNegatives()
163 txn2.removeLock(1L); in testNegatives()
237 txn2.removeLock(1L); in testMultipleReaders()
325 txn2.removeLock(1L); in testMultipleReadersSingleWrite1()
409 txn2.removeLock(1L); in testMultipleReadersSingleWrite2()
966 ((Txn) txn2).abort(false); in testLockConflictInfo()
1091 ((Txn) txn2).abort(false); in testDeadlockMessage()
1258 ((Txn) txn2).abort(false); in testImportunateTxn1()
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/utilities/transactions/
H A Doptimistic_transaction_test.cc576 delete txn2; in TEST_P()
670 delete txn2; in TEST_P()
730 delete txn2; in TEST_P()
811 delete txn2; in TEST_P()
835 delete txn2; in TEST_P()
861 delete txn2; in TEST_P()
880 delete txn2; in TEST_P()
897 delete txn2; in TEST_P()
915 delete txn2; in TEST_P()
929 delete txn2; in TEST_P()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/transactions/
H A Doptimistic_transaction_test.cc546 delete txn2; in TEST_P()
640 delete txn2; in TEST_P()
699 delete txn2; in TEST_P()
778 delete txn2; in TEST_P()
801 delete txn2; in TEST_P()
825 delete txn2; in TEST_P()
843 delete txn2; in TEST_P()
859 delete txn2; in TEST_P()
875 delete txn2; in TEST_P()
887 delete txn2; in TEST_P()
[all …]
/dports/databases/rocksdb/rocksdb-6.26.1/utilities/transactions/
H A Doptimistic_transaction_test.cc546 delete txn2; in TEST_P()
640 delete txn2; in TEST_P()
699 delete txn2; in TEST_P()
778 delete txn2; in TEST_P()
801 delete txn2; in TEST_P()
825 delete txn2; in TEST_P()
843 delete txn2; in TEST_P()
859 delete txn2; in TEST_P()
875 delete txn2; in TEST_P()
887 delete txn2; in TEST_P()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/transactions/
H A Doptimistic_transaction_test.cc546 delete txn2; in TEST_P()
640 delete txn2; in TEST_P()
699 delete txn2; in TEST_P()
778 delete txn2; in TEST_P()
801 delete txn2; in TEST_P()
825 delete txn2; in TEST_P()
843 delete txn2; in TEST_P()
859 delete txn2; in TEST_P()
875 delete txn2; in TEST_P()
887 delete txn2; in TEST_P()
[all …]
/dports/databases/rocksdb-lite/rocksdb-6.26.1/utilities/transactions/
H A Doptimistic_transaction_test.cc546 delete txn2; in TEST_P()
640 delete txn2; in TEST_P()
699 delete txn2; in TEST_P()
778 delete txn2; in TEST_P()
801 delete txn2; in TEST_P()
825 delete txn2; in TEST_P()
843 delete txn2; in TEST_P()
859 delete txn2; in TEST_P()
875 delete txn2; in TEST_P()
887 delete txn2; in TEST_P()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/transactions/
H A Doptimistic_transaction_test.cc546 delete txn2; in TEST_P()
640 delete txn2; in TEST_P()
699 delete txn2; in TEST_P()
778 delete txn2; in TEST_P()
801 delete txn2; in TEST_P()
825 delete txn2; in TEST_P()
843 delete txn2; in TEST_P()
859 delete txn2; in TEST_P()
875 delete txn2; in TEST_P()
887 delete txn2; in TEST_P()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/utilities/transactions/
H A Doptimistic_transaction_test.cc576 delete txn2; in TEST_P()
670 delete txn2; in TEST_P()
730 delete txn2; in TEST_P()
811 delete txn2; in TEST_P()
835 delete txn2; in TEST_P()
861 delete txn2; in TEST_P()
880 delete txn2; in TEST_P()
897 delete txn2; in TEST_P()
915 delete txn2; in TEST_P()
929 delete txn2; in TEST_P()
[all …]

12345678910>>...24