Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv16982

Modified Files:
        sql.mx 
Log Message:
getVersion has client id


U sql.mx
Index: sql.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql.mx,v
retrieving revision 1.309
retrieving revision 1.310
diff -u -d -r1.309 -r1.310
--- sql.mx      8 Jan 2009 12:25:41 -0000       1.309
+++ sql.mx      8 Jan 2009 20:48:45 -0000       1.310
@@ -142,9 +142,9 @@
        1 - inserts
        2 - updates";
 
-pattern getVersion():lng
+pattern getVersion(clt:int):lng
 address mvc_getVersion
-comment "Return the database version identifier";
+comment "Return the database version identifier for a client";
 
 pattern append{unsafe}(sname:str, tname:str, cname:str, ins:any ):void
 address mvc_append_wrap


------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to