Changeset: e8b9ee78e0af for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e8b9ee78e0af
Branch: unlock
Log Message:

merged


diffs (12 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
@@ -29,7 +29,7 @@ bl_preversion(sqlstore *store, int oldve
        (void)newversion;
 
 /* disable upgrades for now */
-       if (store->catalog_version < 52300)
+       if (oldversion < 52300)
                return GDK_FAIL;
 
 #ifdef CATALOG_JUN2020
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to