add placeholder of extract_cert_expired_time

This commit is contained in:
obdev
2024-02-07 02:43:43 +00:00
committed by ob-robot
parent 93bd93e86e
commit 58324fb9a1
2 changed files with 2 additions and 0 deletions

View File

@ -1072,4 +1072,5 @@
#define N_ALIGN_DATE4CMP "align_date4cmp"
#define N_INEER_IS_TRUE "inner_is_true"
#define N_INNER_DECODE_LIKE "inner_decode_like"
#define N_EXTRACT_CERT_EXPIRED_TIME "extract_cert_expired_time"
#endif //OCEANBASE_LIB_OB_NAME_DEF_H_

View File

@ -495,6 +495,7 @@ typedef enum ObItemType
T_FUN_SYS_CURRENT_USER_PRIV = 766,
T_FUN_SYS_CURRENT_ROLE = 767,
T_FUN_SYS_EXTRACT_CERT_EXPIRED_TIME = 768,
///< @note add new mysql only function type before this line
T_MYSQL_ONLY_SYS_MAX_OP = 800,