Changeset: 3215aac7ff19 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/3215aac7ff19
Modified Files:
sql/storage/store.c
Branch: Jan2022
Log Message:
merged with jul2021
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
@@ -2356,7 +2356,8 @@ store_manager(sqlstore *store)
break;
MT_thread_setworking("flushing");
- res = store_apply_deltas(store);
+ while (res == LOG_OK && store->logger_api.changes(store) > 0)
+ res = store_apply_deltas(store);
if (res != LOG_OK) {
MT_lock_unset(&store->flush);
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]