mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
Core/DBLayer: Last of the QueryResult related warnings on linux
--HG-- branch : trunk
This commit is contained in:
@@ -185,8 +185,10 @@ class PreparedResultSet
|
||||
{
|
||||
template<class T> friend class DatabaseWorkerPool;
|
||||
public:
|
||||
PreparedResultSet(MYSQL_STMT* stmt) : num_rows(0), row_position(0)
|
||||
PreparedResultSet(MYSQL_STMT* stmt)
|
||||
{
|
||||
num_rows = 0;
|
||||
row_position = 0;
|
||||
rbind = new ResultBind(stmt);
|
||||
rbind->BindResult(num_rows);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user