Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv18606

Modified Files:
        sql_scenario.mx 
Log Message:
Correct the debugging flags


U sql_scenario.mx
Index: sql_scenario.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql_scenario.mx,v
retrieving revision 1.322
retrieving revision 1.323
diff -u -d -r1.322 -r1.323
--- sql_scenario.mx     10 Oct 2008 08:54:47 -0000      1.322
+++ sql_scenario.mx     29 Oct 2008 14:59:58 -0000      1.323
@@ -859,6 +859,8 @@
        c->itrace='c';
        q = newStmt(c->curprg->def,"mdb","setTimer");
        pushBit(c->curprg->def,q,onoff);
+//     q = newStmt(c->curprg->def,"mdb","setThread");
+//     pushBit(c->curprg->def,q,onoff);
 //     q = newStmt(c->curprg->def,"mdb","setCount");
 //     pushBit(c->curprg->def,q,onoff);
 }
@@ -1122,7 +1124,7 @@
 @c
 finalize:
        if (m->emode == m_explain  && be->q && be->q->code)
-               printFunction(GDKout, ((Symbol)(be->q->code))->def, 0, 
LIST_MAL_INSTR );
+               printFunction(GDKout, ((Symbol)(be->q->code))->def, 0, 
LIST_MAL_INSTR  | LIST_MAL_UDF);
 @-
 Gather the statistics for post analysis. It should preferably
 be stored in an SQL table


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to