Update of /cvsroot/monetdb/geom/src/monetdb5
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv16809/geom/src/monetdb5

Modified Files:
        geom.mx 
Log Message:

improved result property inference for new bulk point constructor 
wkbcreatepoint_bat():
set tail non-nil-ness & key-ness depending on non-nil-ness & key-ness of input 
tails


Index: geom.mx
===================================================================
RCS file: /cvsroot/monetdb/geom/src/monetdb5/geom.mx,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- geom.mx     22 Oct 2009 19:41:14 -0000      1.31
+++ geom.mx     22 Oct 2009 20:21:20 -0000      1.32
@@ -1069,8 +1069,8 @@
        bo->batDirty = TRUE;
        bo->tdense = FALSE;
        bo->tsorted = FALSE;
-       bo->T->nonil = FALSE;
-       BATkey(BATmirror(bo), FALSE);
+       bo->T->nonil = (bx->T->nonil && by->T->nonil);
+       BATkey(BATmirror(bo), (bx->tkey && by->tkey));
 
        BBPreleaseref(bx->batCacheid);
        BBPreleaseref(by->batCacheid);


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to