Commit e03ad4f7 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Fix a typo

parent 1b577e4d
...@@ -4203,7 +4203,7 @@ static bool xtrabackup_backup_func() ...@@ -4203,7 +4203,7 @@ static bool xtrabackup_backup_func()
memset(&stat_info, 0, sizeof(MY_STAT)); memset(&stat_info, 0, sizeof(MY_STAT));
dst_log_file = ds_open(ds_redo, "ib_logfile0", &stat_info); dst_log_file = ds_open(ds_redo, "ib_logfile0", &stat_info);
if (dst_log_file == NULL) { if (dst_log_file == NULL) {
msg("§rror: failed to open the target stream for " msg("Error: failed to open the target stream for "
"'ib_logfile0'."); "'ib_logfile0'.");
goto fail; goto fail;
} }
......
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