更正版本号

This commit is contained in:
08ming
2023-07-01 11:32:39 +08:00
parent 1e8ccc5d28
commit d3bb4ba284

View File

@ -75,13 +75,17 @@ bool will_shutdown = false;
* NEXT | 92899 | ? | ?
*
********************************************/
const uint32 GRAND_VERSION_NUM = 92903;
const uint32 GRAND_VERSION_NUM = 92904;
/********************************************
* 2.VERSION NUM FOR EACH FEATURE
* Please write indescending order.
********************************************/
const uint32 TIMESCALE_DB_VERSION_NUM = 92901;
const uint32 TIMESCALE_DB_VERSION_NUM = 92904;
const uint32 MULTI_CHARSET_VERSION_NUM = 92903;
const uint32 NBTREE_INSERT_OPTIMIZATION_VERSION_NUM = 92902;
const uint32 NBTREE_DEDUPLICATION_VERSION_NUM = 92902;
const uint32 ONDEMAND_REDO_VERSION_NUM = 92901;
const uint32 SRF_FUSION_VERSION_NUM = 92847;
const uint32 INDEX_HINT_VERSION_NUM = 92845;
const uint32 INNER_UNIQUE_VERSION_NUM = 92845;