Changeset: b63735e8b95c for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/b63735e8b95c
Modified Files:
sql/server/rel_distribute.c
Branch: default
Log Message:
also propagate the nid
diffs (11 lines):
diff --git a/sql/server/rel_distribute.c b/sql/server/rel_distribute.c
--- a/sql/server/rel_distribute.c
+++ b/sql/server/rel_distribute.c
@@ -128,6 +128,7 @@ do_replica_rewrite(mvc *sql, list *exps,
sql_exp *ne = m->data;
exp_prop_alias(sql->sa, ne, e);
+ ne->nid = e->nid;
}
list_hash_clear(r->exps); /* the child table may have different column
names, so clear the hash */
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]