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

Modified Files:
        store.mx 
Log Message:
During startup we cache delta's (ie b,i,u,del into one bat).
This improves startup on complex databases (should improve startup of Skyserver)


U store.mx
Index: store.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/storage/store.mx,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- store.mx    12 Aug 2009 17:40:57 -0000      1.36
+++ store.mx    12 Sep 2009 20:40:44 -0000      1.37
@@ -1088,7 +1088,6 @@
 
        if (isTable(col->t))
                store_funcs.create_col(tr, col);
-       col->base.wtime = t->base.wtime = t->s->base.wtime = tr->wtime = 
tr->stime;
        tr->schema_updates ++;
        return col;
 }
@@ -1135,7 +1134,6 @@
 
        if (isTable(t))
                store_funcs.create_del(tr, t);
-       t->base.wtime = s->base.wtime = tr->wtime = tr->stime;
        tr->schema_updates ++;
        return t;
 }
@@ -1162,7 +1160,6 @@
 
        cs_add(&tr->schemas, s, TR_NEW);
 
-       s->base.wtime = tr->wtime = tr->stime;
        tr->schema_updates ++;
        return s;
 }


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to