Update of /cvsroot/monetdb/MonetDB5/src/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14159

Modified Files:
        mal_debugger.mx 
Log Message:
Don't mix debugger 'help' with non-existing history (optimizer)


Index: mal_debugger.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_debugger.mx,v
retrieving revision 1.204
retrieving revision 1.205
diff -u -d -r1.204 -r1.205
--- mal_debugger.mx     22 Aug 2007 06:21:50 -0000      1.204
+++ mal_debugger.mx     23 Aug 2007 19:17:49 -0000      1.205
@@ -1349,7 +1349,7 @@
                case 'h':
                        if (strncmp("help", b, 2) == 0) 
                                mdbHelp(out);
-                       /* assume history */
+                       continue;
                case 'o':
                case 'O':       /* optimizer and scheduler steps */
                {


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