Changeset: 748c49ab4c0b for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=748c49ab4c0b
Modified Files:
gdk/gdk_search.mx
Branch: Jul2012
Log Message:
fixed problem with alignedness of views with hash tables on the parent.
diffs (12 lines):
diff --git a/gdk/gdk_search.mx b/gdk/gdk_search.mx
--- a/gdk/gdk_search.mx
+++ b/gdk/gdk_search.mx
@@ -383,7 +383,7 @@ BAThash(BAT *b, BUN masksize)
bat p = VIEWhparent(b);
o = b;
b = BATdescriptor(p);
- if (!ALIGNsynced(o, b)) {
+ if (!ALIGNsynced(o, b) || BUNfirst(o) != BUNfirst(b)) {
BBPunfix(b->batCacheid);
b = o;
o = NULL;
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list