Changeset: 064138f7b4a4 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=064138f7b4a4
Modified Files:
sql/storage/store.c
Branch: Jan2014
Log Message:
use id to lookup related sql objects in the rollforward code
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
@@ -2305,7 +2305,7 @@ rollforward_changeset_updates(sql_trans
if (fs->dset) {
for (n = fs->dset->h; ok == LOG_OK && n; n = n->next) {
sql_base *fb = n->data;
- node *tbn = cs_find_name(ts, fb->name);
+ node *tbn = cs_find_id(ts, fb->id);
if (tbn) {
sql_base *tb = tbn->data;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list