Add virtual table Query_Response_Time
This commit is contained in:
committed by
wangzelin.wzl
parent
e99cf210e6
commit
10041293f1
@ -397,6 +397,7 @@ stmt::StmtType ObResolverUtils::get_stmt_type_by_item_type(const ObItemType item
|
||||
SET_STMT_TYPE(T_CREATE_SAVEPOINT);
|
||||
SET_STMT_TYPE(T_RELEASE_SAVEPOINT);
|
||||
SET_STMT_TYPE(T_ROLLBACK_SAVEPOINT);
|
||||
SET_STMT_TYPE(T_SHOW_QUERY_RESPONSE_TIME);
|
||||
#undef SET_STMT_TYPE
|
||||
case T_ROLLBACK:
|
||||
case T_COMMIT: {
|
||||
|
||||
Reference in New Issue
Block a user