Skip to content

Commit 8149b3d

Browse files
committed
fixup! bfaff60
Try to fix the Windows build
1 parent bfaff60 commit 8149b3d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

storage/innobase/handler/backup_innodb.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,8 @@ class InnoDB_backup
325325
goto retry;
326326
}
327327

328-
my_error(ER_CANT_CREATE_FILE, MYF(0), node->name, my_osmaperr(err));
328+
my_osmaperr(err);
329+
my_error(ER_CANT_CREATE_FILE, MYF(0), node->name, errno);
329330
return -1;
330331
}
331332
sql_print_information("BACKUP SERVER: copy %s", node->name);

0 commit comments

Comments
 (0)