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.31 by root, Thu Jan 10 23:02:19 2008 UTC vs.
Revision 1.32 by root, Sat Jan 19 04:49:37 2008 UTC

37 rename "$Deliantra::OLDDIR/$DBDIR", $DB_HOME; 37 rename "$Deliantra::OLDDIR/$DBDIR", $DB_HOME;
38 print STDERR "INFO: moved old database from $Deliantra::OLDDIR/$ODBDIR to $DB_HOME\n"; 38 print STDERR "INFO: moved old database from $Deliantra::OLDDIR/$ODBDIR to $DB_HOME\n";
39} 39}
40 40
41BDB::max_poll_time 0.03; 41BDB::max_poll_time 0.03;
42BDB::max_parallel 1;
42 43
43our $DB_ENV; 44our $DB_ENV;
44our $DB_STATE; 45our $DB_STATE;
45our %DB_TABLE; 46our %DB_TABLE;
46 47

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines