This commit is contained in:
hnwyllmm
2022-11-30 10:05:50 +00:00
committed by ob-robot
parent 47b0a3a4de
commit 59e975f9d7
14 changed files with 33 additions and 33 deletions

View File

@ -178,7 +178,7 @@ int ObLoadDataBase::make_parameterize_stmt(ObExecContext &ctx,
ObMaxConcurrentParam::FixParamStore fixed_param_store(OB_MALLOC_NORMAL_BLOCK_SIZE,
ObWrapperAllocator(&ctx.get_allocator()));
if (OB_FAIL(parser.parse(insertsql.string(), parse_result))) {
LOG_WARN("paser template insert sql failed", K(ret));
LOG_WARN("parser template insert sql failed", K(ret));
} else if (OB_FAIL(ObSqlParameterization::transform_syntax_tree(ctx.get_allocator(),
*session,
NULL,