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

Modified Files:
        sql_parser.mx sql_mvc.mx 
Log Message:
Correct the real times...



U sql_mvc.mx
Index: sql_mvc.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/sql_mvc.mx,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -d -r1.199 -r1.200
--- sql_mvc.mx  25 Mar 2008 14:29:42 -0000      1.199
+++ sql_mvc.mx  27 Mar 2008 14:02:10 -0000      1.200
@@ -120,7 +120,7 @@
 and added to the SQL history table for post analysis when the
 query has been successfully executed.
 @h
-       lng Tparse, Toptimize, Tschedule, Texec;
+       lng Tstart, Tparse, Toptimize, Tschedule, Texec;
 } mvc;
 
 extern int mvc_init(int debug, store_type store, backend_stack stk);

U sql_parser.mx
Index: sql_parser.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/sql_parser.mx,v
retrieving revision 1.278
retrieving revision 1.279
diff -u -d -r1.278 -r1.279
--- sql_parser.mx       25 Mar 2008 14:29:42 -0000      1.278
+++ sql_parser.mx       27 Mar 2008 14:02:09 -0000      1.279
@@ -732,7 +732,7 @@
 #ifdef HAVE_TIMES      
                          times(&m->times);
 #endif 
-                         m->Tparse = GDKusec();
+                         m->Tstart = GDKusec();
                        }
        sql SCOLON      { mvc *m = (mvc*)parm;
                          m->sym = $$ = $3; YYACCEPT; 


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