Searched refs:commit (Results 126 - 150 of 334) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Denv013.tcl44 error_check_good txn_commit [$t commit] 0
H A Drep015.tcl131 error_check_good txn_commit [$t commit] 0
142 error_check_good txn_commit [$t commit] 0
245 error_check_good txn_commit [$t commit] 0
246 error_check_good clienttxn_commit [$ct commit] 0
H A Drpc004.tcl75 error_check_good txn_commit [$txn commit] 0
H A Dtest076.tcl77 error_check_good txn [$t commit] 0
H A Dtest098.tcl73 error_check_good txn [$t commit] 0
H A Dtest116.tcl105 error_check_good t_commit [$t commit] 0
129 error_check_good t_commit [$t commit] 0
209 error_check_good txn_commit [$t commit] 0
232 error_check_good txn_commit [$t commit] 0
H A Dtxn002.tcl32 # We will create a bunch of transactions and commit them.
48 error_check_good txn_commit:$t [$t commit] 0
H A Dtxn003.tcl8 # TEST Test abort/commit/prepare of txns with outstanding child txns.
35 # Put some data so that we can check commit or abort of child
63 puts "\tTxn$tnum.b: Parent commit"
69 error_check_good parent_commit [$parent commit] 0
79 # Since the data check assumes what has come before, the 'commit'
87 {commit ".f"}
113 commit {
149 set stat [catch {$parent commit} ret]
H A Dlog006.tcl69 error_check_good txn_commit [$txn commit] 0
98 error_check_good txn_commit [$txn commit] 0
222 error_check_good txn [$t commit] 0
H A Drecd008.tcl68 { {recd008_parent commit ENV DB $method $p1 TXNID 1 1 $breadth $depth}
69 "Recd008.d: child commit parent" }
76 op_recover commit $testdir $env_cmd $dbfile $cmd $msg
112 # Parent commit/abort (in op_recover)
147 "commit" {
187 set ret [recd008_txn commit $env $db $method $p1key $t \
213 "commit" {
H A Drep010.tcl118 error_check_good txn_commit [$t commit] 0
129 error_check_good txn_commit [$t commit] 0
142 # To test gaps in message processing, run and commit a whole
147 error_check_good txn_commit [$t commit] 0
H A Drep043.tcl184 error_check_good commit [$t commit] 0
186 error_check_good commit [$t abort] 0
H A Dsdb004.tcl124 error_check_good txn [$t commit] 0
155 error_check_good txn [$t commit] 0
216 error_check_good txn [$t commit] 0
H A Dtest006.tcl121 [$t commit] 0
172 error_check_good txn [$t commit] 0
191 error_check_good txn [$t commit] 0
H A Dtest016.tcl101 error_check_good txn [$t commit] 0
138 error_check_good txn [$t commit] 0
154 error_check_good txn [$t commit] 0
H A Dtest030.tcl102 error_check_good txn [$ct commit] 0
195 error_check_good txn [$ct commit] 0
250 error_check_good txn [$t commit] 0
H A Dtest036.tcl97 error_check_good txn [$t commit] 0
126 error_check_good txn [$t commit] 0
140 error_check_good txn [$t commit] 0
H A Dtest050.tcl73 error_check_good txn [$t commit] 0
106 error_check_good txn [$t commit] 0
216 error_check_good txn [$t commit] 0
H A Dtest051.tcl135 error_check_good txn [$t commit] 0
164 error_check_good txn [$t commit] 0
193 error_check_good txn [$t commit] 0
H A Dtest053.tcl95 error_check_good txn [$t commit] 0
117 error_check_good txn [$t commit] 0
225 error_check_good txn [$t commit] 0
H A Dtest061.tcl8 # TEST Test of txn abort and commit for in-memory databases.
10 # TEST b) Put + commit: verify presence of data
12 # TEST d) Overwrite + commit: verify that data has changed
14 # TEST f) Delete + commit: verify that data has been deleted
40 puts "Test061: Transaction abort and commit test for in-memory data."
95 puts "\tTest061.b: put/commit"
109 # commit
110 error_check_good txn_commit [$txn commit] 0
138 puts "\tTest061.d: overwrite/commit"
153 # commit
[all...]
H A Dtest063.tcl75 error_check_good txn [$t commit] 0
106 error_check_good txn [$t commit] 0
157 error_check_good txn [$t commit] 0
H A Dtest119.tcl85 error_check_good txn_commit [$t commit] 0
144 error_check_good txn_commit [$t commit] 0
238 error_check_good txn [$t commit] 0
H A Dt106script.tcl67 error_check_good commit_child [$c commit] 0
68 error_check_good commit_parent [$t commit] 0
148 error_check_good child_commit [$c commit] 0
149 error_check_good parent_commit [$t commit] 0
194 error_check_good txn_commit [$t commit] 0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_thread.c169 ret = txnp->commit(txnp, 0);
346 goto commit;
363 goto commit;
369 commit: /* The transaction finished, commit it. */
370 if ((ret = tid->commit(tid, 0)) != 0)
371 fatal("DB_TXN->commit", ret, 1);

Completed in 122 milliseconds

1234567891011>>