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

Modified Files:
        sql.mx 
Log Message:
fixed typo's in octopus functions


U sql.mx
Index: sql.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql.mx,v
retrieving revision 1.312
retrieving revision 1.313
diff -u -d -r1.312 -r1.313
--- sql.mx      9 Jan 2009 23:00:54 -0000       1.312
+++ sql.mx      12 Jan 2009 20:04:50 -0000      1.313
@@ -728,11 +728,11 @@
 address SQLcluster2
 comment "Cluster the columns of a table on the (first) primary key";
 
-pattern newAquarium(nme:str, host:str, port:int, usr:string, pw:string):void
+pattern newAquarium(nme:str, host:str, port:int, usr:str, pw:str):void
 address SQLnewAquarium
 comment "Add a new site to the list of servers to consider in 
 distributed processing";
-pattern dropAquarium(nme:stra):void
+pattern dropAquarium(nme:str):void
 address SQLdropAquarium
 comment "Remove a site from the list of servers";
 


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to