Re: [Monetdb-developers] [Monetdb-pf-checkins] pathfinder/runtime shredder.mx, 1.106, 1.106.2.1
Peter, this change seems to break the loading of several benchmark documents; see http://sourceforge.net/tracker/index.php?func=detail&aid=1601761&group_id=56967&atid=482468 for details. [... sorry, I should have tested BEFORE checking in ...] Stefan On Thu, Nov 23, 2006 at 01:17:43PM +0000, Stefan Manegold wrote:
Update of /cvsroot/monetdb/pathfinder/runtime In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv31539/runtime
Modified Files: Tag: XQuery_0-14 shredder.mx Log Message:
Peter's Dagstuhl bug-fixes for the Pathfinder shredder [I hope my interpretation/comment is correct...]
shredBAT_extend needs to set the current size of shredBAT(s) before extending them
Index: shredder.mx =================================================================== RCS file: /cvsroot/monetdb/pathfinder/runtime/shredder.mx,v retrieving revision 1.106 retrieving revision 1.106.2.1 diff -u -d -r1.106 -r1.106.2.1 --- shredder.mx 20 Oct 2006 21:59:08 -0000 1.106 +++ shredder.mx 23 Nov 2006 13:17:40 -0000 1.106.2.1 @@ -440,6 +440,7 @@ shredBAT_extend(shredBAT *sb, size_t newsize) { + shredBAT_setcount(sb, sb->size); sb->size = newsize; if (sb->bat->ttype == TYPE_void) { return GDK_SUCCEED;
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Monetdb-pf-checkins mailing list Monetdb-pf-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins
-- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4312 |
participants (1)
-
Stefan Manegold