Changeset: 1daf63daaf4a for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/1daf63daaf4a
Branch: dict
Log Message:

merged with default


diffs (12 lines):

diff --git a/monetdb5/mal/mal_profiler.c b/monetdb5/mal/mal_profiler.c
--- a/monetdb5/mal/mal_profiler.c
+++ b/monetdb5/mal/mal_profiler.c
@@ -307,7 +307,7 @@ prepareProfilerEvent(Client cntxt, MalBl
                        c =getVarName(mb, getArg(pci,j));
                        if(getVarSTC(mb,getArg(pci,j))){
                                InstrPtr stc = getInstrPtr(mb, 
getVarSTC(mb,getArg(pci,j)));
-                               if (stc &&
+                               if (stc && getModuleId(stc) &&
                                        strcmp(getModuleId(stc),"sql") ==0 &&
                                        strncmp(getFunctionId(stc),"bind",4)==0 
&&
                                        !logadd(&logbuf, 
",\"alias\":\"%s.%s.%s\"",
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to