Changeset: 291e1201f9be for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=291e1201f9be
Modified Files:
        monetdb5/mal/mal_interpreter.mx
Branch: default
Log Message:

Remove superflous event


diffs (22 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
@@ -978,7 +978,7 @@ DFLOWstep(FlowTask *t, FlowStatus fs)
                }
        }
 
-       runtimeProfileBegin(cntxt, mb, stk, stkpc, &runtimeProfile, 0);
+       //runtimeProfileBegin(cntxt, mb, stk, stkpc, &runtimeProfile, 0);
        FREE_EXCEPTION(ret);
        ret = MAL_SUCCEED;
        if (pci->recycle > 0)
@@ -1017,8 +1017,8 @@ DFLOWstep(FlowTask *t, FlowStatus fs)
                        ret = createScriptException(mb, stkpc, MAL,
                                NULL, "unkown operation");
                }
+               runtimeProfileExit(cntxt, mb, stk, &runtimeProfile);
        }
-       runtimeProfileExit(cntxt, mb, stk, &runtimeProfile);
        if (cntxt->qtimeout && time(NULL) - stk->clock.tv_usec > 
cntxt->qtimeout)
                throw(MAL, "mal.interpreter", RUNTIME_QRY_TIMEOUT);
        if (ret)
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to