Changeset: 00361450d9ca for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=00361450d9ca
Modified Files:
monetdb5/mal/mal_debugger.mx
Branch: Aug2011
Log Message:
Fix choice of the history
When no block number is given, take the result
of the last optimizer
diffs (12 lines):
diff --git a/monetdb5/mal/mal_debugger.mx b/monetdb5/mal/mal_debugger.mx
--- a/monetdb5/mal/mal_debugger.mx
+++ b/monetdb5/mal/mal_debugger.mx
@@ -878,7 +878,7 @@ mdbLocateMalBlk(Client cntxt, MalBlkPtr
return NULL;
}
m= fsym->def;
- return getMalBlkHistory(m,idx);
+ return getMalBlkHistory(m, h? idx:-1);
}
return getMalBlkHistory(mb,-1);
}
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list