Searched refs:tx2 (Results 1 – 2 of 2) sorted by relevance
34 let (tx1, tx2, tx3, tx4, tx5) = (tx.clone(), tx.clone(), tx.clone(), tx.clone(), tx.clone()); in make_context()43 let txl = tx2.clone(); in make_context()
5437 let tx2 = db.conn.transaction_with_behavior(TransactionBehavior::Immediate)?; in test_last_off_body() localVariable5438 tx2.commit()?; in test_last_off_body()