Re: [Monetdb-developers] [Monetdb-checkins] MonetDB5/src/modules/mal bpm.mx, , 1.123, 1.124
Martin I guess this should have gone into the MonetDB_5-4 branch, right? Please sync with Niels before back-porting/fixing! Stefan On Thu, Feb 07, 2008 at 08:18:17AM +0000, Martin Kersten wrote:
Update of /cvsroot/monetdb/MonetDB5/src/modules/mal In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8081
Modified Files: bpm.mx Log Message: typos
Index: bpm.mx =================================================================== RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/bpm.mx,v retrieving revision 1.123 retrieving revision 1.124 diff -u -d -r1.123 -r1.124 --- bpm.mx 11 Jan 2008 10:41:37 -0000 1.123 +++ bpm.mx 7 Feb 2008 08:18:12 -0000 1.124 @@ -183,13 +183,13 @@ @example bpm.open(); Ralias:= bpm.take("myversion",:bat[:oid,:int]); # get the partition alias - R0{hlow=nil:oid,hhigh=nil:oid,tlow=nil:int,thigh=100}:= bpm.take(Ralias, 0); + R0@{hlow=nil:oid,hhigh=nil:oid,tlow=nil:int,thigh=100@}:= bpm.take(Ralias, 0); T0:=algebra.select(R0,0,100);
- R1{hlow=nil:oid,hhigh=nil:oid,tlow=101,thigh=200}:= bpm.take(Ralias, 1); + R1@{hlow=nil:oid,hhigh=nil:oid,tlow=101,thigh=200@}:= bpm.take(Ralias, 1); T1:= algebra.select(R1,0,100);
- R2{hlow=nil:oid,hhigh=nil:oid,tlow=201,thigh=nil:int}:= bpm.take(Ralias, 2); + R2@{hlow=nil:oid,hhigh=nil:oid,tlow=201,thigh=nil:int@}:= bpm.take(Ralias, 2); R:= mat.new(T0,T1,T2); T2:=algebra.select(R2,0,100); @end example
------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Monetdb-checkins mailing list Monetdb-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-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