Changeset: c94b548daa48 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c94b548daa48
Modified Files:
        monetdb5/optimizer/opt_mergetable.c
Branch: jit
Log Message:

Add debugging option


diffs (14 lines):

diff --git a/monetdb5/optimizer/opt_mergetable.c 
b/monetdb5/optimizer/opt_mergetable.c
--- a/monetdb5/optimizer/opt_mergetable.c
+++ b/monetdb5/optimizer/opt_mergetable.c
@@ -1479,6 +1479,10 @@ OPTmergetableImplementation(Client cntxt
 
        old = mb->stmt;
        oldtop= mb->stop;
+       OPTDEBUGmergetable {
+               mnstr_printf(GDKout,"#Start of multi table optimizer\n");
+               printFunction(GDKout, mb, 0, LIST_MAL_ALL);
+       }
 
        vars= (int*) GDKmalloc(sizeof(int)* mb->vtop);
        if( vars == NULL){
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to