Bug #15404 File paths on windows in the generate migration lua script need to escape the \
Submitted: 1 Dec 2005 19:14 Modified: 5 Dec 2005 13:19
Reporter: Sebastien Caisse Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Migration Toolkit Severity:S3 (Non-critical)
Version:1.0.20rc OS:Windows (Windows XP)
Assigned to: CPU Architecture:Any

[1 Dec 2005 19:14] Sebastien Caisse
Description:
When generating the lua script on windows to an Access MDB file, the stored file path doesn't escape the / characters and as such when running the script it can't file the file.

How to repeat:
Generate any migration script using a MDB file as a source database and run it using GrtSh.

Suggested fix:
Escape the slashes. Perhaps just parsing the value and replacing "/" with "//" will do. I didn't look into that.
[5 Dec 2005 13:19] Michael G. Zinner
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html