![]() |
TrinityCore
|
#include "DatabaseWorkerPool.h"#include "AdhocStatement.h"#include "Common.h"#include "Errors.h"#include "IoContext.h"#include "Implementation/LoginDatabase.h"#include "Implementation/WorldDatabase.h"#include "Implementation/CharacterDatabase.h"#include "Implementation/HotfixDatabase.h"#include "Log.h"#include "MySQLPreparedStatement.h"#include "PreparedStatement.h"#include "ProducerConsumerQueue.h"#include "QueryCallback.h"#include "QueryHolder.h"#include "QueryResult.h"#include "Transaction.h"#include "MySQLWorkaround.h"#include <boost/asio/use_future.hpp>#include <mysqld_error.h>#include <utility>
Include dependency graph for DatabaseWorkerPool.cpp:Go to the source code of this file.
Classes | |
| struct | DatabaseWorkerPool< T >::QueueSizeTracker |
Macros | |
| #define | TRINITY_COMPILED_CLIENT_VERSION MYSQL_VERSION_ID |
Functions | |
| static consteval uint32 | ParseVersionString (std::string_view chars) |
Variables | |
| template class TC_DATABASE_API | DatabaseWorkerPool< LoginDatabaseConnection > |
| template class TC_DATABASE_API | DatabaseWorkerPool< WorldDatabaseConnection > |
| template class TC_DATABASE_API | DatabaseWorkerPool< CharacterDatabaseConnection > |
| template class TC_DATABASE_API | DatabaseWorkerPool< HotfixDatabaseConnection > |
| #define TRINITY_COMPILED_CLIENT_VERSION MYSQL_VERSION_ID |
|
static |
| template class TC_DATABASE_API DatabaseWorkerPool< CharacterDatabaseConnection > |
Definition at line 621 of file DatabaseWorkerPool.cpp.
| template class TC_DATABASE_API DatabaseWorkerPool< HotfixDatabaseConnection > |
Definition at line 622 of file DatabaseWorkerPool.cpp.
| template class TC_DATABASE_API DatabaseWorkerPool< LoginDatabaseConnection > |
Definition at line 619 of file DatabaseWorkerPool.cpp.
| template class TC_DATABASE_API DatabaseWorkerPool< WorldDatabaseConnection > |
Definition at line 620 of file DatabaseWorkerPool.cpp.