diff options
author | Justin Clarke Casey | 2008-06-29 18:10:38 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-06-29 18:10:38 +0000 |
commit | 31c63558c89b617fa46b86a9c2c8a14529a5b8ba (patch) | |
tree | a419fe32c11e4b238a3ef7523325776fcdac31cc /OpenSim/Data/MySQL/MySQLAssetData.cs | |
parent | added patch 1633, thanks Melanie. (diff) | |
download | opensim-SC_OLD-31c63558c89b617fa46b86a9c2c8a14529a5b8ba.zip opensim-SC_OLD-31c63558c89b617fa46b86a9c2c8a14529a5b8ba.tar.gz opensim-SC_OLD-31c63558c89b617fa46b86a9c2c8a14529a5b8ba.tar.bz2 opensim-SC_OLD-31c63558c89b617fa46b86a9c2c8a14529a5b8ba.tar.xz |
* Fix for http://opensimulator.org/mantis/view.php?id=1512
* Introduce experimental wait timeout checking to mysql region datastore code
* This should mean that if the mysql connection has timed out, we should automatically reconnect and not fail or drop queries on region database manipulations
Diffstat (limited to 'OpenSim/Data/MySQL/MySQLAssetData.cs')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLAssetData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/MySQLAssetData.cs b/OpenSim/Data/MySQL/MySQLAssetData.cs index fc331cd..d66a5c2 100644 --- a/OpenSim/Data/MySQL/MySQLAssetData.cs +++ b/OpenSim/Data/MySQL/MySQLAssetData.cs | |||
@@ -191,7 +191,7 @@ namespace OpenSim.Data.MySQL | |||
191 | { | 191 | { |
192 | m_log.ErrorFormat( | 192 | m_log.ErrorFormat( |
193 | "[ASSETS DB]: MySql failure fetching asset {0}" + Environment.NewLine + e.ToString() | 193 | "[ASSETS DB]: MySql failure fetching asset {0}" + Environment.NewLine + e.ToString() |
194 | + Environment.NewLine + "Attempting reconnection", assetID); | 194 | + Environment.NewLine + "Reconnecting", assetID); |
195 | _dbConnection.Reconnect(); | 195 | _dbConnection.Reconnect(); |
196 | } | 196 | } |
197 | } | 197 | } |