Changeset: 28a4234003ea for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=28a4234003ea
Modified Files:
        
Branch: default
Log Message:

Merge with Apr2011 branch.


diffs (12 lines):

diff --git a/monetdb5/modules/kernel/algebra.mx 
b/monetdb5/modules/kernel/algebra.mx
--- a/monetdb5/modules/kernel/algebra.mx
+++ b/monetdb5/modules/kernel/algebra.mx
@@ -1443,7 +1443,7 @@
 {
        ptr v = (b->ttype == TYPE_bat) ? (ptr) &((BAT *) value)->batCacheid : 
value;
 
-       return (*result = BATantiuselect_(b, v, NULL, FALSE, FALSE)) ? 
GDK_SUCCEED : GDK_FAIL;
+       return (*result = BATantiuselect_(b, v, NULL, TRUE, TRUE)) ? 
GDK_SUCCEED : GDK_FAIL;
 }
 
 int
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to