Update of /cvsroot/monetdb/MonetDB5/src/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12774/src/mal
Modified Files:
Tag: GDK-2
mal_debugger.mx mal_module.mx
Log Message:
propagated changes of Thursday Aug 23 2007 - Friday Aug 24 2007
from the development trunk to the GDK-2 branch
Index: mal_debugger.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_debugger.mx,v
retrieving revision 1.200.2.5
retrieving revision 1.200.2.6
diff -u -d -r1.200.2.5 -r1.200.2.6
--- mal_debugger.mx 23 Aug 2007 13:32:42 -0000 1.200.2.5
+++ mal_debugger.mx 24 Aug 2007 09:01:20 -0000 1.200.2.6
@@ -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 */
{
Index: mal_module.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_module.mx,v
retrieving revision 1.50.2.2
retrieving revision 1.50.2.3
diff -u -d -r1.50.2.2 -r1.50.2.3
--- mal_module.mx 23 Aug 2007 13:32:42 -0000 1.50.2.2
+++ mal_module.mx 24 Aug 2007 09:01:22 -0000 1.50.2.3
@@ -865,6 +865,7 @@
for(j=0;j<MAXSCOPE;j++)
for(s= m->subscope[j]; s; s= s->peer)
if( strncmp(fcnnme,s->name,len2)==0 || *fcnnme=='*') {
+ fnd=1;
if( completion ) {
snprintf(buf,BUFSIZ," %s.%s",
((*modnme=='*' || *modnme==0)?
m->name:modnme),s->name);
@@ -876,11 +877,11 @@
fcnDefinition(s->def,s->def->stmt[0],buf,FALSE);
buf[0]=' ';
+ fnd=0;
v= strstr(buf,"address");
if( v) *v=0;
- if( tstDuplicate(msg,buf+1) ) continue;
+ if( tstDuplicate(msg,buf+1) ) fnd++;
- fnd=0;
for(f=0;f<top;f++)
if( msg[f] && strcmp(buf+1, msg[f]) ==
0 ) fnd++;
if(fnd) continue;
-------------------------------------------------------------------------
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