Changeset: 3c90ac51a164 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/3c90ac51a164
Modified Files:
monetdb5/optimizer/opt_oltp.c
Branch: Jan2022
Log Message:
Defensive line, use a new return variable for release call
diffs (11 lines):
diff --git a/monetdb5/optimizer/opt_oltp.c b/monetdb5/optimizer/opt_oltp.c
--- a/monetdb5/optimizer/opt_oltp.c
+++ b/monetdb5/optimizer/opt_oltp.c
@@ -116,6 +116,7 @@ OPToltpImplementation(Client cntxt, MalB
throw(MAL,"optimizer.oltp", SQLSTATE(HY013)
MAL_MALLOC_FAIL);
}
setFunctionId(q, releaseRef);
+ getArg(q,0) = newTmpVariable(mb, TYPE_void);
pushInstruction(mb,q);
}
pushInstruction(mb,p);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list