* Added some debug information to MySQL UserDataManager to help diagnose a potential issue when in high load. Related to mantis #2508.

This commit is contained in:
Adam Frisby
2008-10-31 04:58:14 +00:00
parent 5feaff8524
commit 129610e797
2 changed files with 25 additions and 18 deletions

View File

@@ -7,6 +7,7 @@ namespace OpenSim.Data.MySQL
public bool Locked;
private readonly Mutex m_lock = new Mutex(false);
public MySQLManager Manager;
public string Running;
public void GetLock()
{