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

Modified Files:
        bpm_storage.mx 
Log Message:
propagated changes of Tuesday Aug 04 2009 - Wednesday Aug 05 2009
from the Aug2009 branch to the development trunk

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/08/04 - nielsnes: src/storage/bpm/bpm_storage.mx,1.25.2.1
fixed bug, ie handle 0.0 correctly as a decimal(1,0)
fixed bug, ie decimal(d,s) d < 19 and s < d (not d+s < 19)
make sure we flush all inserts to disk when we restart the log
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: bpm_storage.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/storage/bpm/bpm_storage.mx,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- bpm_storage.mx      25 Jul 2009 22:08:38 -0000      1.25
+++ bpm_storage.mx      5 Aug 2009 08:52:03 -0000       1.26
@@ -1077,6 +1077,7 @@
        sf->update_table = (update_table_fptr)&bpm_update_table;
        sf->log_table = (update_table_fptr)&bpm_log_table;
        sf->snapshot_table = (update_table_fptr)&bpm_none;
+       sf->gtrans_update = (gtrans_update_fptr)NULL;
 
        MT_lock_init(&part_lock, "SQL_part_lock");
        return LOG_OK;


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