From 14542b84e7c30f6c404ba0236514e7133974964e Mon Sep 17 00:00:00 2001 From: chentingting <2393940156@qq.com> Date: Fri, 3 Feb 2023 19:23:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0dms=20commit=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/gausskernel/ddes/ddes_commit_id | 2 +- src/include/ddes/dms/dms_api.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/gausskernel/ddes/ddes_commit_id b/src/gausskernel/ddes/ddes_commit_id index 1f2736108..303c96e61 100644 --- a/src/gausskernel/ddes/ddes_commit_id +++ b/src/gausskernel/ddes/ddes_commit_id @@ -1,2 +1,2 @@ -dms_commit_id=d5674265647286594922e5033142cfee9cbfdcfb +dms_commit_id=84ccd2b17f411e96119b4d02644647e45e082789 dss_commit_id=5444f9b4715bd78c9c6b4757475e07ac6398ed6e \ No newline at end of file diff --git a/src/include/ddes/dms/dms_api.h b/src/include/ddes/dms/dms_api.h index 750db9318..6dc64be6f 100644 --- a/src/include/ddes/dms/dms_api.h +++ b/src/include/ddes/dms/dms_api.h @@ -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 }