ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/BDB/BDB.pm
(Generate patch)

Comparing BDB/BDB.pm (file contents):
Revision 1.53 by root, Tue Oct 21 02:21:25 2008 UTC vs.
Revision 1.54 by root, Wed Nov 12 16:52:51 2008 UTC

281LOCK_DEADLOCK) and the transaction will be aborted. 281LOCK_DEADLOCK) and the transaction will be aborted.
282 282
283You can use the C<< $txn->failed >> method to check wether a transaction 283You can use the C<< $txn->failed >> method to check wether a transaction
284has failed in this way and abort further processing (excluding 284has failed in this way and abort further processing (excluding
285C<db_txn_finish>). 285C<db_txn_finish>).
286
286 287
287=head2 DB_ENV/database environment methods 288=head2 DB_ENV/database environment methods
288 289
289Methods available on DB_ENV/$env handles: 290Methods available on DB_ENV/$env handles:
290 291

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines