Changeset: 08e49d08b4ea for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=08e49d08b4ea
Modified Files:
        sql/storage/store.c
Branch: Jun2016
Log Message:

backport of  changeset 60972:6b885f01f4f9
fixed bug in adding dropped functions to the parent transaction.


diffs (12 lines):

diff --git a/sql/storage/store.c b/sql/storage/store.c
--- a/sql/storage/store.c
+++ b/sql/storage/store.c
@@ -2606,7 +2606,7 @@ rollforward_changeset_updates(sql_trans 
                                                ts->nelm = tbn->next;
                                        //if (tr->parent != gtrans) {
                                                if (!ts->dset)
-                                                       ts->dset = 
list_new(tr->sa, ts->destroy);
+                                                       ts->dset = 
list_new(tr->parent->sa, ts->destroy);
                                                list_move_data(ts->set, 
ts->dset, tb);
                                        //} else {
                                                //cs_remove_node(ts, tbn);
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to