[to #55268958]fix a typo
This commit is contained in:
@ -2160,6 +2160,7 @@ stmt::StmtType ObResolverUtils::get_stmt_type_by_item_type(const ObItemType item
|
|||||||
case T_SP_CALL_STMT: {
|
case T_SP_CALL_STMT: {
|
||||||
type = stmt::T_CALL_PROCEDURE;
|
type = stmt::T_CALL_PROCEDURE;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
default: {
|
default: {
|
||||||
type = stmt::T_NONE;
|
type = stmt::T_NONE;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user