[scn] fix failure of mittest after refresh feature scn

This commit is contained in:
obdev
2022-11-28 01:46:42 +00:00
committed by ob-robot
parent 49a02f3304
commit 54b64a7263
1898 changed files with 255804 additions and 280809 deletions

View File

@ -264,7 +264,6 @@ int ObAlterRoutineResolver::parse_routine(
pl::ObPLParser parser(*(params_.allocator_), dtc_params.connection_collation_);
ParseResult parse_result;
ObString body = source;
MEMSET(&parse_result, 0, SIZEOF(ParseResult));
OZ (ObSQLUtils::convert_sql_text_from_schema_for_resolve(
*(params_.allocator_), dtc_params, body));
OZ (parser.parse(body, body, parse_result));