Changeset: 210f0bbcaa8c for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=210f0bbcaa8c
Modified Files:
        monetdb5/mal/mal_interpreter.c
Branch: graph0
Log Message:

Merge branch 'branches/graph0' of hg::ssh://[email protected]/MonetDB into 
graph/master


diffs (16 lines):

diff --git a/monetdb5/mal/mal_interpreter.c b/monetdb5/mal/mal_interpreter.c
--- a/monetdb5/mal/mal_interpreter.c
+++ b/monetdb5/mal/mal_interpreter.c
@@ -486,6 +486,12 @@ str runMALsequence(Client cntxt, MalBlkP
        if (stk == NULL)
                throw(MAL, "mal.interpreter", MAL_STACK_FAIL);
 
+       do { // DEBUG ONLY
+               char * value = getenv("MALPLAN");
+               if(value != NULL && strcmp(value, "1") == 0)
+                       printf("[DEBUG] [Interpreter] MAL Plan: %s\n", 
mal2str(mb, 0, mb->stop));
+       } while(0);
+
        /* prepare extended backup and garbage structures */
        if (startpc+1 == stoppc) {
                pci = getInstrPtr(mb, startpc);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to