Changeset: 675d72aa708e for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=675d72aa708e
Modified Files:
        monetdb5/modules/mal/xid.c
Branch: xid
Log Message:

xid.c: XIDcompress() no need to reset xidcompressed when doing nothing


diffs (12 lines):

diff --git a/monetdb5/modules/mal/xid.c b/monetdb5/modules/mal/xid.c
--- a/monetdb5/modules/mal/xid.c
+++ b/monetdb5/modules/mal/xid.c
@@ -155,8 +155,6 @@ XIDcompress(Client cntxt, MalBlkPtr mb, 
                throw(MAL, "xid.compress", INTERNAL_BAT_ACCESS);
        if ( isVIEW(b) || BATcount(b) == 0){
                mnstr_printf(cntxt->fdout,"#xid %s view %d\n",(BATcount(b)==0 ? 
"empty":""), getArg(pci,1));
-               b->T->heap.xidcompressed = 0;
-               b->H->heap.xidcompressed = 0;
                BBPkeepref(*ret = b->batCacheid);
                return MAL_SUCCEED;
        }
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to