add placeholder of extract_cert_expired_time
This commit is contained in:
1
deps/oblib/src/lib/ob_name_def.h
vendored
1
deps/oblib/src/lib/ob_name_def.h
vendored
@ -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_
|
||||
|
@ -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,
|
||||
|
||||
|
Reference in New Issue
Block a user