Update of /cvsroot/monetdb/clients/src/mapiclient
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25333

Modified Files:
        MapiClient.mx 
Log Message:
The code 'cleanup' killed the 'mclient -lmal' option.
The formatter should also be set to RAW, otherwise the testweb
becomes a mesh.


Index: MapiClient.mx
===================================================================
RCS file: /cvsroot/monetdb/clients/src/mapiclient/MapiClient.mx,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- MapiClient.mx       27 Aug 2007 19:36:49 -0000      1.70
+++ MapiClient.mx       27 Aug 2007 20:50:17 -0000      1.71
@@ -116,6 +116,7 @@
 #endif
 
 enum modes {
+       ILLEGALMODE,
        MAL,
        SQL,
        XQUERY,
@@ -1589,6 +1590,7 @@
                                language = "mal";
 
                                mode = MAL;
+                               formatter= RAWformatter;
                        } else if (strcmp(optarg, "xquery") == 0 ||
                                   strcmp(optarg, "xquer") == 0 ||
                                   strcmp(optarg, "xque") == 0 ||


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to