Bug #78410 | Datadir is not portable due to path separators not normalized during recovery | ||
---|---|---|---|
Submitted: | 11 Sep 2015 14:42 | Modified: | 2 Oct 2015 11:35 |
Reporter: | Rahul Sisondia | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S3 (Non-critical) |
Version: | 5.7.9 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[11 Sep 2015 14:42]
Rahul Sisondia
[2 Oct 2015 11:35]
Daniel Price
Posted by developer: Fixed as of the upcoming 5.7.10, 5.8.0 release, and here's the changelog entry: On Windows, the server exited during crash recovery when started on a data directory copied form a non-Windows platform. The failure was due to a file path separator conversion issue. Thank you for the bug report.
[2 Oct 2015 16:56]
Daniel Price
The changelog entry was revised as follows: After a crash on Windows, copying the data directory to a non-Windows platform to perform the restore caused a crash recovery failure on startup. The code did not convert file path separators from \ to / in the redo log.