From b6c48c53b21df9dbde4549bced938089f43ed1f0 Mon Sep 17 00:00:00 2001 From: MW Date: Thu, 16 Aug 2007 11:24:40 +0000 Subject: Can now set the plugins for standalone mode's Inventory database (default sqlite) and for its user database (default DB4o). Currently changing the user plugin to MySql should work (if you have MySql setup (should be same as for grid mode). There is also a MySql provider for the inventory but not 100% certain if that is finished and functional (will need to check with Adam on that). --- OpenSim/Framework/Communications/Cache/AssetTransactions.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'OpenSim/Framework/Communications/Cache') diff --git a/OpenSim/Framework/Communications/Cache/AssetTransactions.cs b/OpenSim/Framework/Communications/Cache/AssetTransactions.cs index cea6e6e..7f52739 100644 --- a/OpenSim/Framework/Communications/Cache/AssetTransactions.cs +++ b/OpenSim/Framework/Communications/Cache/AssetTransactions.cs @@ -262,7 +262,7 @@ namespace OpenSim.Framework.Communications.Caches { DoCreateItem(); } - Console.WriteLine("upload complete "+ this.TransactionID); + // Console.WriteLine("upload complete "+ this.TransactionID); //SaveAssetToFile("testudpupload" + Util.RandomClass.Next(1, 1000) + ".dat", this.Asset.Data); } private void SaveAssetToFile(string filename, byte[] data) @@ -319,6 +319,11 @@ namespace OpenSim.Framework.Communications.Caches ourClient.SendInventoryItemUpdate(item); } } + + public void UpdateInventoryItem(LLUUID itemID) + { + + } } public class NoteCardCapsUpdate -- cgit v1.1