mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Mantis#1736. Thank you kindly, StrawberryFride for a patch that:
Many issues with handling connections in MSSQL, have rearchitected to ensure that connections are always opened and closed in a timely fashion & disposed of cleanly, and removed unnecessary lock statements. SQL Server performance seems to have improved considerably as a result, and various timeout errors seem to have been fixed.
This commit is contained in:
@@ -1758,7 +1758,7 @@ namespace OpenSim.Data.MSSQL
|
||||
}
|
||||
catch (SqlException)
|
||||
{
|
||||
m_log.Info("[REGION DB]: MySql Database doesn't exist... creating");
|
||||
m_log.Info("[REGION DB]: MS Sql Database doesn't exist... creating");
|
||||
InitDB(conn);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user