AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
DatabaseWorkerPool.cpp File Reference
#include "DatabaseWorkerPool.h"
#include "AdhocStatement.h"
#include "CharacterDatabase.h"
#include "Errors.h"
#include "Log.h"
#include "LoginDatabase.h"
#include "MySQLPreparedStatement.h"
#include "MySQLWorkaround.h"
#include "PCQueue.h"
#include "PreparedStatement.h"
#include "QueryCallback.h"
#include "QueryHolder.h"
#include "QueryResult.h"
#include "SQLOperation.h"
#include "Transaction.h"
#include "WorldDatabase.h"
#include <limits>
#include <mysqld_error.h>

Go to the source code of this file.

Classes

class  PingOperation
 

Macros

#define MIN_MYSQL_SERVER_VERSION   50700u
 
#define MIN_MYSQL_CLIENT_VERSION   50700u
 

Variables

template class AC_DATABASE_API DatabaseWorkerPool< LoginDatabaseConnection >
 
template class AC_DATABASE_API DatabaseWorkerPool< WorldDatabaseConnection >
 
template class AC_DATABASE_API DatabaseWorkerPool< CharacterDatabaseConnection >
 

Macro Definition Documentation

◆ MIN_MYSQL_CLIENT_VERSION

#define MIN_MYSQL_CLIENT_VERSION   50700u

◆ MIN_MYSQL_SERVER_VERSION

#define MIN_MYSQL_SERVER_VERSION   50700u

Variable Documentation

◆ DatabaseWorkerPool< CharacterDatabaseConnection >

◆ DatabaseWorkerPool< LoginDatabaseConnection >

◆ DatabaseWorkerPool< WorldDatabaseConnection >