occupy codes for the password func

This commit is contained in:
obdev
2024-02-08 20:11:52 +00:00
committed by ob-robot
parent cdfa322cc4
commit 6c236f548c
6 changed files with 22 additions and 2 deletions

View File

@ -1105,6 +1105,7 @@ static ObExpr::EvalFunc g_expr_eval_functions[] = {
NULL, //ObExprXmlConcat::eval_xml_concat, /* 663 */
NULL, //ObExprXmlForest::eval_xml_forest, /* 664 */
NULL, //ObExprExistsNodeXml::eval_existsnode_xml, /* 665 */
NULL, //ObExprPassword::eval_password, /* 666 */
};
static ObExpr::EvalBatchFunc g_expr_eval_batch_functions[] = {