Update of /cvsroot/monetdb/sql/src/backends/monet4
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv653/src/backends/monet4
Modified Files:
Tag: SQL_2-16
sql_server.mx
Log Message:
fixing problems with RANK() OVER()
Now correctly uses mark_grp
approved output after the move of mark_grp
Index: sql_server.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet4/sql_server.mx,v
retrieving revision 1.157.2.4
retrieving revision 1.157.2.5
diff -u -d -r1.157.2.4 -r1.157.2.5
--- sql_server.mx 16 Mar 2007 14:54:35 -0000 1.157.2.4
+++ sql_server.mx 31 Mar 2007 17:25:36 -0000 1.157.2.5
@@ -1416,6 +1416,10 @@
proc in (any::2 b, any::2 v) : bit { return (b = v); }
proc [identity](bat[oid,any::1] b) : bat[oid,oid] { return mirror(b); }
+proc {mark_grp}(BAT[oid,any::1] b, any::2 a, BAT[oid,oid] g) : BAT[oid,oid] {
+ return mark_grp(b,g,[EMAIL PROTECTED]);
+}
+
tzone_local(TIMEZONE("GMT"));
proc sql_server_start() : void {
-------------------------------------------------------------------------
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-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins