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

Modified Files:
      Tag: Nov2009
        tracelog.sql 
Log Message:
Added the return type column, makes live easier.


Index: tracelog.sql
===================================================================
RCS file: /cvsroot/monetdb/sql/src/sql/Attic/tracelog.sql,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- tracelog.sql        26 Oct 2009 10:08:33 -0000      1.1.2.1
+++ tracelog.sql        26 Oct 2009 10:27:17 -0000      1.1.2.2
@@ -26,7 +26,8 @@
                writes integer,         -- number of blocks written
                rbytes integer,         -- amount of bytes touched
                wbytes integer,         -- amount of bytes written
-               stmt string     -- actual statement executed
+               type string,            -- return types
+               stmt string                     -- actual statement executed
        )
        external name sql.dump_trace;
 


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