diff options
author | Sean Dague | 2007-08-27 16:14:48 +0000 |
---|---|---|
committer | Sean Dague | 2007-08-27 16:14:48 +0000 |
commit | ac0d58fd3332942c5a5bd035bb598a57c0823fb3 (patch) | |
tree | 9a4cdda7a044a3d07f3498d3e98f436af4643729 /OpenSim/Region/Storage | |
parent | some debugging to see if there are easy optimizations here for update (diff) | |
download | opensim-SC_OLD-ac0d58fd3332942c5a5bd035bb598a57c0823fb3.zip opensim-SC_OLD-ac0d58fd3332942c5a5bd035bb598a57c0823fb3.tar.gz opensim-SC_OLD-ac0d58fd3332942c5a5bd035bb598a57c0823fb3.tar.bz2 opensim-SC_OLD-ac0d58fd3332942c5a5bd035bb598a57c0823fb3.tar.xz |
get rid of my debugging, it causes a crash on multiple backups
Diffstat (limited to 'OpenSim/Region/Storage')
-rw-r--r-- | OpenSim/Region/Storage/OpenSim.DataStore.MonoSqlite/MonoSqliteDataStore.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Region/Storage/OpenSim.DataStore.MonoSqlite/MonoSqliteDataStore.cs b/OpenSim/Region/Storage/OpenSim.DataStore.MonoSqlite/MonoSqliteDataStore.cs index ccd9807..86a575a 100644 --- a/OpenSim/Region/Storage/OpenSim.DataStore.MonoSqlite/MonoSqliteDataStore.cs +++ b/OpenSim/Region/Storage/OpenSim.DataStore.MonoSqlite/MonoSqliteDataStore.cs | |||
@@ -90,10 +90,7 @@ namespace OpenSim.DataStore.MonoSqliteStorage | |||
90 | addPrim(prim, obj.UUID, regionUUID); | 90 | addPrim(prim, obj.UUID, regionUUID); |
91 | } | 91 | } |
92 | 92 | ||
93 | |||
94 | // MainLog.Instance.Verbose("Attempting to do database update...."); | 93 | // MainLog.Instance.Verbose("Attempting to do database update...."); |
95 | DataSet changed = ds.GetChanges(); | ||
96 | MainLog.Instance.Verbose("DATASTORE", "Changed values:" + changed.GetXml()); | ||
97 | primDa.Update(ds, "prims"); | 94 | primDa.Update(ds, "prims"); |
98 | shapeDa.Update(ds, "primshapes"); | 95 | shapeDa.Update(ds, "primshapes"); |
99 | ds.AcceptChanges(); | 96 | ds.AcceptChanges(); |