mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Fix the test mariabackup.mdev-14447
The test mariabackup.mdev-14447 started failing due to the option --apply-log-only that became invalid since commit9bdf35e90f
and had been removed in commit8c71c6aa8b
.
This commit is contained in:
parent
d33c9ca1b0
commit
01ed614027
1 changed files with 2 additions and 2 deletions
|
@ -30,9 +30,9 @@ remove_file $backuplog;
|
|||
|
||||
--disable_result_log
|
||||
echo # Prepare full backup, apply incremental one;
|
||||
exec $XTRABACKUP --prepare --verbose --apply-log-only --target-dir=$basedir;
|
||||
exec $XTRABACKUP --prepare --verbose --target-dir=$basedir;
|
||||
|
||||
exec $XTRABACKUP --prepare --verbose --apply-log-only --target-dir=$basedir --incremental-dir=$incremental_dir ;
|
||||
exec $XTRABACKUP --prepare --verbose --target-dir=$basedir --incremental-dir=$incremental_dir ;
|
||||
|
||||
echo # Restore and check results;
|
||||
let $targetdir=$basedir;
|
||||
|
|
Loading…
Reference in a new issue