Changeset: e3a6d3ba170f for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e3a6d3ba170f
Modified Files:
monetdb5/mal/mal_interpreter.c
Branch: Jul2017
Log Message:
Same as changeset 64d9b63de142.
diffs (13 lines):
diff --git a/monetdb5/mal/mal_interpreter.c b/monetdb5/mal/mal_interpreter.c
--- a/monetdb5/mal/mal_interpreter.c
+++ b/monetdb5/mal/mal_interpreter.c
@@ -1135,8 +1135,7 @@ str runMALsequence(Client cntxt, MalBlkP
for (j = 0; j < l->retc; j++)
if (getArg(l, j) ==
exceptionVar)
break;
- else if (getArgName(mb, l, j) ||
-
strcmp(getArgName(mb, l, j), "ANYexception") == 0)
+ else if (strcmp(getArgName(mb,
l, j), "ANYexception") == 0)
break;
if (j < l->retc)
break;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list