From 4e9e239e232759fc89cfdb1844803085cfda90b5 Mon Sep 17 00:00:00 2001 From: lmjhh <576788582@qq.com> Date: Thu, 27 Feb 2025 09:15:26 +0000 Subject: [PATCH] occupy for dbms scheduler calendar --- src/objit/include/objit/common/ob_item_type.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/objit/include/objit/common/ob_item_type.h b/src/objit/include/objit/common/ob_item_type.h index 776fa3af7e..502d3e401a 100644 --- a/src/objit/include/objit/common/ob_item_type.h +++ b/src/objit/include/objit/common/ob_item_type.h @@ -2754,6 +2754,13 @@ typedef enum ObItemType // parser config: ik_mode T_IK_MODE = 4800, T_DML_PARALLEL = 4801, + //pl dbms scheduler calendar + T_SCHED_CALENDAR = 4802, + T_SCHED_CALENDAR_LIST = 4803, + T_SCHED_CALENDAR_FREQ = 4804, + T_SCHED_CALENDAR_INTERVAL = 4805, + T_SCHED_CALENDAR_BY = 4806, + T_SCHED_CALENDAR_BY_LIST = 4807, T_MAX //Attention: add a new type before T_MAX } ObItemType;