[to #55268958]fix a typo

This commit is contained in:
seuwebber
2024-03-04 07:54:41 +00:00
committed by ob-robot
parent 66e82742b4
commit 7dcbcffb99

View File

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