Changeset: d130b71a3abc for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/d130b71a3abc
Modified Files:
monetdb5/mal/mal_profiler.c
Branch: sql_profiler
Log Message:
Missing brackets
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
@@ -212,7 +212,7 @@ prepare_generic_event(str face, struct G
face,
state ? "done" : "start",
e.client_id ? *(e.client_id) : 0,
- e.transaction_id ? *e.transaction_id : 0,
+ e.transaction_id ? *(e.transaction_id) : 0,
e.tag ? *(e.tag) : 0,
e.query ? e.query : "none",
e.error ? "true" : "false"))
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]