Changeset: 5dad6a16c535 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5dad6a16c535 Modified Files: sql/storage/store.c Branch: Aug2011 Log Message:
bump the catalog version (needed because idx bats have different names) diffs (14 lines): diff --git a/sql/storage/store.c b/sql/storage/store.c --- a/sql/storage/store.c +++ b/sql/storage/store.c @@ -33,8 +33,8 @@ #include <restrict/restrict_table.h> #include <restrict/restrict_logger.h> -/* version 05.11.00 of catalog */ -#define CATALOG_VERSION 51100 +/* version 05.11.01 of catalog */ +#define CATALOG_VERSION 51101 int catalog_version = 0; static MT_Lock bs_lock; _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
