Changeset: 1190dcf79ce0 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1190dcf79ce0
Modified Files:
        sql/backends/monet5/sql.c
Branch: unlock
Log Message:

more compiling fixes


diffs (12 lines):

diff --git a/sql/backends/monet5/sql.c b/sql/backends/monet5/sql.c
--- a/sql/backends/monet5/sql.c
+++ b/sql/backends/monet5/sql.c
@@ -480,7 +480,7 @@ mvc_claim_wrap(Client cntxt, MalBlkPtr m
        t = mvc_bind_table(m, s, tname);
        if (t == NULL)
                throw(SQL, "sql.claim", SQLSTATE(42S02) "Table missing %s.%s", 
sname, tname);
-       *res = mvc_claim_slots(m->session->tr, t, cnt);
+       *res = mvc_claim_slots(m->session->tr, t, (size_t)cnt);
        return MAL_SUCCEED;
 }
 
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to