placeholder for new privilege system view in mysql mode

This commit is contained in:
dontknow9179
2024-04-17 03:54:54 +00:00
committed by ob-robot
parent 4e4edf1877
commit 03782af552
11 changed files with 327 additions and 12 deletions

View File

@ -1163,6 +1163,7 @@ static ObExpr::EvalFunc g_expr_eval_functions[] = {
NULL, // ObExprLastRefreshScn::eval_last_refresh_scn /* 690 */
NULL, // ObExprDocLength::generate_doc_length, /*691*/
NULL, // ObExprTopNFilter::eval_topn_filter, /* 692 */
NULL, // ObExprIsEnabledRole::eval_is_enabled_role, /* 693 */
};
static ObExpr::EvalBatchFunc g_expr_eval_batch_functions[] = {