Thanks -- I forgot to do that... On 09/15/2008 01:41 PM, Ying Zhang wrote with possible deletions: > On Sep 15, 2008, at 13:33 , Ying Zhang wrote: > >> Update of /cvsroot/monetdb/pathfinder/runtime >> In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13268 >> >> Modified Files: >> Tag: XQuery_0-24 >> pathfinder.mx >> Log Message: >> backported (JanR's) bugfix from HEAD: > > Jan, as I could understand that this bug is not an important item in > your agenda, > I felt free to backport your fix, so that this bug could be closed. > I hope this is OK. > > Regards, > > Jennie > >> >> <original log message> >> -- Try to fix bug 2015219 by changing the mark offset. >> >> identical checkin, expecting no conflicts during propagation >> >> >> >> U pathfinder.mx >> Index: pathfinder.mx >> =================================================================== >> RCS file: /cvsroot/monetdb/pathfinder/runtime/pathfinder.mx,v >> retrieving revision 1.416.2.12 >> retrieving revision 1.416.2.13 >> diff -u -d -r1.416.2.12 -r1.416.2.13 >> --- pathfinder.mx 28 Jun 2008 10:19:09 -0000 1.416.2.12 >> +++ pathfinder.mx 15 Sep 2008 11:33:45 -0000 1.416.2.13 >> @@ -3226,7 +3226,7 @@ >> var attrid := new(void,oid, >> 2 >> *count >> (attr1 >> )).seqbase >> ([EMAIL >> PROTECTED]).append(attr1.project(oid_nil)).append(attr1.project(oid_nil)); >> attrid.replace(reverse([oid]([lng] >> (reverse(attr_constr(attr1.project(at1qn),attr1,ws).fetch(1))).[*] >> (2LL)))); >> attrid.replace(reverse([oid]([lng] >> (reverse(attr_constr(attr1.project(at2qn),attr2,ws).fetch(1))).[*] >> (2LL).[+](1LL)))); >> - return elem_constr(attr1.mark([EMAIL PROTECTED]),attr1.project(eltqn), >> attrid.mirror().[lng]().[/](2LL).[oid](), >> + return elem_constr(attr1.mark([EMAIL PROTECTED]),attr1.project(eltqn), >> attrid.mirror().[lng]().[/](2LL).[oid](), >> >> attrid.project(oid_nil), attrid.project(oid_nil), >> attrid, >> attrid.project(WS), ws).fetch(1); >> } >> >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge >> Build the coolest Linux based applications with Moblin SDK & win >> great prizes >> Grand prize is a trip for two to an Open Source event anywhere in >> the world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> Monetdb-pf-checkins mailing list >> [EMAIL PROTECTED] >> https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Monetdb-pf-checkins mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins
-- Jan Rittinger Database Systems Technische Universität München (Germany) http://www-db.in.tum.de/~rittinge/ ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Monetdb-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-developers
