6.0fix 升级未提交时的归档问题

This commit is contained in:
hejiahuan11
2025-02-25 10:46:04 +08:00
committed by jinyangzhen
parent ba182c902e
commit fa18f55ce6
3 changed files with 4 additions and 1 deletions

View File

@ -226,6 +226,7 @@ const uint32 CURSOR_EXPRESSION_VERSION_NUMBER = 92935;
const uint32 FLOAT_VERSION_NUMBER = 92938;
const uint32 PAGE_BASED_VERSION_NUM = 93039;
const uint32 SS_ARCHIVE_VERSION_NUM = 92923;
/* This variable indicates wheather the instance is in progress of upgrade as a whole */
uint32 volatile WorkingGrandVersionNum = GRAND_VERSION_NUM;