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

Modified Files:
      Tag: Aug2009
        bpm_storage.mx 
Log Message:
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



U bpm_storage.mx
Index: bpm_storage.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/storage/bpm/bpm_storage.mx,v
retrieving revision 1.25
retrieving revision 1.25.2.1
diff -u -d -r1.25 -r1.25.2.1
--- bpm_storage.mx      25 Jul 2009 22:08:38 -0000      1.25
+++ bpm_storage.mx      4 Aug 2009 22:15:24 -0000       1.25.2.1
@@ -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