Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Arthur Ice 2014-07-03 23:38:30 -07:00
commit 773ab21085

View File

@ -26,6 +26,8 @@ MySQLRequestRow& MySQLRequestRow::operator=(MySQLRequestRow& moveItem)
moveItem.m_Result = nullptr;
moveItem.m_MySQLRow = nullptr;
return *this;
}
MySQLRequestRow::MySQLRequestRow(MYSQL_RES *result)