Changeset: 6a97139e980f for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/6a97139e980f
Modified Files:
sql/storage/store.c
Branch: Jan2022_prof_ext
Log Message:
Fix ts2 to clk_start.
diffs (12 lines):
diff --git a/sql/storage/store.c b/sql/storage/store.c
--- a/sql/storage/store.c
+++ b/sql/storage/store.c
@@ -7062,7 +7062,7 @@ sql_trans_end(sql_session *s, int ok)
store_unlock(store);
lng Tend = GDKusec();
store->generic_event_wrapper("transaction",
- s->tr->tid,
Tend-(s->tr->ts2), Tend, (ok == LOG_OK)? SQL_OK : SQL_ERR);
+ s->tr->tid,
Tend-(s->tr->clk_start), Tend, (ok == LOG_OK)? SQL_OK : SQL_ERR);
return ok;
}
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]