[FEAT MERGE] rpc authentication improvement

This commit is contained in:
496148326@qq.com
2023-12-12 03:31:09 +00:00
committed by ob-robot
parent 8d9120d7fd
commit e03554cea8
44 changed files with 1594 additions and 77 deletions

View File

@ -335,6 +335,7 @@
#include "ob_expr_initcap.h"
#include "ob_expr_temp_table_ssid.h"
#include "ob_expr_align_date4cmp.h"
#include "ob_expr_extract_cert_expired_time.h"
namespace oceanbase
{
@ -1097,7 +1098,8 @@ static ObExpr::EvalFunc g_expr_eval_functions[] = {
eval_questionmark_decint2nmb, /* 658 */
eval_questionmark_nmb2decint_eqcast, /* 659 */
eval_questionmark_decint2decint_eqcast, /* 660 */
eval_questionmark_decint2decint_normalcast /* 661 */
eval_questionmark_decint2decint_normalcast, /* 661 */
ObExprExtractExpiredTime::eval_extract_cert_expired_time, /* 662 */
};
static ObExpr::EvalBatchFunc g_expr_eval_batch_functions[] = {