Changeset: b9b65955124c for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b9b65955124c
Modified Files:
gdk/gdk_batop.c
Branch: Feb2013
Log Message:
Fix a property: the order bat is not dense after sorting.
diffs (11 lines):
diff --git a/gdk/gdk_batop.c b/gdk/gdk_batop.c
--- a/gdk/gdk_batop.c
+++ b/gdk/gdk_batop.c
@@ -1376,6 +1376,7 @@ BATsubsort(BAT **sorted, BAT **order, BA
}
BATseqbase(on, 0);
on->tsorted = on->trevsorted = 0;
+ on->tdense = 0;
*order = on;
}
if (g) {
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list