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

Modified Files:
      Tag: Nov2009
        sql_scenario.mx 
Log Message:
reenable MAPI-compatible output, e.g. do NOT violate the communication 
protocol, as explain.SF-1739353 test is complaining about for ages now

Index: sql_scenario.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql_scenario.mx,v
retrieving revision 1.356.2.7
retrieving revision 1.356.2.8
diff -u -d -r1.356.2.7 -r1.356.2.8
--- sql_scenario.mx     27 Oct 2009 12:44:29 -0000      1.356.2.7
+++ sql_scenario.mx     27 Oct 2009 13:19:27 -0000      1.356.2.8
@@ -1221,7 +1221,7 @@
 @c
 finalize:
        if (m->emode == m_explain  && be->q && be->q->code)
-               printFunction(GDKout, ((Symbol)(be->q->code))->def, 0, 
LIST_MAL_STMT  | LIST_MAL_UDF);
+               printFunction(GDKout, ((Symbol)(be->q->code))->def, 0, 
LIST_MAL_STMT  | LIST_MAL_UDF | LIST_MAPI);
 @-
 Gather the statistics for post analysis. It should preferably
 be stored in an SQL table


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to