Changeset: c4935fe5cdd0 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c4935fe5cdd0
Modified Files:
monetdb5/mal/mal_instruction.c
Branch: wlcr
Log Message:
Reset error mark too
When resetting the MAL block also zap the error flag
diffs (11 lines):
diff --git a/monetdb5/mal/mal_instruction.c b/monetdb5/mal/mal_instruction.c
--- a/monetdb5/mal/mal_instruction.c
+++ b/monetdb5/mal/mal_instruction.c
@@ -175,6 +175,7 @@ resetMalBlk(MalBlkPtr mb, int stop)
for(i=0; i<stop; i++)
mb->stmt[i] ->typechk = TYPE_UNKNOWN;
mb->stop = stop;
+ mb->errors = 0;
}
/* The freeMalBlk code is quite defensive. It is used to localize an
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list