TrinityCore
Transaction.cpp File Reference
#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>
#include <cstring>
+ Include dependency graph for Transaction.cpp:

Go to the source code of this file.

Macros

#define DEADLOCK_MAX_RETRY_TIME_MS   60000
 

Macro Definition Documentation

◆ DEADLOCK_MAX_RETRY_TIME_MS

#define DEADLOCK_MAX_RETRY_TIME_MS   60000

Definition at line 31 of file Transaction.cpp.