Changeset: b2964df5f847 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/b2964df5f847
Modified Files:
        sql/storage/store.c
Branch: Sep2022
Log Message:

Fix profiler output.


diffs (11 lines):

diff --git a/sql/storage/store.c b/sql/storage/store.c
--- a/sql/storage/store.c
+++ b/sql/storage/store.c
@@ -4011,6 +4011,7 @@ sql_trans_commit(sql_trans *tr)
                        n = next;
                }
                tr->active = 2; /* small hack enabling to signal that this 
transaction has committed */
+               tr->ts = commit_ts; /* fix profiler output */
                store_unlock(store);
                /* flush the log structure */
                if (log) {
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to