Update of /cvsroot/monetdb/sql/src/include
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17226/src/include

Modified Files:
        sql_relation.h 
Log Message:
removed 'explain' variable, ie no more set explain etc
but always use the statement modifiers debug, explain, profile

profile now only outputs the real, user and clk ticks per sec.

The old profile functionality is taken over by a new statement modifier
'record'



U sql_relation.h
Index: sql_relation.h
===================================================================
RCS file: /cvsroot/monetdb/sql/src/include/sql_relation.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- sql_relation.h      6 Mar 2008 08:34:12 -0000       1.20
+++ sql_relation.h      1 Apr 2008 17:04:55 -0000       1.21
@@ -45,7 +45,8 @@
        char *rname;
        void *l;
        void *r;
-       void *f;        /* =,!=, but also func's and aggr's and column type */
+       void *f;        /* func's and aggr's and column type */
+                       /* e_cmp may have have 2 arguments */
        int  flag;      /* DISTINCT, NO_NIL, ASCENDING */
        char card;      /* card 
                                (0 truth value!)


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to