support show triggers for mysqldump

This commit is contained in:
xf0
2021-08-24 20:42:03 +08:00
committed by wangzelin.wzl
parent e93afdc702
commit 1458849166
2 changed files with 23 additions and 1 deletions

View File

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