Changeset: fe7d54bdc960 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/fe7d54bdc960
Modified Files:
        sql/backends/monet5/sql_scenario.c
Branch: clientinfo
Log Message:

Switch from Xclientinfo<NEWLINE> to Xclientinfo<SPACE>

So we can use mapi_Xcommand()


diffs (12 lines):

diff --git a/sql/backends/monet5/sql_scenario.c 
b/sql/backends/monet5/sql_scenario.c
--- a/sql/backends/monet5/sql_scenario.c
+++ b/sql/backends/monet5/sql_scenario.c
@@ -1205,7 +1205,7 @@ SQLchannelcmd(Client c, backend *be)
                in->pos = in->len;      /* HACK: should use parsed length */
                return MAL_SUCCEED;
        }
-       if (strncmp(in->buf + in->pos, "clientinfo\n", 11) == 0) {
+       if (strncmp(in->buf + in->pos, "clientinfo ", 11) == 0) {
                in->pos += 11;
                char *end = in->buf + in->len;
                char *key = in->buf + in->pos;
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to