Changeset: 3e88ee3dea6a for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3e88ee3dea6a
Modified Files:
        monetdb5/optimizer/opt_cquery.c
Branch: trails
Log Message:

removed the 3rd parameter for basket.register, since it only takes 
<schema>.<table>


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,7 +176,6 @@ 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

Reply via email to