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

Do less work.


diffs (15 lines):

diff --git a/sql/storage/store.c b/sql/storage/store.c
--- a/sql/storage/store.c
+++ b/sql/storage/store.c
@@ -5203,10 +5203,8 @@ sql_trans_set_table_schema(sql_trans *tr
        cs_move(&os->tables, &ns->tables, t);
        t->s = ns;
 
-       if (!tr->moved_tables) {
+       if (!tr->moved_tables)
                tr->moved_tables = sa_list(tr->sa);
-               tr->moved_tables->t = NULL;
-       }
        m = SA_ZNEW(tr->sa, sql_moved_table); //add transaction log entry
        m->from = os;
        m->to = ns;
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to