array expr&errno placeholder

This commit is contained in:
obdev
2024-05-22 11:19:48 +00:00
committed by ob-robot
parent 9345dccd58
commit 81e450f995
7 changed files with 43 additions and 2 deletions

View File

@ -1196,6 +1196,7 @@ static ObExpr::EvalFunc g_expr_eval_functions[] = {
NULL, // ObExprRbToString::eval_rb_to_string, /* 717 */
NULL, // ObExprRbFromString::eval_rb_from_string, /* 718 */
NULL, // ObExprRbIterate::eval_rb_iterate, /* 719 */
NULL, // ObExprArray::eval_array, /* 720 */
};
static ObExpr::EvalBatchFunc g_expr_eval_batch_functions[] = {