Changeset: ea8bf71fa879 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ea8bf71fa879
Modified Files:
        monetdb5/mal/mal.c
Branch: mosaic
Log Message:

Initialize the bitmasks


diffs (19 lines):

diff --git a/monetdb5/mal/mal.c b/monetdb5/mal/mal.c
--- a/monetdb5/mal/mal.c
+++ b/monetdb5/mal/mal.c
@@ -35,6 +35,7 @@ int have_hge;
 #include "mal_runtime.h"
 #include "mal_resource.h"
 #include "opt_statistics.h"
+#include "gdk_bitvector.h"
 
 MT_Lock     mal_contextLock MT_LOCK_INITIALIZER("mal_contextLock");
 MT_Lock     mal_namespaceLock MT_LOCK_INITIALIZER("mal_namespaceLock");
@@ -100,6 +101,7 @@ int mal_init(void){
 #endif
        initResource();
        RECYCLEinit();
+       initBitMasks();
        if( malBootstrap() == 0)
                return -1;
        /* set up the profiler if needed, output sent to console */
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to