Changeset: 457bbf4c2ca7 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=457bbf4c2ca7
Modified Files:
        monetdb5/scheduler/mut_transforms.c
Branch: mutation
Log Message:

print the contents of bat to sanity check correctness of mat.packed join


diffs (15 lines):

diff --git a/monetdb5/scheduler/mut_transforms.c 
b/monetdb5/scheduler/mut_transforms.c
--- a/monetdb5/scheduler/mut_transforms.c
+++ b/monetdb5/scheduler/mut_transforms.c
@@ -152,6 +152,11 @@ mutationJoin(Client cntxt, Mutant m){
                                q= pushArgument(m->src,q,v1);
                                q= pushArgument(m->src,q,v2);
 
+                               // added support for printing the joined bat 
for verification
+                               //q= newStmt(m->src, ioRef, printRef);
+                               //q = pushArgument(m->src,q, getArg(p,0));
+                               // inherit profiling
+                               //m->src->profiler[m->src->stop-1].trace = 
profiler;
                        }
 
                        //pushInstruction(m->src,p);
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to