Changeset: f20d413a5163 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f20d413a5163
Modified Files:
        sql/storage/store.c
Branch: unlock
Log Message:

Add DISABLES CODE comment.


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
@@ -2118,7 +2118,7 @@ store_apply_deltas(void)
        /* make sure we reset all transactions on re-activation */
        //gtrans->wstime = timestamp();
        /* cleanup drop tables, columns and idxs first */
-       if (0)
+       if (/* DISABLES CODE */ (0))
        trans_cleanup(gtrans);
 
        res = logger_funcs.flush();
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to