Changeset: 3d37fa739de7 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3d37fa739de7
Modified Files:
monetdb5/modules/mal/wlc.c
Branch: default
Log Message:
Flush before sync.
diffs (11 lines):
diff --git a/monetdb5/modules/mal/wlc.c b/monetdb5/modules/mal/wlc.c
--- a/monetdb5/modules/mal/wlc.c
+++ b/monetdb5/modules/mal/wlc.c
@@ -276,6 +276,7 @@ WLCcloselogger(void)
{
if( wlc_fd == NULL)
return MAL_SUCCEED;
+ mnstr_flush(wlc_fd);
mnstr_fsync(wlc_fd);
close_stream(wlc_fd);
wlc_fd= NULL;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list