Update of /cvsroot/monetdb/MonetDB5/src/modules/kernel
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28483/src/modules/kernel
Modified Files:
batifthen.mx
Log Message:
als ifthenelseCst2 needs the had (only the new fast lane doesn't copy this)
Index: batifthen.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/kernel/batifthen.mx,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- batifthen.mx 11 Dec 2007 17:32:02 -0000 1.11
+++ batifthen.mx 12 Dec 2007 15:57:16 -0000 1.12
@@ -449,11 +449,11 @@
val = *(@1**)val;
BATloop(b, p, q) {
if (*t == bit_nil)
- BUNfastins(bn, NULL, (ptr) &nilval);
+ BUNfastins(bn, BUNhead(bi,p), (ptr) &nilval);
else if (*t)
- BUNfastins(bn, NULL, BUNtail(tbi, p));
+ BUNfastins(bn, BUNhead(bi,p), BUNtail(tbi, p));
else
- BUNfastins(bn, NULL, val);
+ BUNfastins(bn, BUNhead(bi,p), val);
t++;
}
BBPreleaseref(tb->batCacheid);
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins