[CP] [to #54896033]fix bug nested sql triggerd by dynamic stmt

This commit is contained in:
seuwebber
2024-02-29 06:14:57 +00:00
committed by ob-robot
parent cdb2699b00
commit c1effc9496
2 changed files with 7 additions and 2 deletions

View File

@ -2157,6 +2157,9 @@ stmt::StmtType ObResolverUtils::get_stmt_type_by_item_type(const ObItemType item
type = stmt::T_LOCK_TABLE;
}
break;
case T_SP_CALL_STMT: {
type = stmt::T_CALL_PROCEDURE;
}
default: {
type = stmt::T_NONE;
}