Update of /cvsroot/monetdb/sql/src/storage
In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv8112/src/storage

Modified Files:
        store.mx 
Log Message:
when the store manage flushes the deltas the schema doesn't
change. We now simple increment the timestamp, to trigger
the proper transaction resets.
Fixes sf bug #2983861 


Index: store.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/storage/store.mx,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- store.mx    27 Feb 2010 19:28:11 -0000      1.44
+++ store.mx    9 Apr 2010 09:52:29 -0000       1.45
@@ -1510,7 +1510,7 @@
                }
                logging = 1;
                /* make sure we reset all transactions on re-activation */
-               schema_number++;
+               gtrans->stime++;
                if (store_funcs.gtrans_update)
                        store_funcs.gtrans_update(gtrans);
                res = logger_funcs.restart();


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to