[to #2024092500104569228]refactor mysql.proc as a system view master occupancy

This commit is contained in:
obdev 2024-10-09 00:16:57 +00:00 committed by ob-robot
parent 84b5f69ee1
commit b8484dad05
3 changed files with 5 additions and 0 deletions

View File

@ -510,6 +510,7 @@ typedef enum ObItemType
T_FUN_SYS_SM4_DECRYPT = 778,
T_FUN_SYS_ENHANCED_AES_ENCRYPT = 779,
T_FUN_SYS_ENHANCED_AES_DECRYPT = 780,
T_FUNC_SYS_MYSQL_PROC_INFO = 781,
///< @note add new mysql only function type before this line
T_MYSQL_ONLY_SYS_MAX_OP = 800,

View File

@ -37980,6 +37980,9 @@ def_table_schema(
# 21626 GV$OB_LOGSTORE_SERVICE_INFO
# 21627 V$OB_LOGSTORE_SERVICE_INFO
# 21628: proc
# 余留位置(此行之前占位)
# 本区域占位建议:采用真实视图名进行占位
################################################################################

View File

@ -1267,6 +1267,7 @@ static ObExpr::EvalFunc g_expr_eval_functions[] = {
ObExprTokenize::eval_tokenize, /* 758 */
NULL, // ObExprEnhancedAesEncrypt::eval_aes_encrypt /* 759 */
NULL, // ObExprEnhancedAesDecrypt::eval_aes_decrypt /* 760 */
NULL, // ObExprMysqlProcInfo::mysql_proc_info /* 761 */
};
static ObExpr::EvalBatchFunc g_expr_eval_batch_functions[] = {