aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLAssetData.cs
diff options
context:
space:
mode:
authorJohn Hurliman2010-09-11 18:29:38 -0700
committerJohn Hurliman2010-09-11 18:29:38 -0700
commit47ac9f97b11ae9de535550ba7e6c836ee81dab55 (patch)
tree46f916ccf3c609f7804ee672a81a21c645617fa2 /OpenSim/Data/MySQL/MySQLAssetData.cs
parentRemoving .svn directories under Prebuild/ from source control (diff)
downloadopensim-SC_OLD-47ac9f97b11ae9de535550ba7e6c836ee81dab55.zip
opensim-SC_OLD-47ac9f97b11ae9de535550ba7e6c836ee81dab55.tar.gz
opensim-SC_OLD-47ac9f97b11ae9de535550ba7e6c836ee81dab55.tar.bz2
opensim-SC_OLD-47ac9f97b11ae9de535550ba7e6c836ee81dab55.tar.xz
Re-enabled asset last access time logging in MySQL
Diffstat (limited to 'OpenSim/Data/MySQL/MySQLAssetData.cs')
-rw-r--r--OpenSim/Data/MySQL/MySQLAssetData.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Data/MySQL/MySQLAssetData.cs b/OpenSim/Data/MySQL/MySQLAssetData.cs
index fe5152a..ed92f3e 100644
--- a/OpenSim/Data/MySQL/MySQLAssetData.cs
+++ b/OpenSim/Data/MySQL/MySQLAssetData.cs
@@ -214,9 +214,6 @@ namespace OpenSim.Data.MySQL
214 214
215 private void UpdateAccessTime(AssetBase asset) 215 private void UpdateAccessTime(AssetBase asset)
216 { 216 {
217 // Writing to the database every time Get() is called on an asset is killing us. Seriously. -jph
218 return;
219
220 lock (m_dbLock) 217 lock (m_dbLock)
221 { 218 {
222 using (MySqlConnection dbcon = new MySqlConnection(m_connectionString)) 219 using (MySqlConnection dbcon = new MySqlConnection(m_connectionString))