patch some bugfixs into opensource
This commit is contained in:
@ -1240,12 +1240,13 @@ int ObRawExprPrinter::print(ObSysFunRawExpr* expr)
|
||||
break;
|
||||
}
|
||||
case T_FUN_SYS_LNNVL: {
|
||||
DATA_PRINTF("%.*s", LEN_AND_PTR(func_name));
|
||||
DATA_PRINTF("(%.*s", LEN_AND_PTR(func_name));
|
||||
if (1 != expr->get_param_count()) {
|
||||
ret = OB_ERR_UNEXPECTED;
|
||||
LOG_WARN("param count should be equal 1", K(ret), K(expr->get_param_count()));
|
||||
} else {
|
||||
PRINT_EXPR(expr->get_param_expr(0));
|
||||
DATA_PRINTF(")");
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user