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.55 by root, Sun Jan 4 10:48:15 2009 UTC

111use base 'Exporter'; 111use base 'Exporter';
112 112
113our $VERSION; 113our $VERSION;
114 114
115BEGIN { 115BEGIN {
116 $VERSION = '1.81'; 116 $VERSION = '1.82';
117 117
118 our @BDB_REQ = qw( 118 our @BDB_REQ = qw(
119 db_env_open db_env_close db_env_txn_checkpoint db_env_lock_detect 119 db_env_open db_env_close db_env_txn_checkpoint db_env_lock_detect
120 db_env_memp_sync db_env_memp_trickle db_env_dbrename db_env_dbremove 120 db_env_memp_sync db_env_memp_trickle db_env_dbrename db_env_dbremove
121 db_env_log_archive 121 db_env_log_archive
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