Changeset: 06b0385c8133 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/06b0385c8133
Modified Files:
sql/storage/store.c
Branch: Jul2021
Log Message:
in case of clean transaction try to cleanup pending changes allways.
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
@@ -3528,7 +3528,7 @@ sql_trans_rollback(sql_trans *tr, bool c
list_destroy(tr->changes);
tr->changes = NULL;
tr->logchanges = 0;
- } else if (ATOMIC_GET(&store->nr_active) == 1) { /* just me cleanup */
+ } else {
if (!commit_lock)
MT_lock_set(&store->commit);
store_lock(store);
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]