MDEV-29137 mariabackup excessive logging of ddl tracking

- Remove the FILE_MODIFY message in backup_file_op()
parent e94902c0
......@@ -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:
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment