!2725 函数CreateAlterTableCommandTag内AT_EncryptionKeyRotation分支缺少break语句
Merge pull request !2725 from foolishlee/CreateAlterTableCommandTag
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user