summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2021-08-31 10:04:56 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2021-08-31 10:04:56 +0300
commite62120cec7aa21b9cf77773ecb0935b4b48ed26c (patch)
tree38d057014f832f6ba55be1e720c0437f83e4a7e4 /extra
parent1a69e1588b47403972a2475216e34dc3ff554eec (diff)
parent04647611260a77041186ace12f96b05d50bed4da (diff)
downloadmariadb-git-e62120cec7aa21b9cf77773ecb0935b4b48ed26c.tar.gz
Merge 10.4 into 10.5
Diffstat (limited to 'extra')
-rw-r--r--extra/mariabackup/xtrabackup.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/mariabackup/xtrabackup.cc b/extra/mariabackup/xtrabackup.cc
index 535568f7822..d49ad47d084 100644
--- a/extra/mariabackup/xtrabackup.cc
+++ b/extra/mariabackup/xtrabackup.cc
@@ -3341,7 +3341,7 @@ static void xb_load_single_table_tablespace(const char *dirname,
delete 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);