Update of /cvsroot/monetdb/sql/src/storage/bat
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15567

Modified Files:
        bat_storage.mx 
Log Message:
Turn off the patch for Arjen de Rijke again. It makes loading too expensive.


U bat_storage.mx
Index: bat_storage.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/storage/bat/bat_storage.mx,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- bat_storage.mx      11 Jun 2008 21:38:19 -0000      1.18
+++ bat_storage.mx      22 Jun 2008 22:06:51 -0000      1.19
@@ -330,7 +330,7 @@
 {
        BAT *b = temp_descriptor(bat->ibid);
 
-       if (0 && BATcount(b) == 0 && !isVIEW(i) && i->htype == TYPE_void && 
i->ttype != TYPE_void && bat->ibase == i->H->seq){
+       if ( BATcount(b) == 0 && !isVIEW(i) && 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);


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to