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

Modified Files:
      Tag: Feb2010
        bat_storage.mx 
Log Message:
fixed bug in bulk decimal conversions (fixes problems with moa tests)


Index: bat_storage.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/storage/bat/bat_storage.mx,v
retrieving revision 1.50
retrieving revision 1.50.2.1
diff -u -d -r1.50 -r1.50.2.1
--- bat_storage.mx      11 Jan 2010 11:46:00 -0000      1.50
+++ bat_storage.mx      24 Jan 2010 19:52:09 -0000      1.50.2.1
@@ -299,7 +299,7 @@
                bat->cached = NULL;
        }
        bat->cnt += BATcount(i);
-       if ( BATcount(b) == 0 && !isVIEW(i) && BBP_lrefs(i->batCacheid) <= 1 && 
i->htype == TYPE_void && i->ttype != TYPE_void && bat->ibase == i->H->seq){
+       if (BATcount(b) == 0 && !isVIEW(i) && BBP_lrefs(i->batCacheid) <= 1 && 
i->htype == TYPE_void && i->ttype != TYPE_void && bat->ibase == i->H->seq){
                temp_destroy(bat->ibid);
                bat->ibid = temp_create(i);
                BATseqbase(i, bat->ibase);


------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to