Changeset: 3c897170e1df for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/3c897170e1df
Modified Files:
monetdb5/mal/mal_runtime.c
Branch: default
Log Message:
reenable assert
diffs (12 lines):
diff --git a/monetdb5/mal/mal_runtime.c b/monetdb5/mal/mal_runtime.c
--- a/monetdb5/mal/mal_runtime.c
+++ b/monetdb5/mal/mal_runtime.c
@@ -321,7 +321,7 @@ runtimeProfileFinish(Client cntxt, MalBl
// finished query is not found, we want to print some informational
// messages for debugging.
if (!found) {
- //assert(0);
+ assert(0);
TRC_INFO_IF(MAL_SERVER) {
TRC_INFO_ENDIF(MAL_SERVER, "runtimeProfilerFinish: stk
(%p) not found in QRYqueue", stk);
i = qtail;
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]