!2863 【共享存储】更新dms commit点

Merge pull request !2863 from 陈婷婷/master
This commit is contained in:
opengauss-bot
2023-02-03 12:35:12 +00:00
committed by Gitee
2 changed files with 3 additions and 2 deletions

View File

@ -1,2 +1,2 @@
dms_commit_id=d5674265647286594922e5033142cfee9cbfdcfb
dms_commit_id=84ccd2b17f411e96119b4d02644647e45e082789
dss_commit_id=5444f9b4715bd78c9c6b4757475e07ac6398ed6e

View File

@ -418,6 +418,7 @@ typedef enum en_dms_wait_event {
DMS_EVT_DEAD_LOCK_ITL,
DMS_EVT_BROADCAST_BTREE_SPLIT,
DMS_EVT_BROADCAST_ROOT_PAGE,
DMS_EVT_QUERY_OWNER_ID,
DMS_EVT_COUNT,
} dms_wait_event_t;
@ -782,7 +783,7 @@ typedef struct st_logger_param {
#define DMS_LOCAL_MINOR_VER_WEIGHT 1000
#define DMS_LOCAL_MAJOR_VERSION 0
#define DMS_LOCAL_MINOR_VERSION 0
#define DMS_LOCAL_VERSION 45
#define DMS_LOCAL_VERSION 46
#ifdef __cplusplus
}