diff options
author | Adam Frisby | 2008-10-31 04:58:14 +0000 |
---|---|---|
committer | Adam Frisby | 2008-10-31 04:58:14 +0000 |
commit | 129610e797548f7b384f772408d2069ae58e00ce (patch) | |
tree | 52faee4363a9ea02c9fb0c230ee13e6d6ce454b7 /OpenSim/Data/MySQL/MySQLSuperManager.cs | |
parent | test: Extend malformed packet test to actually check that a valid packet can ... (diff) | |
download | opensim-SC-129610e797548f7b384f772408d2069ae58e00ce.zip opensim-SC-129610e797548f7b384f772408d2069ae58e00ce.tar.gz opensim-SC-129610e797548f7b384f772408d2069ae58e00ce.tar.bz2 opensim-SC-129610e797548f7b384f772408d2069ae58e00ce.tar.xz |
* Added some debug information to MySQL UserDataManager to help diagnose a potential issue when in high load. Related to mantis #2508.
Diffstat (limited to 'OpenSim/Data/MySQL/MySQLSuperManager.cs')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLSuperManager.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Data/MySQL/MySQLSuperManager.cs b/OpenSim/Data/MySQL/MySQLSuperManager.cs index b2485b1..f4341d4 100644 --- a/OpenSim/Data/MySQL/MySQLSuperManager.cs +++ b/OpenSim/Data/MySQL/MySQLSuperManager.cs | |||
@@ -7,6 +7,7 @@ namespace OpenSim.Data.MySQL | |||
7 | public bool Locked; | 7 | public bool Locked; |
8 | private readonly Mutex m_lock = new Mutex(false); | 8 | private readonly Mutex m_lock = new Mutex(false); |
9 | public MySQLManager Manager; | 9 | public MySQLManager Manager; |
10 | public string Running; | ||
10 | 11 | ||
11 | public void GetLock() | 12 | public void GetLock() |
12 | { | 13 | { |