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

Modified Files:
        sql.mx 
Log Message:
Missing return added


U sql.mx
Index: sql.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql.mx,v
retrieving revision 1.353
retrieving revision 1.354
diff -u -d -r1.353 -r1.354
--- sql.mx      30 Aug 2009 21:18:08 -0000      1.353
+++ sql.mx      4 Sep 2009 06:59:44 -0000       1.354
@@ -717,6 +717,7 @@
 
 function slave.close(tag:int, t:timestamp):bit;
        sql.append("sys","replicas","id",tag);
+       return close:= true;
 end slave.close;
 
 function batcalc.mark_grp{inline}( b:bat[:oid,:any_1], a:bat[:any_2,:any_3], 
g:bat[:oid,:oid]) :bat[:oid,:int]; 
@@ -4328,5 +4329,4 @@
        (void) cntxt; (void) mb; (void) stk; (void) pci;
        throw(SQL, "sql.rdfShred", "RDF support is missing from Monet5");
 #endif
-
 }


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to