Changeset: 6b88263c4a00 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/6b88263c4a00
Modified Files:
        gdk/gdk_utils.c
Branch: Jan2022
Log Message:

Clear GDKstopped during initialization.  This is for restart.


diffs (12 lines):

diff --git a/gdk/gdk_utils.c b/gdk/gdk_utils.c
--- a/gdk/gdk_utils.c
+++ b/gdk/gdk_utils.c
@@ -893,6 +893,8 @@ GDKinit(opt *set, int setlen, bool embed
        int i, nlen = 0;
        char buf[16];
 
+       ATOMIC_SET(&GDKstopped, 0);
+
        mainpid = MT_getpid();
 
        if (GDKinmemory(0)) {
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to