From dbf6143747dd77c117fa9be6d7fb3db34f4b0cdd Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 23 Oct 2007 11:24:51 +0000 Subject: [PATCH] fixed linux build --- dlls/mysqlx/mysql/MysqlResultSet.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/mysqlx/mysql/MysqlResultSet.cpp b/dlls/mysqlx/mysql/MysqlResultSet.cpp index f5181464..77a3169d 100644 --- a/dlls/mysqlx/mysql/MysqlResultSet.cpp +++ b/dlls/mysqlx/mysql/MysqlResultSet.cpp @@ -121,6 +121,8 @@ bool MysqlResultSet::NextResultSet() } m_kRow.m_Columns = m_Columns; + + return true; } void MysqlResultSet::FreeHandle()