diff options
author | Adam Frisby | 2007-07-29 07:57:26 +0000 |
---|---|---|
committer | Adam Frisby | 2007-07-29 07:57:26 +0000 |
commit | 2a03bea9bd7f6cbc0c85df19e754f04dc4f0d4a5 (patch) | |
tree | f87544716169ac25fae770488cb0d7450e9e63a6 /OpenSim | |
parent | * Db4o Datastore is now the default. (diff) | |
download | opensim-SC_OLD-2a03bea9bd7f6cbc0c85df19e754f04dc4f0d4a5.zip opensim-SC_OLD-2a03bea9bd7f6cbc0c85df19e754f04dc4f0d4a5.tar.gz opensim-SC_OLD-2a03bea9bd7f6cbc0c85df19e754f04dc4f0d4a5.tar.bz2 opensim-SC_OLD-2a03bea9bd7f6cbc0c85df19e754f04dc4f0d4a5.tar.xz |
* Assorted minor fixes (DB4o now properly commits saves on shutdown)
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/Storage/OpenSim.DataStore.DB4o/DB4oDataStore.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Storage/OpenSim.DataStore.DB4o/DB4oDataStore.cs b/OpenSim/Region/Storage/OpenSim.DataStore.DB4o/DB4oDataStore.cs index 4497a2b..25a12a4 100644 --- a/OpenSim/Region/Storage/OpenSim.DataStore.DB4o/DB4oDataStore.cs +++ b/OpenSim/Region/Storage/OpenSim.DataStore.DB4o/DB4oDataStore.cs | |||
@@ -97,7 +97,8 @@ namespace OpenSim.DataStore.DB4oStorage | |||
97 | 97 | ||
98 | public void Shutdown() | 98 | public void Shutdown() |
99 | { | 99 | { |
100 | 100 | db.Commit(); | |
101 | db.Close(); | ||
101 | } | 102 | } |
102 | } | 103 | } |
103 | } | 104 | } |