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

Modified Files:
        monetdb.c 
Log Message:
fix syntax error that has snuck in

U monetdb.c
Index: monetdb.c
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/merovingian/monetdb.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- monetdb.c   4 Sep 2009 12:37:16 -0000       1.36
+++ monetdb.c   4 Sep 2009 12:39:58 -0000       1.37
@@ -335,7 +335,7 @@
                {"sql_logdir",         NULL,                       STR},
                {"mero_doproxy",       GDKstrdup("yes"),           BOOL},
                {"mero_discoveryport", NULL,                       INT},
-               {"#master",            GDKstrdup("no")},           BOOL},
+               {"#master",            GDKstrdup("no"),            BOOL},
                { NULL,                NULL,                       INVALID}
        };
        confkeyval *kv;


------------------------------------------------------------------------------
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