Update of /cvsroot/monetdb/MonetDB4/src/modules/contrib
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15291/src/modules/contrib
Modified Files:
malalgebra.mx
Log Message:
because of the anti-select the BAT_select_ interface changed
added mel commands for antiuselect
Index: malalgebra.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/src/modules/contrib/malalgebra.mx,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- malalgebra.mx 8 Feb 2008 22:36:05 -0000 1.7
+++ malalgebra.mx 6 Mar 2008 08:29:21 -0000 1.8
@@ -241,10 +241,10 @@
@= selectcmd
int [EMAIL PROTECTED](BAT **result, BAT* b, ptr value) {
- return (*result = BAT_select_(b, value, 0, TRUE, TRUE, @2,
TRUE))?GDK_SUCCEED:GDK_FAIL;
+ return (*result = BAT_select_(b, value, 0, TRUE, TRUE, @2, FALSE,
TRUE))?GDK_SUCCEED:GDK_FAIL;
}
int [EMAIL PROTECTED](BAT **result, BAT *b, ptr low, ptr high) {
- return (*result = BAT_select_(b, low, high, TRUE, TRUE, @2,
TRUE))?GDK_SUCCEED:GDK_FAIL;
+ return (*result = BAT_select_(b, low, high, TRUE, TRUE, @2, FALSE,
TRUE))?GDK_SUCCEED:GDK_FAIL;
}
int [EMAIL PROTECTED](BAT **result, BAT *b, ptr low, ptr high, bit* l_in, bit*
h_in) {
int tt = b->ttype;
@@ -257,7 +257,7 @@
GDKerror("[EMAIL PROTECTED]: flag 'h_in' must not be NIL,
unless boundary 'high' is NIL\n");
return GDK_FAIL;
}
- return (*result = BAT_select_(b, low, high, *l_in, *h_in, @2,
TRUE))?GDK_SUCCEED:GDK_FAIL;
+ return (*result = BAT_select_(b, low, high, *l_in, *h_in, @2, FALSE,
TRUE))?GDK_SUCCEED:GDK_FAIL;
}
@c
@:selectcmd(,TRUE)@
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins