AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "Transaction.h"
#include "Errors.h"
#include "Log.h"
#include "MySQLConnection.h"
#include "PreparedStatement.h"
#include "Timer.h"
#include <mysqld_error.h>
#include <sstream>
#include <thread>
Go to the source code of this file.
Variables | |
constexpr Milliseconds | DEADLOCK_MAX_RETRY_TIME_MS = 1min |
|
constexpr |
Referenced by TransactionTask::Execute(), and TransactionWithResultTask::Execute().