Changeset: 0bca4c7dc091 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/0bca4c7dc091
Modified Files:
        gdk/gdk_align.c
Branch: Jul2021
Log Message:

Properties are not shared between view and parent.


diffs (14 lines):

diff --git a/gdk/gdk_align.c b/gdk/gdk_align.c
--- a/gdk/gdk_align.c
+++ b/gdk/gdk_align.c
@@ -303,10 +303,6 @@ VIEWunlink(BAT *b)
                        b->tvheap = NULL;
                }
 
-               /* unlink properties shared with parent */
-               if (tpb && b->tprops && b->tprops == tpb->tprops)
-                       b->tprops = NULL;
-
                MT_lock_unset(&b->theaplock);
 
                MT_lock_set(&b->batIdxLock);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to