Update of /cvsroot/monetdb/MonetDB5/src/modules/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10849/src/modules/mal

Modified Files:
        tablet.mx 
Log Message:
cleanup indenting

algebra: work around compiler bug.


Index: tablet.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/tablet.mx,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -d -r1.110 -r1.111
--- tablet.mx   14 Dec 2007 12:03:53 -0000      1.110
+++ tablet.mx   9 Jan 2008 22:55:52 -0000       1.111
@@ -887,7 +887,6 @@
 void_bat_create(int adt, size_t nr)
 {
        BAT *b = BATnew(TYPE_void, adt, BATTINY);
-       BAT *bm = NULL;
 
        /* check for correct structures */
        if (b == NULL)
@@ -902,12 +901,11 @@
                return b;
 
        /* disable all properties here */
-       bm = BBP_cache(-b->batCacheid);
        b->tsorted = FALSE;
        b->T->nosorted = 0;
        b->tdense = FALSE;
        b->T->nodense = 0;
-       b->tkey = bm->hkey = FALSE;
+       b->tkey = FALSE;
        b->T->nokey[0] = 0;
        b->T->nokey[1] = 1;
        return b;


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to