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

Modified Files:
        bpm_table.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 bpm_table.mx
Index: bpm_table.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/storage/bpm/bpm_table.mx,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- bpm_table.mx        12 Aug 2009 17:41:26 -0000      1.10
+++ bpm_table.mx        12 Sep 2009 20:40:45 -0000      1.11
@@ -55,7 +55,7 @@
 {
        sql_bpm *p = c->data;
 
-       return delta_full_bat( &p->parts[0], isTemp(c), d, s);
+       return delta_full_bat( c, &p->parts[0], isTemp(c), d, s);
 }
 
 static oid


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