File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
mysql-test/suite/mariabackup/include Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -977,7 +977,7 @@ copy_file(ds_ctxt_t *datasink,
977977const char *action;
978978
979979if (!datafile_open (src_file_path, &cursor, thread_n)) {
980- goto error ;
980+ goto error_close ;
981981}
982982
983983strncpy (dst_name, cursor.rel_path , sizeof (dst_name));
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ shutdown_server;
77echo # remove datadir;
88rmdir $_datadir ;
99echo # xtrabackup move back;
10- exec $XTRABACKUP --copy -back --datadir = $_datadir --target -dir = $targetdir --parallel = 2 ;
10+ exec $XTRABACKUP --defaults - file = $ MYSQLTEST_VARDIR / my . cnf -- copy -back --datadir = $_datadir --target -dir = $targetdir --parallel = 2 ;
1111echo # restart server;
1212exec echo "restart" > $_expect_file_name ;
1313enable_reconnect ;
You can’t perform that action at this time.
0 commit comments