mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-17 23:12:27 +00:00
Stop nuking MySQLRequestResult Success flag
This commit is contained in:
parent
347ae1bc34
commit
3d6bb964df
@ -22,10 +22,10 @@ MySQLRequestResult::MySQLRequestResult(MYSQL_RES* result, uint32 rowsAffected, u
|
||||
m_ColumnLengths = nullptr;
|
||||
m_Fields = nullptr;
|
||||
|
||||
m_Success = true;
|
||||
if (errorBuffer != nullptr)
|
||||
m_Success = false;
|
||||
|
||||
m_Success = true;
|
||||
m_ErrorNumber = errorNumber;
|
||||
m_ErrorBuffer = errorBuffer;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user