Changeset: 5a4668cade31 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5a4668cade31
Modified Files:
        sql/storage/store.c
Branch: out2in
Log Message:

(Temporary) bug fix for incomplete sql_table dup.


diffs (13 lines):

diff --git a/sql/storage/store.c b/sql/storage/store.c
--- a/sql/storage/store.c
+++ b/sql/storage/store.c
@@ -3714,6 +3714,9 @@ schema_dup(sql_trans *tr, int flags, sql
                }
                if (tr->parent == gtrans)
                        os->tables.nelm = NULL;
+
+               // Set the ->p member for each sql_table that is a child of 
some other merge table.
+               set_members(&s->tables);
        }
        if (os->funcs.set) {
                for (n = os->funcs.set->h; n; n = n->next) {
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to