mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-19 08:11:30 +00:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
773ab21085
@ -26,6 +26,8 @@ MySQLRequestRow& MySQLRequestRow::operator=(MySQLRequestRow& moveItem)
|
|||||||
|
|
||||||
moveItem.m_Result = nullptr;
|
moveItem.m_Result = nullptr;
|
||||||
moveItem.m_MySQLRow = nullptr;
|
moveItem.m_MySQLRow = nullptr;
|
||||||
|
|
||||||
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
MySQLRequestRow::MySQLRequestRow(MYSQL_RES *result)
|
MySQLRequestRow::MySQLRequestRow(MYSQL_RES *result)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user