aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLAssetData.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-04-09 18:17:52 +0000
committerJustin Clarke Casey2009-04-09 18:17:52 +0000
commit39c63029727f895d72eb5b4ebbf6a8f5a002201d (patch)
tree98af667d1d2c599c7e906292d692ff15928a2077 /OpenSim/Data/MySQL/MySQLAssetData.cs
parent* Migrate UUID representations in SQLite inventory store to dashed format (diff)
downloadopensim-SC_OLD-39c63029727f895d72eb5b4ebbf6a8f5a002201d.zip
opensim-SC_OLD-39c63029727f895d72eb5b4ebbf6a8f5a002201d.tar.gz
opensim-SC_OLD-39c63029727f895d72eb5b4ebbf6a8f5a002201d.tar.bz2
opensim-SC_OLD-39c63029727f895d72eb5b4ebbf6a8f5a002201d.tar.xz
* Improve inventory uuid conversions to make sure that we aren't converting anything that already contains a -
* Among other things, this means that if a migration is interrupted, it can simply be retried
Diffstat (limited to '')
-rw-r--r--OpenSim/Data/MySQL/MySQLAssetData.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/MySQLAssetData.cs b/OpenSim/Data/MySQL/MySQLAssetData.cs
index 466f5db..20b2673 100644
--- a/OpenSim/Data/MySQL/MySQLAssetData.cs
+++ b/OpenSim/Data/MySQL/MySQLAssetData.cs
@@ -177,7 +177,7 @@ namespace OpenSim.Data.MySQL
177 { 177 {
178 lock (_dbConnection) 178 lock (_dbConnection)
179 { 179 {
180 //m_log.Info("[ASSET DB]: Creating Asset " + Util.ToRawUuidString(asset.FullID)); 180 //m_log.Info("[ASSET DB]: Creating Asset " + asset.FullID);
181 if (ExistsAsset(asset.FullID)) 181 if (ExistsAsset(asset.FullID))
182 { 182 {
183 //m_log.Info("[ASSET DB]: Asset exists already, ignoring."); 183 //m_log.Info("[ASSET DB]: Asset exists already, ignoring.");