some debugging to see if there are easy optimizations here for update

afrisby
Sean Dague 2007-08-27 15:51:39 +00:00
parent 653a4ff22d
commit 247b9c3573
1 changed files with 2 additions and 0 deletions

View File

@ -92,6 +92,8 @@ namespace OpenSim.DataStore.MonoSqliteStorage
// MainLog.Instance.Verbose("Attempting to do database update....");
DataSet changed = ds.GetChanges();
MainLog.Instance.Verbose("DATASTORE", "Changed values:" + changed.GetXml());
primDa.Update(ds, "prims");
shapeDa.Update(ds, "primshapes");
ds.AcceptChanges();