Changeset: b3d36a97adfa for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b3d36a97adfa Modified Files: sql/storage/store.c Branch: HTM Log Message:
Update pre/pro-commit comments based on the new actions diffs (16 lines): diff --git a/sql/storage/store.c b/sql/storage/store.c --- a/sql/storage/store.c +++ b/sql/storage/store.c @@ -3332,10 +3332,10 @@ sql_trans_commit(sql_trans *tr) if (bs_debug) fprintf(stderr, "#forwarding changes %d,%d %d,%d\n", gtrans->stime, tr->stime, gtrans->wstime, tr->wstime); - /* do a pre-commit first, writing the changes to the write-ahead log and rollingforward the transaction */ + /* do a pre-commit first, writing the changes to the write-ahead log */ result = sql_trans_precommit(tr); if (result == LOG_OK) { - /* write the changes in the persistent store */ + /* write the changes in the persistent store, rolling-forward the transaction*/ result = sql_trans_persistcommit(tr); } if (bs_debug) _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list