Skip to content

Commit

Permalink
remove mmon_finalize in SA slave case
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudeus committed Apr 24, 2024
1 parent 5cc1eee commit 111621d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/transaction/log_tran_table.c
Original file line number Diff line number Diff line change
Expand Up @@ -3145,10 +3145,6 @@ void
logtb_disable_update (THREAD_ENTRY * thread_p)
{
db_Disable_modifications = 1;
#ifdef SERVER_MODE
// TODO: It is a temporary measure for prevent memory monitoring in HA slave node.
mmon_finalize ();
#endif
er_log_debug (ARG_FILE_LINE, "logtb_disable_update: db_Disable_modifications = %d\n", db_Disable_modifications);
}

Expand Down

0 comments on commit 111621d

Please sign in to comment.