Changeset: 6a4a19c024d4 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6a4a19c024d4 Modified Files: sql/storage/bat/bat_logger.c sql/storage/store.c Branch: default Log Message:
Updated SQL catalog version number. diffs (27 lines): diff --git a/sql/storage/bat/bat_logger.c b/sql/storage/bat/bat_logger.c --- a/sql/storage/bat/bat_logger.c +++ b/sql/storage/bat/bat_logger.c @@ -17,7 +17,8 @@ #define CATALOG_MAR2018 52201 /* first in Jun2016 */ #define CATALOG_AUG2018 52202 /* first in Aug2018 */ #define CATALOG_NOV2019 52203 /* first in Apr2019 */ -#define CATALOG_JUN2020 52204 +#define CATALOG_JUN2020 52204 /* first in Jun2020 */ +#define CATALOG_OCT2020 52205 /* first in Oct2020 */ /* return GDK_SUCCEED if we can handle the upgrade from oldversion to * newversion */ diff --git a/sql/storage/store.c b/sql/storage/store.c --- a/sql/storage/store.c +++ b/sql/storage/store.c @@ -18,8 +18,8 @@ #include "bat/bat_table.h" #include "bat/bat_logger.h" -/* version 05.22.05 of catalog */ -#define CATALOG_VERSION 52205 +/* version 05.22.06 of catalog */ +#define CATALOG_VERSION 52206 /* first after Oct2020 */ static int sys_drop_table(sql_trans *tr, sql_table *t, int drop_action); _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
