Changeset: 25c883983b85 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=25c883983b85
Modified Files:
monetdb5/mal/mal_interpreter.mx
Branch: default
Log Message:
Take care of debugging sessions
diffs (12 lines):
diff --git a/monetdb5/mal/mal_interpreter.mx b/monetdb5/mal/mal_interpreter.mx
--- a/monetdb5/mal/mal_interpreter.mx
+++ b/monetdb5/mal/mal_interpreter.mx
@@ -2584,7 +2584,7 @@ void releaseBAT(MalBlkPtr mb, MalStkPtr
mb->profiler[ppc].rbytes = getVolume(stk, pci,
0);
mb->profiler[ppc].wbytes = getVolume(stk, pci,
1);
}
- profilerEvent(cntxt->idx, mb, stk, ppc,"done");
+ profilerEvent(cntxt->idx, mb, stk, ppc,"done ");
ppc = -1;
}
if (cntxt->qtimeout && time(NULL) - stk->clock.tv_usec >
cntxt->qtimeout)
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list