ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/DC/DB.pm
(Generate patch)

Comparing deliantra/Deliantra-Client/DC/DB.pm (file contents):
Revision 1.36 by root, Thu Apr 17 03:46:39 2008 UTC vs.
Revision 1.37 by root, Sun Jul 13 12:17:00 2008 UTC

436 db_env_txn_checkpoint $DB_ENV, 0, 0, 0, sub { }; 436 db_env_txn_checkpoint $DB_ENV, 0, 0, 0, sub { };
437 }; 437 };
438} 438}
439 439
440END { 440END {
441 db_env_txn_checkpoint $DB_ENV, 0, 0, 0
442 if $DB_ENV;
443
441 undef $TILE_SEQ; 444 undef $TILE_SEQ;
442 %DB_TABLE = (); 445 %DB_TABLE = ();
443 undef $DB_ENV; 446 undef $DB_ENV;
444} 447}
445 448

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines