diff options
Diffstat (limited to 'OpenSim/Data/MySQL/MySQLRegionData.cs')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLRegionData.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Data/MySQL/MySQLRegionData.cs b/OpenSim/Data/MySQL/MySQLRegionData.cs index ab55ba5..4b07ed6 100644 --- a/OpenSim/Data/MySQL/MySQLRegionData.cs +++ b/OpenSim/Data/MySQL/MySQLRegionData.cs | |||
@@ -28,13 +28,13 @@ | |||
28 | using System; | 28 | using System; |
29 | using System.Collections.Generic; | 29 | using System.Collections.Generic; |
30 | using System.Data; | 30 | using System.Data; |
31 | using System.Drawing; | ||
31 | using System.IO; | 32 | using System.IO; |
32 | using System.Reflection; | 33 | using System.Reflection; |
33 | using System.Threading; | 34 | using System.Threading; |
34 | using System.Drawing; | ||
35 | using OpenMetaverse; | ||
36 | using log4net; | 35 | using log4net; |
37 | using MySql.Data.MySqlClient; | 36 | using MySql.Data.MySqlClient; |
37 | using OpenMetaverse; | ||
38 | using OpenSim.Framework; | 38 | using OpenSim.Framework; |
39 | using OpenSim.Region.Framework.Interfaces; | 39 | using OpenSim.Region.Framework.Interfaces; |
40 | using OpenSim.Region.Framework.Scenes; | 40 | using OpenSim.Region.Framework.Scenes; |
@@ -89,7 +89,7 @@ namespace OpenSim.Data.MySQL | |||
89 | } | 89 | } |
90 | catch (Exception) | 90 | catch (Exception) |
91 | { | 91 | { |
92 | System.Threading.Thread.Sleep(500); | 92 | Thread.Sleep(500); |
93 | 93 | ||
94 | m_Connection.Close(); | 94 | m_Connection.Close(); |
95 | m_Connection = (MySqlConnection) ((ICloneable)m_Connection).Clone(); | 95 | m_Connection = (MySqlConnection) ((ICloneable)m_Connection).Clone(); |
@@ -122,7 +122,7 @@ namespace OpenSim.Data.MySQL | |||
122 | } | 122 | } |
123 | catch (Exception) | 123 | catch (Exception) |
124 | { | 124 | { |
125 | System.Threading.Thread.Sleep(500); | 125 | Thread.Sleep(500); |
126 | 126 | ||
127 | m_Connection.Close(); | 127 | m_Connection.Close(); |
128 | m_Connection = (MySqlConnection) ((ICloneable)m_Connection).Clone(); | 128 | m_Connection = (MySqlConnection) ((ICloneable)m_Connection).Clone(); |