Changeset: 9ece66ce8cdb for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9ece66ce8cdb
Modified Files:
        monetdb5/mal/mal_runtime.h
Branch: Dec2016
Log Message:

fix  compilation


diffs (12 lines):

diff --git a/monetdb5/mal/mal_runtime.h b/monetdb5/mal/mal_runtime.h
--- a/monetdb5/mal/mal_runtime.h
+++ b/monetdb5/mal/mal_runtime.h
@@ -28,7 +28,7 @@ typedef struct QRYQUEUE{
        Client cntxt;
        MalBlkPtr mb;
        MalStkPtr stk;
-       lng tag;
+       int tag;
        str query;
        str status;
        lng start;
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to