Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv16675

Modified Files:
        sql.mx 
Log Message:
You better loop through the bat.


Index: sql.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql.mx,v
retrieving revision 1.377
retrieving revision 1.378
diff -u -d -r1.377 -r1.378
--- sql.mx      27 Dec 2009 20:04:08 -0000      1.377
+++ sql.mx      27 Dec 2009 22:56:44 -0000      1.378
@@ -3212,6 +3212,7 @@
                for (; p<q; p++)
                        *o = (@1)*p;
        } else{
+               for (; p<q; p++)
                if (*p == @2_nil) {
                        *o = @1_nil;
                        bn->T->nonil= FALSE;


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to