Changeset: cf706b196324 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=cf706b196324
Modified Files:
        monetdb5/modules/mal/mosaic.h
Branch: mosaic
Log Message:

Fix type


diffs (17 lines):

diff --git a/monetdb5/modules/mal/mosaic.h b/monetdb5/modules/mal/mosaic.h
--- a/monetdb5/modules/mal/mosaic.h
+++ b/monetdb5/modules/mal/mosaic.h
@@ -133,12 +133,11 @@ typedef struct MOSTASK{
 
        lng  xsize,size;// original and compressed size
        lng timer;              // compression time
-       void *min, *max;// space for zones indices
 
        oid *lb, *rb;   // Collected oids from operations
        oid *cl;                // candidate admin
        lng     n;                      // element count in candidate list
-       lng cnt;                // elements in result set
+       BUN cnt;                // elements in result set
 
        BAT *lbat, *rbat; // for the joins, where we dont know their size 
upfront
 
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to