Update of /cvsroot/monetdb/sql/src/server
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv16534/sql/src/server

Modified Files:
        rel_bin.mx 
Log Message:

make sure that mclient knows where to find the Mtest.py created .monetdb


U rel_bin.mx
Index: rel_bin.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/rel_bin.mx,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- rel_bin.mx  9 Oct 2009 20:50:00 -0000       1.95
+++ rel_bin.mx  14 Oct 2009 12:21:02 -0000      1.96
@@ -1435,10 +1435,10 @@
        list *pl; 
        node *en, *n;
        stmt *sub = NULL, *psub = NULL;
-       int l = -1, o = 0, lmt = -1;
+       int l = -1, o = 0;
 
        if (topn) {
-               lmt = l = topn_limit(topn);
+               l = topn_limit(topn);
                o = topn_offset(topn);
                if (l < 0) /* for now only handle topn 
                                including limit, ie not just offset */


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to