Changeset: c17161829217 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c17161829217
Modified Files:
gdk/gdk_align.c
Branch: Feb2013
Log Message:
make sure views only share hash table if the view is using the full
parent column.
diffs (12 lines):
diff --git a/gdk/gdk_align.c b/gdk/gdk_align.c
--- a/gdk/gdk_align.c
+++ b/gdk/gdk_align.c
@@ -258,6 +258,8 @@ VIEWcreate_(BAT *h, BAT *t, int slice_vi
BATcheck(h, "VIEWcreate_");
BATcheck(t, "VIEWcreate_");
+ if (BATcount(h) != BATcount(t))
+ slice_view = 1;
bs = BATcreatedesc(h->htype, t->ttype, FALSE);
if (bs == NULL)
return NULL;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list