summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2021-08-31 08:36:59 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2021-08-31 08:36:59 +0300
commite835cc851e389770219a33037af65db8887cc9a8 (patch)
tree84305de5bfaf4d2e2fc8977cd118b5820f8e581f /extra
parentb378ddb3d3c3af75195d328018259369671bb029 (diff)
parentceb40ef45b735f7e35aa87306b220a8493f4d754 (diff)
downloadmariadb-git-e835cc851e389770219a33037af65db8887cc9a8.tar.gz
Merge 10.2 into 10.3
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 3ab9a5f7c9f..8e2526d826e 100644
--- a/extra/mariabackup/xtrabackup.cc
+++ b/extra/mariabackup/xtrabackup.cc
@@ -3400,7 +3400,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);