fix(Core/Shared/DB): recommit transactions on dead-lock error (#6069)
This commit is contained in:
parent
1889fffbde
commit
beb4df9d3e
4 changed files with 20 additions and 12 deletions
|
|
@ -78,7 +78,7 @@ public:
|
|||
void BeginTransaction();
|
||||
void RollbackTransaction();
|
||||
void CommitTransaction();
|
||||
bool ExecuteTransaction(SQLTransaction& transaction);
|
||||
int ExecuteTransaction(SQLTransaction& transaction);
|
||||
|
||||
operator bool () const { return m_Mysql != nullptr; }
|
||||
void Ping() { mysql_ping(m_Mysql); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue