Commit fe2a7048 authored by Sergei Golubchik's avatar Sergei Golubchik

typo fixed

parent 228630f6
...@@ -3405,7 +3405,7 @@ static void xb_load_single_table_tablespace(const char *dirname, ...@@ -3405,7 +3405,7 @@ static void xb_load_single_table_tablespace(const char *dirname,
delete file; delete file;
if (err != DB_SUCCESS && xtrabackup_backup && !is_empty_file) { if (err != DB_SUCCESS && xtrabackup_backup && !is_empty_file) {
die("Failed to not validate first page of the file %s, error %d",name, (int)err); die("Failed to validate first page of the file %s, error %d",name, (int)err);
} }
ut_free(name); ut_free(name);
......
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