diff options
-rw-r--r-- | OpenSim/Data/MySQL/MySQLSimulationData.cs | 1 | ||||
-rw-r--r-- | bin/MySql.Data.dll | bin | 335872 -> 360448 bytes |
2 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Data/MySQL/MySQLSimulationData.cs b/OpenSim/Data/MySQL/MySQLSimulationData.cs index 3450e2f..e2b6953 100644 --- a/OpenSim/Data/MySQL/MySQLSimulationData.cs +++ b/OpenSim/Data/MySQL/MySQLSimulationData.cs | |||
@@ -424,6 +424,7 @@ namespace OpenSim.Data.MySQL | |||
424 | cmd.CommandText = | 424 | cmd.CommandText = |
425 | "SELECT * FROM prims LEFT JOIN primshapes ON prims.UUID = primshapes.UUID WHERE RegionUUID = ?RegionUUID"; | 425 | "SELECT * FROM prims LEFT JOIN primshapes ON prims.UUID = primshapes.UUID WHERE RegionUUID = ?RegionUUID"; |
426 | cmd.Parameters.AddWithValue("RegionUUID", regionID.ToString()); | 426 | cmd.Parameters.AddWithValue("RegionUUID", regionID.ToString()); |
427 | cmd.CommandTimeout = 3600; | ||
427 | 428 | ||
428 | using (IDataReader reader = ExecuteReader(cmd)) | 429 | using (IDataReader reader = ExecuteReader(cmd)) |
429 | { | 430 | { |
diff --git a/bin/MySql.Data.dll b/bin/MySql.Data.dll index 7aa95ec..c28c618 100644 --- a/bin/MySql.Data.dll +++ b/bin/MySql.Data.dll | |||
Binary files differ | |||