Skip to content
Permalink
Browse files
MDEV-29137 mariabackup excessive logging of ddl tracking
- Remove the FILE_MODIFY message in backup_file_op()
  • Loading branch information
Thirunarayanan committed Jul 26, 2022
1 parent e94902c commit 1d36298
Showing 1 changed file with 0 additions and 1 deletion.
@@ -846,7 +846,6 @@ static void backup_file_op(ulint space_id, int type,
case FILE_MODIFY:
ddl_tracker.insert_defer_id(
space_id, filename_to_spacename(name, len));
msg("DDL tracking : modify %zu \"%.*s\"", space_id, int(len), name);
break;
case FILE_RENAME:
{

0 comments on commit 1d36298

Please sign in to comment.