Update of /cvsroot/monetdb/MonetDB5/src/modules/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20902
Modified Files:
bpm.mx
Log Message:
moving code around should include initialization of all variables.
Index: bpm.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/bpm.mx,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- bpm.mx 9 Jun 2007 07:07:01 -0000 1.87
+++ bpm.mx 9 Jun 2007 09:10:24 -0000 1.88
@@ -1497,6 +1497,7 @@
cmp= BATatoms[b->ttype].atomCmp;
nilptr = ATOMnilptr(b->ttype);
+ space = BATcount(b)* (BUNsize(b) + sizeof(hash_t)) + sizeof(BATstore);
space1 = BATcount(bs)* (BUNsize(b) + sizeof(hash_t)) + sizeof(BATstore);
if(((*cmp)(low, nilptr)==0) || greater(*bid,tlow,low)) {
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins