Changeset: 51d1da026097 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=51d1da026097
Modified Files:
monetdb5/optimizer/opt_cquery.c
Branch: trails
Log Message:
Backed out changeset 3e88ee3dea6a
Signatures of the basket functions are defined in
sql/backends/monet5/basket.mal, hence this changeset was incomplete, so it
breaks everything related to steam table. Also, the CQ scheduler might need
this 3rd parameter.
diffs (11 lines):
diff --git a/monetdb5/optimizer/opt_cquery.c b/monetdb5/optimizer/opt_cquery.c
--- a/monetdb5/optimizer/opt_cquery.c
+++ b/monetdb5/optimizer/opt_cquery.c
@@ -176,6 +176,7 @@ OPTcqueryImplementation(Client cntxt, Ma
p= pushArgument(mb,p,lastmvc);
p= pushStr(mb,p, schemas[j]);
p= pushStr(mb,p, tables[j]);
+ p= pushInt(mb,p, output[j]);
alias[lastmvc] = getArg(p,0);
lastmvc = getArg(p,0);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list