aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/SQLiteAssetData.cs
diff options
context:
space:
mode:
authorKitto Flora2010-02-08 14:29:06 -0500
committerKitto Flora2010-02-08 14:29:06 -0500
commit59851ceee6a52e8ad3a1da973dd07257422a16fc (patch)
tree42be9abb3090014bba1cbb0ddb4d1f617c0cc358 /OpenSim/Data/SQLite/SQLiteAssetData.cs
parentMotor angular decay fix. (diff)
parentFix two inconsistencies with LightShare (diff)
downloadopensim-SC-59851ceee6a52e8ad3a1da973dd07257422a16fc.zip
opensim-SC-59851ceee6a52e8ad3a1da973dd07257422a16fc.tar.gz
opensim-SC-59851ceee6a52e8ad3a1da973dd07257422a16fc.tar.bz2
opensim-SC-59851ceee6a52e8ad3a1da973dd07257422a16fc.tar.xz
Merge branch 'master' of ssh://3dhosting.de/var/git/careminster
Diffstat (limited to 'OpenSim/Data/SQLite/SQLiteAssetData.cs')
-rw-r--r--OpenSim/Data/SQLite/SQLiteAssetData.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/SQLite/SQLiteAssetData.cs b/OpenSim/Data/SQLite/SQLiteAssetData.cs
index 23642b3..c52f60b 100644
--- a/OpenSim/Data/SQLite/SQLiteAssetData.cs
+++ b/OpenSim/Data/SQLite/SQLiteAssetData.cs
@@ -41,7 +41,7 @@ namespace OpenSim.Data.SQLite
41 /// </summary> 41 /// </summary>
42 public class SQLiteAssetData : AssetDataBase 42 public class SQLiteAssetData : AssetDataBase
43 { 43 {
44 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 44// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
45 45
46 private const string SelectAssetSQL = "select * from assets where UUID=:UUID"; 46 private const string SelectAssetSQL = "select * from assets where UUID=:UUID";
47 private const string SelectAssetMetadataSQL = "select Name, Description, Type, Temporary, UUID from assets limit :start, :count"; 47 private const string SelectAssetMetadataSQL = "select Name, Description, Type, Temporary, UUID from assets limit :start, :count";