diff options
author | QAston <none@none> | 2009-06-27 17:59:57 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-06-27 17:59:57 +0200 |
commit | 1592fe9aa3ee51a27438c6b8fb52d4a0a3c681e5 (patch) | |
tree | a03d3431824630c130c9446717b79ada33fa5454 /src/shared/Database/DatabaseMysql.h | |
parent | ab7e83a72c7da17541e7d87b087ce8693d8b301d (diff) |
Backed out changeset 97d8a5f6449c
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Database/DatabaseMysql.h')
-rw-r--r-- | src/shared/Database/DatabaseMysql.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/Database/DatabaseMysql.h b/src/shared/Database/DatabaseMysql.h index eb667703975..4612ebfc462 100644 --- a/src/shared/Database/DatabaseMysql.h +++ b/src/shared/Database/DatabaseMysql.h @@ -46,8 +46,8 @@ class TRINITY_DLL_SPEC DatabaseMysql : public Database //! Initializes Mysql and connects to a server. /*! infoString should be formated like hostname;username;password;database. */ - bool Initialize(const char *infoString, bool initDelayThread = true); - void InitDelayThread(const char* infoString); + bool Initialize(const char *infoString); + void InitDelayThread(); void HaltDelayThread(); QueryResult* Query(const char *sql); QueryNamedResult* QueryNamed(const char *sql); |