Changeset: c624e587f9b0 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c624e587f9b0
Modified Files:
        sql/backends/monet5/vaults/geotiff/geotiff.c
Branch: sciql
Log Message:

geotiff: fixed BAT property settings


diffs (16 lines):

diff --git a/sql/backends/monet5/vaults/geotiff/geotiff.c 
b/sql/backends/monet5/vaults/geotiff/geotiff.c
--- a/sql/backends/monet5/vaults/geotiff/geotiff.c
+++ b/sql/backends/monet5/vaults/geotiff/geotiff.c
@@ -204,10 +204,11 @@ GTIFFloadGreyscaleImage(bat *x, bat *y, 
 
        BATsetcount(resI, pixels);
        BATseqbase(resI, 0);
-       BATkey(resI, TRUE);
        resI->T->nonil = TRUE;
        resI->T->nil = FALSE;
        resI->tsorted = FALSE;
+       resI->trevsorted = FALSE;
+       BATkey(BATmirror(resI), FALSE);
        BBPkeepref(resI->batCacheid);
 
        /* Manually compute values for the X-dimension, since we know that its
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to