![]() |
TrinityCore
|
#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 <utility>
Include dependency graph for Transaction.cpp:Go to the source code of this file.
Macros | |
| #define | DEADLOCK_MAX_RETRY_TIME_MS 60000 |
| #define DEADLOCK_MAX_RETRY_TIME_MS 60000 |
Definition at line 31 of file Transaction.cpp.