Cherry-picked from #43827 Co-authored-by: walter <maochuan@selectdb.com>
This commit is contained in:
committed by
GitHub
parent
fa43cc0a90
commit
b776c2a983
@ -865,6 +865,7 @@ public class EditLog {
|
||||
case OperationType.OP_MODIFY_COMMENT: {
|
||||
ModifyCommentOperationLog operation = (ModifyCommentOperationLog) journal.getData();
|
||||
env.getAlterInstance().replayModifyComment(operation);
|
||||
env.getBinlogManager().addModifyComment(operation, logId);
|
||||
break;
|
||||
}
|
||||
case OperationType.OP_SET_PARTITION_VERSION: {
|
||||
|
||||
Reference in New Issue
Block a user