Changeset: 0c102af092b8 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0c102af092b8
Modified Files:
        tools/merovingian/daemon/controlrunner.c
        tools/mserver/mserver5.1
Branch: Apr2012
Log Message:

Merged from Dec2011


diffs (24 lines):

diff --git a/tools/merovingian/daemon/controlrunner.c 
b/tools/merovingian/daemon/controlrunner.c
--- a/tools/merovingian/daemon/controlrunner.c
+++ b/tools/merovingian/daemon/controlrunner.c
@@ -170,7 +170,7 @@ static void ctl_handle_client(
         * over of the socket such that a separate (controlrunner) thread is
         * going to handle the traffic and negotiations, instead of the
         * client thread that just goes inside this program here. */
-       char buf[256];
+       char buf[8096];
        char buf2[8096];
        char *p, *q;
        sabdb *stats;
diff --git a/tools/mserver/mserver5.1 b/tools/mserver/mserver5.1
--- a/tools/mserver/mserver5.1
+++ b/tools/mserver/mserver5.1
@@ -5,7 +5,7 @@
 .SH NAME
 mserver5 \- the MonetDB server version 5
 .SH DESCRIPTION
-mserver5 is the current MonetDB server that that performs all processing
+mserver5 is the current MonetDB server that performs all processing
 on request of clients for a certain database.
 .P
 Note that while mserver5 is the process that does the actual work, it
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to