• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/

Lines Matching refs:txn

48 	set flags "-create -txn -home $testdir"
61 set txn [$env txn]
62 error_check_good init_txn [is_valid_txn $txn $env] TRUE
70 set ctxn [$env txn -parent $txn]
72 error_check_good fake_put($i) [$db put -txn $ctxn $key $data] 0
81 error_check_good init_put($i) [$db put -txn $txn $key $data] 0
83 # Set a cursor of the parent txn to each item.
84 set dbc($i) [$db cursor -txn $txn]
106 set ctxn [$env txn -parent $txn]
107 error_check_good txn [is_valid_txn $ctxn $env] TRUE
111 error_check_good child_put($i) [$db put -txn $ctxn $key $data] 0
117 set curs [$db cursor -txn $ctxn]
142 error_check_good txn_commit [$txn commit] 0
143 set txn [$env txn]
144 error_check_good txn [is_valid_txn $txn $env] TRUE
156 error_check_good child_put($i) [$db put -txn $txn $key $data] 0
158 error_check_good txn_commit [$txn commit] 0
159 set txn [$env txn]
160 error_check_good txn [is_valid_txn $txn $env] TRUE
171 set dbc($i) [$db cursor -txn $txn]
178 puts "\t\tRecd$tnum.c.1: Delete even items in child txn and abort."
192 set ctxn [$env txn -parent $txn]
194 error_check_good del($i) [$db del -txn $ctxn $keybase$i] 0
204 puts "\t\tRecd$tnum.c.2: Delete even items in child txn and commit."
205 set ctxn [$env txn -parent $txn]
207 error_check_good del($i) [$db del -txn $ctxn $keybase$i] 0
225 puts "\t\tRecd$tnum.c.3: Delete odd items in child txn."
227 set ctxn [$env txn -parent $txn]
238 error_check_good del($i) [$db del -txn $ctxn $keybase$j] 0
244 [llength [$db get -txn $ctxn $keybase$i]] 0
275 error_check_good txn_commit [$txn commit] 0