Bug #75937 | InnoDB: Make general tablespaces portable from Windows to Unix | ||
---|---|---|---|
Submitted: | 17 Feb 2015 17:17 | Modified: | 8 Jul 2015 16:18 |
Reporter: | Kevin Lewis | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S3 (Non-critical) |
Version: | 5.7.6 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[17 Feb 2015 17:17]
Kevin Lewis
[8 Jul 2015 16:18]
Daniel Price
Posted by developer: Fixed as of the upcoming 5.7.8, 5.8.0 releases, and here's the changelog entry: General tablespaces created on Windows using a relative data file path could not be opened on Unix-like systems. InnoDB failed to convert the backslash (\) directory separator that is used in the Windows version of the relative data file path.
[13 Jul 2015 17:53]
Daniel Price
Posted by developer: A note about the this limitation and its removal was added to: https://dev.mysql.com/doc/refman/5.7/en/create-tablespace.html https://dev.mysql.com/doc/refman/5.7/en/general-tablespaces.html