Changeset: 839af9c3b69b for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=839af9c3b69b
Modified Files:
        sql/src/storage/store.mx
Branch: Jun2010
Log Message:

fix schema id for old database format.
Fixes bug 2573


diffs (11 lines):

diff -r a12fc20b475a -r 839af9c3b69b sql/src/storage/store.mx
--- a/sql/src/storage/store.mx  Fri Jul 02 13:19:00 2010 +0200
+++ b/sql/src/storage/store.mx  Fri Jul 02 14:35:53 2010 +0200
@@ -846,6 +846,7 @@
                                GDKfatal("SQL schema missing or incompatible, 
rebuild from archive");
                }
                s = n->data;
+               s->base.id = sid;
        } else {
                s = ZNEW(sql_schema);
                v = table_funcs.column_find_value(tr, find_sql_column(ss, 
"name"), rid);
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to