It's a shared library that will only be loaded once required at run time. Just say yes when gab asks you if the breakpoint should only be set once the library/code is loaded.
--
| Stefan.Manegold @ CWI.nl | DB Architectures (INS1) |
| http://CWI.nl/~manegold/ | Science Park 123 (L321) |
| Tel.: +31 (0)20 592-4212 | 1098 XG Amsterdam (NL) |
----- Reply message -----
From: "Chi-Young Ku"
Hi,
I would like to add a new sub-directory to /monetdb5/extras/ so that:
1. the configure process generates Makefiles for it and
2. it gets built when "make" is invoke in the top source directory.
Thanks in advance.
Chi
________________________________ From: Stephen P. Morgan
To: developers-list@monetdb.org Sent: Thursday, March 21, 2013 12:06 PM Subject: Question in re remote.exec() I have a question about remote.exec(). Let's say I have a user function, s1_1 that takes a BAT as a parameter and returns a BAT. Its signature might be:
function user.s1_1(in:bat[:oid,:int]):bat[:oid,:int];
How can I call s1_1 using remote.exec to pass in a BAT and to retrieve the result? I want to do something like
X_2 := remote.exec(conn, "user", "s1_1", X_1);
where X_1 and X_2 are both :bat[:oid,:int]. But that doesn't seem to work.
Thanks,
Steve Morgan
_______________________________________________ developers-list mailing list developers-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/developers-list
_______________________________________________ developers-list mailing list developers-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/developers-list
_______________________________________________ developers-list mailing list developers-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/developers-list