summaryrefslogtreecommitdiff
path: root/statement.c
diff options
context:
space:
mode:
Diffstat (limited to 'statement.c')
-rw-r--r--statement.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/statement.c b/statement.c
index eea40a1..961730f 100644
--- a/statement.c
+++ b/statement.c
@@ -407,6 +407,7 @@ SC_Constructor(ConnectionClass *conn)
rv->statement_type = STMT_TYPE_UNKNOWN;
rv->currTuple = -1;
+ rv->rowset_start = 0;
SC_set_rowset_start(rv, -1, FALSE);
rv->current_col = -1;
rv->bind_row = 0;