Changeset: a5e3dd99ca0b for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/a5e3dd99ca0b Modified Files: monetdb5/modules/mal/remote.c Branch: Aug2024 Log Message:
Merge with Dec2023 branch. diffs (11 lines): diff --git a/monetdb5/modules/mal/remote.c b/monetdb5/modules/mal/remote.c --- a/monetdb5/modules/mal/remote.c +++ b/monetdb5/modules/mal/remote.c @@ -304,6 +304,7 @@ RMTconnectScen(str *ret, /* we support hge, and for remote, we don't know */ msg = RMTquery(&hdl, "remote.connect", m, "x := 0:hge;"); if (msg) { + freeException(msg); c->int128 = false; } else { mapi_close_handle(hdl); _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org