Update of /cvsroot/monetdb/MonetDB5/src/modules/mal
In directory sc8-pr-cvs16:/tmp/cvs-serv26802
Modified Files:
bpm.mx
Log Message:
Solved the compilation issues produced by the last patch.
Index: bpm.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/bpm.mx,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- bpm.mx 21 May 2007 13:57:11 -0000 1.80
+++ bpm.mx 22 May 2007 05:34:01 -0000 1.81
@@ -1271,7 +1271,7 @@
}
str
BPMaddSegment(int *ret, bat *bid, bat *src){
- int i,cnt;
+ int cnt;
Partition ps,p;
BAT *b,*bn;
if( (ps= getAlias(*bid)) == 0)
@@ -1294,7 +1294,7 @@
insertPartition(bpmcat[ps->prv],p);
} else {
/* add the content to the last partition */
- bn= BATdescriptor(bpmcat[i]->prv);
+ bn= BATdescriptor(bpmcat[ps->prv]->bid);
if( bn== NULL)
throw(MAL,"pbm.addPartition","Last partition BAT not
found");
BATappend(bn,b,FALSE);
-------------------------------------------------------------------------
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