Skip to content

Commit

Permalink
[fix](binlog) add modify comment binlog when replaying journal #43827 (
Browse files Browse the repository at this point in the history
…#44108)

cherry pick from #43827
  • Loading branch information
w41ter authored Nov 18, 2024
1 parent 514a17e commit 52fd800
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -810,6 +810,7 @@ public static void loadJournal(Env env, Long logId, JournalEntity journal) {
case OperationType.OP_MODIFY_COMMENT: {
ModifyCommentOperationLog operation = (ModifyCommentOperationLog) journal.getData();
env.getAlterInstance().replayModifyComment(operation);
env.getBinlogManager().addModifyComment(operation, logId);
break;
}
case OperationType.OP_ALTER_ROUTINE_LOAD_JOB: {
Expand Down

0 comments on commit 52fd800

Please sign in to comment.