Changeset: 83b10c04d473 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=83b10c04d473
Modified Files:
        MonetDB/src/gdk/gdk_bbp.mx
Branch: default
Log Message:

Merge with Jun2010 branch.


diffs (12 lines):

diff -r f61f6ab3acbb -r 83b10c04d473 MonetDB/src/gdk/gdk_bbp.mx
--- a/MonetDB/src/gdk/gdk_bbp.mx        Thu Aug 19 12:38:44 2010 +0200
+++ b/MonetDB/src/gdk/gdk_bbp.mx        Thu Aug 19 14:44:59 2010 +0200
@@ -2308,7 +2308,7 @@
 BBPdestroy(BAT *b)
 {
        int clear = 1;
-       bat hp = VIEWhparent(b), tp = VIEWtparent(b);
+       bat hp = b->H->heap.parentid, tp = b->T->heap.parentid;
        bat vhp = VIEWvhparent(b), vtp = VIEWvtparent(b);
 
        if (isVIEW(b)) {        /* a physical view */
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to