Commit c5512878 authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-14425 fixup: Fix a typo in mariadb-backup

parent e2e4aa29
......@@ -1871,7 +1871,7 @@ dberr_t recv_sys_t::find_checkpoint()
sql_print_error("%s The redo log was created with %s%s",
srv_operation == SRV_OPERATION_NORMAL
? "InnoDB: Upgrade after a crash is not supported."
: "mariadb-backup --prepare is not possible", creator,
: "mariadb-backup --prepare is not possible.", creator,
(err == DB_ERROR ? "." : ", and it appears corrupted."));
return err;
}
......
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