Add virtual table Query_Response_Time

This commit is contained in:
LINxiansheng
2022-06-24 10:30:35 +08:00
committed by wangzelin.wzl
parent e99cf210e6
commit 10041293f1
35 changed files with 977 additions and 10 deletions

View File

@ -593,6 +593,7 @@ int ObResolver::resolve(IsPrepared if_prepared, const ParseNode& parse_tree, ObS
case T_SHOW_CREATE_TABLEGROUP:
case T_SHOW_TRIGGERS:
case T_SHOW_RESTORE_PREVIEW:
case T_SHOW_QUERY_RESPONSE_TIME:
case T_SHOW_STATUS: {
REGISTER_STMT_RESOLVER(Show);
break;