occupy for dbms scheduler calendar

This commit is contained in:
lmjhh
2025-02-27 09:15:26 +00:00
committed by ob-robot
parent a29da89255
commit 4e9e239e23

View File

@ -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;