placeholder id for mysql audit

This commit is contained in:
yinyj17
2024-02-07 03:40:41 +00:00
committed by ob-robot
parent aa88aa7ea6
commit be2957b2e8
3 changed files with 14 additions and 0 deletions

View File

@ -1086,6 +1086,10 @@ static ObExpr::EvalFunc g_expr_eval_functions[] = {
NULL, //ObExprSTSymDifference::eval_st_symdifference, /* 651 */
NULL, //ObExprPrivSTAsMVTGeom::eval_priv_st_asmvtgeom, /* 652 */
NULL, //ObExprPrivSTMakeValid::eval_priv_st_makevalid, /* 653 */
NULL, //ObExprAuditLogSetFilter::eval_set_filter, /* 654 */
NULL, //ObExprAuditLogRemoveFilter::eval_remove_filter, /* 655 */
NULL, //ObExprAuditLogSetUser::eval_set_user, /* 656 */
NULL, //ObExprAuditLogRemoveUser::eval_remove_user, /* 657 */
};
static ObExpr::EvalBatchFunc g_expr_eval_batch_functions[] = {