Changeset: 369de2c053b0 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=369de2c053b0
Modified Files:
        monetdb5/modules/mal/remote.c
        monetdb5/optimizer/opt_centipede.mx
Branch: default
Log Message:

Reset the debugging flags


diffs (24 lines):

diff --git a/monetdb5/modules/mal/remote.c b/monetdb5/modules/mal/remote.c
--- a/monetdb5/modules/mal/remote.c
+++ b/monetdb5/modules/mal/remote.c
@@ -93,7 +93,7 @@
  * used to issue a safe, but blocking get/put/exec/register request.
  */
 
-#define _DEBUG_REMOTE
+/* #define _DEBUG_REMOTE */
 
 #define RMTT_L_ENDIAN   0<<1
 #define RMTT_B_ENDIAN   1<<1
diff --git a/monetdb5/optimizer/opt_centipede.mx 
b/monetdb5/optimizer/opt_centipede.mx
--- a/monetdb5/optimizer/opt_centipede.mx
+++ b/monetdb5/optimizer/opt_centipede.mx
@@ -782,7 +782,7 @@ OPTplanFragment(Client cntxt, MalBlkPtr 
        msg= optimizeMALBlock(cntxt, nmb);
        chkProgram(cntxt->nspace, nmb);
        mnstr_printf(cntxt->fdout,"#remote plan error %d %s\n", nmb->errors, 
msg?msg:"");
-       printFunction(cntxt->fdout, nmb, 0, LIST_MAL_ALL);
+       printFunction(cntxt->fdout, nmb, 0, LIST_MAL_STMT);
 #endif
        GDKfree(plan);
        GDKfree(vars);
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to