Changeset: 35cb827e1305 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/35cb827e1305 Modified Files: monetdb5/mal/mal_profiler.h Branch: sql_profiler Log Message:
Usec from lng to ulng. diffs (12 lines): diff --git a/monetdb5/mal/mal_profiler.h b/monetdb5/mal/mal_profiler.h --- a/monetdb5/mal/mal_profiler.h +++ b/monetdb5/mal/mal_profiler.h @@ -25,7 +25,7 @@ struct GenericEvent { oid* tag; /* tag of the assoc MAL block */ ulng* tid; /* transaction_id */ str query; /* statement */ - lng usec; /* event duration */ + ulng usec; /* event duration */ lng clk; /* GDKusec in callside */ int rc; /* return code */ }; _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org