Changeset: 85653872ee8c for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=85653872ee8c
Modified Files:
        sql/backends/monet5/datacell/petrinet.mx
Branch: default
Log Message:

Make sure we have a user context.


diffs (11 lines):

diff --git a/sql/backends/monet5/datacell/petrinet.mx 
b/sql/backends/monet5/datacell/petrinet.mx
--- a/sql/backends/monet5/datacell/petrinet.mx
+++ b/sql/backends/monet5/datacell/petrinet.mx
@@ -430,6 +430,7 @@
        lng t;
 
        cntxt = MCinitClient(0,0,GDKout);
+       cntxt->nspace = newModule(NULL, putName("user", 4));
        SQLinitEnvironment(cntxt);
        /* At this point we know what is the total number of factories.
         * The most extremely case is when ALL factories are enable to fire
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to