Oracle syntax compatibility: alter system kill session

This commit is contained in:
yaojing624
2023-07-13 13:12:20 +00:00
committed by ob-robot
parent 63d1fb2cb8
commit a8b35aca3d
9 changed files with 57 additions and 2 deletions

View File

@ -744,6 +744,10 @@ int ObResolver::resolve(IsPrepared if_prepared, const ParseNode &parse_tree, ObS
REGISTER_STMT_RESOLVER(AlterSystemSet);
break;
}
case T_ALTER_SYSTEM_KILL: {
REGISTER_STMT_RESOLVER(Kill);
break;
}
case T_ALTER_SESSION_SET: {
REGISTER_STMT_RESOLVER(AlterSessionSet);
break;