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

Init var Tbegin and Tend.


diffs (13 lines):

diff --git a/sql/storage/store.c b/sql/storage/store.c
--- a/sql/storage/store.c
+++ b/sql/storage/store.c
@@ -3886,7 +3886,8 @@ sql_trans_commit(sql_trans *tr)
 {
        int ok = LOG_OK;
        sqlstore *store = tr->store;
-       lng Tbegin, Tend;
+       lng Tbegin = 0;
+       lng Tend = 0;
 
        if (!list_empty(tr->changes)) {
                int flush = 0;
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to