mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
test failure
use --defaults-file to avoid reading ~/.my.cnf and don't crash if some ibdata file couldn't be opened
This commit is contained in:
parent
e8bc838eb9
commit
4e07fc0ab5
2 changed files with 2 additions and 2 deletions
|
|
@ -977,7 +977,7 @@ copy_file(ds_ctxt_t *datasink,
|
|||
const char *action;
|
||||
|
||||
if (!datafile_open(src_file_path, &cursor, thread_n)) {
|
||||
goto error;
|
||||
goto error_close;
|
||||
}
|
||||
|
||||
strncpy(dst_name, cursor.rel_path, sizeof(dst_name));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue