Update of /cvsroot/monetdb/pathfinder/runtime
In directory sc8-pr-cvs16:/tmp/cvs-serv805/runtime
Modified Files:
pathfinder.mx
Log Message:
5th argument to __runtime_maintain() must be BAT[int,oid], not BAT[oid,oid]
Index: pathfinder.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/pathfinder.mx,v
retrieving revision 1.336
retrieving revision 1.337
diff -u -d -r1.336 -r1.337
--- pathfinder.mx 17 Apr 2007 14:30:35 -0000 1.336
+++ pathfinder.mx 18 Apr 2007 01:38:51 -0000 1.337
@@ -2162,7 +2162,7 @@
sze, nid, knd, prp, unq, rid, attr_own,
attr_qn, attr_prp, prp_val, prp_txt, map_pid,
pre, att, updatable);
if (updatable)
- __runtime_maintain(wsid, colname, runtime, idx.fetch(1),
empty_bat, idx.fetch(0), empty_bat, empty_bat, empty_bat);
+ __runtime_maintain(wsid, colname, runtime, idx.fetch(1),
bat(int,oid,0).access(BAT_READ), idx.fetch(0), empty_bat, empty_bat, empty_bat);
}
return commitbat;
}
-------------------------------------------------------------------------
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-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins