mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
Update build checks for mangosd/realmd.
This commit is contained in:
parent
0a01d2bc6e
commit
d81c9175d8
8 changed files with 37 additions and 12 deletions
|
|
@ -50,6 +50,7 @@ DatabaseMysql::DatabaseMysql() : Database(), mMysql(0)
|
|||
if (!mysql_thread_safe())
|
||||
{
|
||||
sLog.outError("FATAL ERROR: Used MySQL library isn't thread-safe.");
|
||||
Log::WaitBeforeContinueIfNeed();
|
||||
exit(1);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue