Update of /cvsroot/monetdb/clients/src/mapiclient
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4342
Modified Files:
MapiClient.mx
Log Message:
Restore working of the MAL debugger.
Index: MapiClient.mx
===================================================================
RCS file: /cvsroot/monetdb/clients/src/mapiclient/MapiClient.mx,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- MapiClient.mx 14 Aug 2007 18:33:38 -0000 1.38
+++ MapiClient.mx 14 Aug 2007 19:23:04 -0000 1.39
@@ -1270,6 +1270,7 @@
CHECK_RESULT(mid, hdl, buf, continue);
}
if (linemode ||
+ (specials && strncmp(promptbuf, "mdb", 3) == 0) ||
(mode==SQL && line[length-2]==';' &&
line[length-1]=='\n')) {
timerStart();
assert(hdl != NULL);
@@ -1355,7 +1356,8 @@
return 1;
}
}
- if (mode == SQL && pagewidth >= 0 &&
(reply = mapi_fetch_line(hdl)) != NULL) {
+ if (mode == SQL &&
+ pagewidth >= 0 && (reply =
mapi_fetch_line(hdl)) != NULL) {
if (*reply == '%') {
if (formatter ==
XMLformatter)
XMLrenderer(hdl);
-------------------------------------------------------------------------
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