[to #55963984]Add placeholder for MySQL trigger priv.

This commit is contained in:
swjtu-wenxiang
2024-04-18 07:46:29 +00:00
committed by ob-robot
parent 57173123c4
commit 11f151f48b
5 changed files with 7 additions and 1 deletions

View File

@ -1164,6 +1164,7 @@ static ObExpr::EvalFunc g_expr_eval_functions[] = {
NULL, // ObExprDocLength::generate_doc_length, /*691*/
NULL, // ObExprTopNFilter::eval_topn_filter, /* 692 */
NULL, // ObExprIsEnabledRole::eval_is_enabled_role, /* 693 */
NULL, // ObExprCanAccessTrigger::can_access_trigger, /* 694 */
};
static ObExpr::EvalBatchFunc g_expr_eval_batch_functions[] = {