[8825] At fail start db connections stop all started db connection threads.

This will restore state before start Db function call and prevent crashes
at delayed access to log singleton in case outdated DB structure detection.
This commit is contained in:
VladimirMangos 2009-11-17 12:38:13 +03:00
parent 55e715dddd
commit bc5fb40867
3 changed files with 39 additions and 1 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8824"
#define REVISION_NR "8825"
#endif // __REVISION_NR_H__