函数CreateAlterTableCommandTag内AT_EncryptionKeyRotation分支缺少break语句

This commit is contained in:
lilong 2023-01-03 15:08:54 +08:00
parent ee3b7bcb4c
commit 8d57f28cb1
1 changed files with 1 additions and 0 deletions

View File

@ -9289,6 +9289,7 @@ const char* CreateAlterTableCommandTag(const AlterTableType subtype)
break;
case AT_EncryptionKeyRotation:
tag = "ENCRYPTION KEY ROTATION";
break;
case AT_AddInherit:
tag = "ADD INHERIT";
break;