aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.MySQL/MySQLDataStore.cs
diff options
context:
space:
mode:
authormingchen2007-12-18 17:42:02 +0000
committermingchen2007-12-18 17:42:02 +0000
commit128f2b1e1b876e5e10233b6f13a91be9314c3dc9 (patch)
treeb685a017da3f8ac7c23a20eea3b27df42735bd58 /OpenSim/Framework/Data.MySQL/MySQLDataStore.cs
parent* Sakai appears to be having some sort of socket error that we've not account... (diff)
downloadopensim-SC_OLD-128f2b1e1b876e5e10233b6f13a91be9314c3dc9.zip
opensim-SC_OLD-128f2b1e1b876e5e10233b6f13a91be9314c3dc9.tar.gz
opensim-SC_OLD-128f2b1e1b876e5e10233b6f13a91be9314c3dc9.tar.bz2
opensim-SC_OLD-128f2b1e1b876e5e10233b6f13a91be9314c3dc9.tar.xz
*Parcels and their access lists now store over multiple sessions when the datastore is sqlite
Diffstat (limited to 'OpenSim/Framework/Data.MySQL/MySQLDataStore.cs')
-rw-r--r--OpenSim/Framework/Data.MySQL/MySQLDataStore.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Data.MySQL/MySQLDataStore.cs b/OpenSim/Framework/Data.MySQL/MySQLDataStore.cs
index 511c8d8..cdc8c74 100644
--- a/OpenSim/Framework/Data.MySQL/MySQLDataStore.cs
+++ b/OpenSim/Framework/Data.MySQL/MySQLDataStore.cs
@@ -289,7 +289,7 @@ namespace OpenSim.Framework.Data.MySQL
289 return terret; 289 return terret;
290 } 290 }
291 291
292 public void RemoveLandObject(uint id, LLUUID regionUUID) 292 public void RemoveLandObject(LLUUID globalID)
293 { 293 {
294 } 294 }
295 295