From f8c7d78fccc4f45437c8ac2e7cd2f0c0addbad6f Mon Sep 17 00:00:00 2001 From: obdev Date: Mon, 29 Apr 2024 14:04:24 +0000 Subject: [PATCH] Add placeholder for T_SHARED_STORAGE_INFO --- src/objit/include/objit/common/ob_item_type.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/objit/include/objit/common/ob_item_type.h b/src/objit/include/objit/common/ob_item_type.h index bf7eec958..ea7af75d6 100755 --- a/src/objit/include/objit/common/ob_item_type.h +++ b/src/objit/include/objit/common/ob_item_type.h @@ -2474,6 +2474,7 @@ typedef enum ObItemType T_DROP_LOGFILE_GROUP, T_SET_UNION_ALL, T_SHOW_CHECK_TABLE, + T_SHARED_STORAGE_INFO, T_MAX //Attention: add a new type before T_MAX } ObItemType;