From bbffe078612e5cbf6a893ef4f2df9575197175fc Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 17 Jun 2021 19:54:11 +0100 Subject: Fix MySQLRecordSet seek/fetch behaviour --- lib/input/mysqlRecordSet.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/input/mysqlRecordSet.h') diff --git a/lib/input/mysqlRecordSet.h b/lib/input/mysqlRecordSet.h index 849a653..aec733e 100644 --- a/lib/input/mysqlRecordSet.h +++ b/lib/input/mysqlRecordSet.h @@ -31,6 +31,7 @@ namespace MyGrate::Input { StmtResPtr stmtres; std::vector fields; std::vector extras; + mutable std::size_t currentRow {static_cast(-1)}; }; } -- cgit v1.2.3