Home
last modified time | relevance | path

Searched refs:txn_2 (Results 1 – 25 of 576) sorted by relevance

12345678910>>...24

/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/src/tests/
H A Dtest_update_with_empty_table.cc91 IN_TXN_COMMIT(env, NULL, txn_2, 0, { in run_test()
92 { int chk_r = db->pre_acquire_table_lock(db, txn_2); CKERR(chk_r); } in run_test()
97 IN_TXN_COMMIT(env, NULL, txn_2, 0, { in run_test()
98 { int chk_r = do_updates(txn_2, db, update_flags); CKERR(chk_r); } in run_test()
116 IN_TXN_ABORT(env, NULL, txn_2, 0, { in run_test()
117 { int chk_r = do_updates(txn_2, db, update_flags); CKERR(chk_r); } in run_test()
H A Dtest_update_broadcast_nested_updates.cc141 IN_TXN_COMMIT(env, NULL, txn_2, 0, { in test_main()
142 { int chk_r = do_updates(txn_2, db, 0); CKERR(chk_r); } in test_main()
143 { int chk_r = do_verify_results(txn_2, db, false); CKERR(chk_r); } in test_main()
145 IN_TXN_COMMIT(env, txn_2, txn_21, 0, { in test_main()
149 IN_TXN_COMMIT(env, txn_2, txn_22, 0, { in test_main()
153 { int chk_r = do_verify_results(txn_2, db, true); CKERR(chk_r); } in test_main()
H A Dtest_update_txn_snapshot_works_correctly_with_deletes.cc148 DB_TXN *txn_2, *txn_3; in test_main() local
149 { int chk_r = env->txn_begin(env, NULL, &txn_2, DB_TXN_SNAPSHOT); CKERR(chk_r); } in test_main()
150 { int chk_r = do_verify_results(txn_2, db, chk_original, false); CKERR(chk_r); } in test_main()
153 { int chk_r = do_verify_results(txn_2, db, chk_original, false); CKERR(chk_r); } in test_main()
155 { int chk_r = txn_2->abort(txn_2); CKERR(chk_r); } in test_main()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/src/tests/
H A Dtest_update_with_empty_table.cc91 IN_TXN_COMMIT(env, NULL, txn_2, 0, { in run_test()
92 { int chk_r = db->pre_acquire_table_lock(db, txn_2); CKERR(chk_r); } in run_test()
97 IN_TXN_COMMIT(env, NULL, txn_2, 0, { in run_test()
98 { int chk_r = do_updates(txn_2, db, update_flags); CKERR(chk_r); } in run_test()
116 IN_TXN_ABORT(env, NULL, txn_2, 0, { in run_test()
117 { int chk_r = do_updates(txn_2, db, update_flags); CKERR(chk_r); } in run_test()
H A Dtest_update_broadcast_nested_updates.cc141 IN_TXN_COMMIT(env, NULL, txn_2, 0, { in test_main()
142 { int chk_r = do_updates(txn_2, db, 0); CKERR(chk_r); } in test_main()
143 { int chk_r = do_verify_results(txn_2, db, false); CKERR(chk_r); } in test_main()
145 IN_TXN_COMMIT(env, txn_2, txn_21, 0, { in test_main()
149 IN_TXN_COMMIT(env, txn_2, txn_22, 0, { in test_main()
153 { int chk_r = do_verify_results(txn_2, db, true); CKERR(chk_r); } in test_main()
H A Dtest_update_txn_snapshot_works_correctly_with_deletes.cc148 DB_TXN *txn_2, *txn_3; in test_main() local
149 { int chk_r = env->txn_begin(env, NULL, &txn_2, DB_TXN_SNAPSHOT); CKERR(chk_r); } in test_main()
150 { int chk_r = do_verify_results(txn_2, db, chk_original, false); CKERR(chk_r); } in test_main()
153 { int chk_r = do_verify_results(txn_2, db, chk_original, false); CKERR(chk_r); } in test_main()
155 { int chk_r = txn_2->abort(txn_2); CKERR(chk_r); } in test_main()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/src/tests/
H A Dtest_update_with_empty_table.cc91 IN_TXN_COMMIT(env, NULL, txn_2, 0, { in run_test()
92 { int chk_r = db->pre_acquire_table_lock(db, txn_2); CKERR(chk_r); } in run_test()
97 IN_TXN_COMMIT(env, NULL, txn_2, 0, { in run_test()
98 { int chk_r = do_updates(txn_2, db, update_flags); CKERR(chk_r); } in run_test()
116 IN_TXN_ABORT(env, NULL, txn_2, 0, { in run_test()
117 { int chk_r = do_updates(txn_2, db, update_flags); CKERR(chk_r); } in run_test()
H A Dtest_update_broadcast_nested_updates.cc141 IN_TXN_COMMIT(env, NULL, txn_2, 0, { in test_main()
142 { int chk_r = do_updates(txn_2, db, 0); CKERR(chk_r); } in test_main()
143 { int chk_r = do_verify_results(txn_2, db, false); CKERR(chk_r); } in test_main()
145 IN_TXN_COMMIT(env, txn_2, txn_21, 0, { in test_main()
149 IN_TXN_COMMIT(env, txn_2, txn_22, 0, { in test_main()
153 { int chk_r = do_verify_results(txn_2, db, true); CKERR(chk_r); } in test_main()
H A Dtest_update_txn_snapshot_works_correctly_with_deletes.cc148 DB_TXN *txn_2, *txn_3; in test_main() local
149 { int chk_r = env->txn_begin(env, NULL, &txn_2, DB_TXN_SNAPSHOT); CKERR(chk_r); } in test_main()
150 { int chk_r = do_verify_results(txn_2, db, chk_original, false); CKERR(chk_r); } in test_main()
153 { int chk_r = do_verify_results(txn_2, db, chk_original, false); CKERR(chk_r); } in test_main()
155 { int chk_r = txn_2->abort(txn_2); CKERR(chk_r); } in test_main()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/PerconaFT/src/tests/
H A Dtest_update_with_empty_table.cc91 IN_TXN_COMMIT(env, NULL, txn_2, 0, { in run_test()
92 { int chk_r = db->pre_acquire_table_lock(db, txn_2); CKERR(chk_r); } in run_test()
97 IN_TXN_COMMIT(env, NULL, txn_2, 0, { in run_test()
98 { int chk_r = do_updates(txn_2, db, update_flags); CKERR(chk_r); } in run_test()
116 IN_TXN_ABORT(env, NULL, txn_2, 0, { in run_test()
117 { int chk_r = do_updates(txn_2, db, update_flags); CKERR(chk_r); } in run_test()
H A Dtest_update_broadcast_nested_updates.cc141 IN_TXN_COMMIT(env, NULL, txn_2, 0, { in test_main()
142 { int chk_r = do_updates(txn_2, db, 0); CKERR(chk_r); } in test_main()
143 { int chk_r = do_verify_results(txn_2, db, false); CKERR(chk_r); } in test_main()
145 IN_TXN_COMMIT(env, txn_2, txn_21, 0, { in test_main()
149 IN_TXN_COMMIT(env, txn_2, txn_22, 0, { in test_main()
153 { int chk_r = do_verify_results(txn_2, db, true); CKERR(chk_r); } in test_main()
H A Dtest_update_txn_snapshot_works_correctly_with_deletes.cc148 DB_TXN *txn_2, *txn_3; in test_main() local
149 { int chk_r = env->txn_begin(env, NULL, &txn_2, DB_TXN_SNAPSHOT); CKERR(chk_r); } in test_main()
150 { int chk_r = do_verify_results(txn_2, db, chk_original, false); CKERR(chk_r); } in test_main()
153 { int chk_r = do_verify_results(txn_2, db, chk_original, false); CKERR(chk_r); } in test_main()
155 { int chk_r = txn_2->abort(txn_2); CKERR(chk_r); } in test_main()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/src/tests/
H A Dtest_update_with_empty_table.cc91 IN_TXN_COMMIT(env, NULL, txn_2, 0, { in run_test()
92 { int chk_r = db->pre_acquire_table_lock(db, txn_2); CKERR(chk_r); } in run_test()
97 IN_TXN_COMMIT(env, NULL, txn_2, 0, { in run_test()
98 { int chk_r = do_updates(txn_2, db, update_flags); CKERR(chk_r); } in run_test()
116 IN_TXN_ABORT(env, NULL, txn_2, 0, { in run_test()
117 { int chk_r = do_updates(txn_2, db, update_flags); CKERR(chk_r); } in run_test()
H A Dtest_update_broadcast_nested_updates.cc141 IN_TXN_COMMIT(env, NULL, txn_2, 0, { in test_main()
142 { int chk_r = do_updates(txn_2, db, 0); CKERR(chk_r); } in test_main()
143 { int chk_r = do_verify_results(txn_2, db, false); CKERR(chk_r); } in test_main()
145 IN_TXN_COMMIT(env, txn_2, txn_21, 0, { in test_main()
149 IN_TXN_COMMIT(env, txn_2, txn_22, 0, { in test_main()
153 { int chk_r = do_verify_results(txn_2, db, true); CKERR(chk_r); } in test_main()
H A Dtest_update_txn_snapshot_works_correctly_with_deletes.cc148 DB_TXN *txn_2, *txn_3; in test_main() local
149 { int chk_r = env->txn_begin(env, NULL, &txn_2, DB_TXN_SNAPSHOT); CKERR(chk_r); } in test_main()
150 { int chk_r = do_verify_results(txn_2, db, chk_original, false); CKERR(chk_r); } in test_main()
153 { int chk_r = do_verify_results(txn_2, db, chk_original, false); CKERR(chk_r); } in test_main()
155 { int chk_r = txn_2->abort(txn_2); CKERR(chk_r); } in test_main()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/src/tests/
H A Dtest_update_with_empty_table.cc91 IN_TXN_COMMIT(env, NULL, txn_2, 0, { in run_test()
92 { int chk_r = db->pre_acquire_table_lock(db, txn_2); CKERR(chk_r); } in run_test()
97 IN_TXN_COMMIT(env, NULL, txn_2, 0, { in run_test()
98 { int chk_r = do_updates(txn_2, db, update_flags); CKERR(chk_r); } in run_test()
116 IN_TXN_ABORT(env, NULL, txn_2, 0, { in run_test()
117 { int chk_r = do_updates(txn_2, db, update_flags); CKERR(chk_r); } in run_test()
H A Dtest_update_broadcast_nested_updates.cc141 IN_TXN_COMMIT(env, NULL, txn_2, 0, { in test_main()
142 { int chk_r = do_updates(txn_2, db, 0); CKERR(chk_r); } in test_main()
143 { int chk_r = do_verify_results(txn_2, db, false); CKERR(chk_r); } in test_main()
145 IN_TXN_COMMIT(env, txn_2, txn_21, 0, { in test_main()
149 IN_TXN_COMMIT(env, txn_2, txn_22, 0, { in test_main()
153 { int chk_r = do_verify_results(txn_2, db, true); CKERR(chk_r); } in test_main()
H A Dtest_update_txn_snapshot_works_correctly_with_deletes.cc148 DB_TXN *txn_2, *txn_3; in test_main() local
149 { int chk_r = env->txn_begin(env, NULL, &txn_2, DB_TXN_SNAPSHOT); CKERR(chk_r); } in test_main()
150 { int chk_r = do_verify_results(txn_2, db, chk_original, false); CKERR(chk_r); } in test_main()
153 { int chk_r = do_verify_results(txn_2, db, chk_original, false); CKERR(chk_r); } in test_main()
155 { int chk_r = txn_2->abort(txn_2); CKERR(chk_r); } in test_main()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/tokudb/PerconaFT/src/tests/
H A Dtest_update_with_empty_table.cc91 IN_TXN_COMMIT(env, NULL, txn_2, 0, { in run_test()
92 { int chk_r = db->pre_acquire_table_lock(db, txn_2); CKERR(chk_r); } in run_test()
97 IN_TXN_COMMIT(env, NULL, txn_2, 0, { in run_test()
98 { int chk_r = do_updates(txn_2, db, update_flags); CKERR(chk_r); } in run_test()
116 IN_TXN_ABORT(env, NULL, txn_2, 0, { in run_test()
117 { int chk_r = do_updates(txn_2, db, update_flags); CKERR(chk_r); } in run_test()
H A Dtest_update_broadcast_nested_updates.cc141 IN_TXN_COMMIT(env, NULL, txn_2, 0, { in test_main()
142 { int chk_r = do_updates(txn_2, db, 0); CKERR(chk_r); } in test_main()
143 { int chk_r = do_verify_results(txn_2, db, false); CKERR(chk_r); } in test_main()
145 IN_TXN_COMMIT(env, txn_2, txn_21, 0, { in test_main()
149 IN_TXN_COMMIT(env, txn_2, txn_22, 0, { in test_main()
153 { int chk_r = do_verify_results(txn_2, db, true); CKERR(chk_r); } in test_main()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/tokudb/PerconaFT/src/tests/
H A Dtest_update_with_empty_table.cc91 IN_TXN_COMMIT(env, NULL, txn_2, 0, { in run_test()
92 { int chk_r = db->pre_acquire_table_lock(db, txn_2); CKERR(chk_r); } in run_test()
97 IN_TXN_COMMIT(env, NULL, txn_2, 0, { in run_test()
98 { int chk_r = do_updates(txn_2, db, update_flags); CKERR(chk_r); } in run_test()
116 IN_TXN_ABORT(env, NULL, txn_2, 0, { in run_test()
117 { int chk_r = do_updates(txn_2, db, update_flags); CKERR(chk_r); } in run_test()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/tokudb/PerconaFT/src/tests/
H A Dtest_update_with_empty_table.cc91 IN_TXN_COMMIT(env, NULL, txn_2, 0, { in run_test()
92 { int chk_r = db->pre_acquire_table_lock(db, txn_2); CKERR(chk_r); } in run_test()
97 IN_TXN_COMMIT(env, NULL, txn_2, 0, { in run_test()
98 { int chk_r = do_updates(txn_2, db, update_flags); CKERR(chk_r); } in run_test()
116 IN_TXN_ABORT(env, NULL, txn_2, 0, { in run_test()
117 { int chk_r = do_updates(txn_2, db, update_flags); CKERR(chk_r); } in run_test()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/tokudb/PerconaFT/src/tests/
H A Dtest_update_with_empty_table.cc91 IN_TXN_COMMIT(env, NULL, txn_2, 0, { in run_test()
92 { int chk_r = db->pre_acquire_table_lock(db, txn_2); CKERR(chk_r); } in run_test()
97 IN_TXN_COMMIT(env, NULL, txn_2, 0, { in run_test()
98 { int chk_r = do_updates(txn_2, db, update_flags); CKERR(chk_r); } in run_test()
116 IN_TXN_ABORT(env, NULL, txn_2, 0, { in run_test()
117 { int chk_r = do_updates(txn_2, db, update_flags); CKERR(chk_r); } in run_test()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/tokudb/PerconaFT/src/tests/
H A Dtest_update_with_empty_table.cc91 IN_TXN_COMMIT(env, NULL, txn_2, 0, { in run_test()
92 { int chk_r = db->pre_acquire_table_lock(db, txn_2); CKERR(chk_r); } in run_test()
97 IN_TXN_COMMIT(env, NULL, txn_2, 0, { in run_test()
98 { int chk_r = do_updates(txn_2, db, update_flags); CKERR(chk_r); } in run_test()
116 IN_TXN_ABORT(env, NULL, txn_2, 0, { in run_test()
117 { int chk_r = do_updates(txn_2, db, update_flags); CKERR(chk_r); } in run_test()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/tokudb/PerconaFT/src/tests/
H A Dtest_update_with_empty_table.cc91 IN_TXN_COMMIT(env, NULL, txn_2, 0, { in run_test()
92 { int chk_r = db->pre_acquire_table_lock(db, txn_2); CKERR(chk_r); } in run_test()
97 IN_TXN_COMMIT(env, NULL, txn_2, 0, { in run_test()
98 { int chk_r = do_updates(txn_2, db, update_flags); CKERR(chk_r); } in run_test()
116 IN_TXN_ABORT(env, NULL, txn_2, 0, { in run_test()
117 { int chk_r = do_updates(txn_2, db, update_flags); CKERR(chk_r); } in run_test()

12345678910>>...24