Bug #1385 | Windows server not removing dbname.sym file. | ||
---|---|---|---|
Submitted: | 23 Sep 2003 14:28 | Modified: | 10 Dec 2003 20:01 |
Reporter: | Matthew Lord | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 4.0.15 | OS: | Windows (Windows) |
Assigned to: | MySQL Verification Team | CPU Architecture: | Any |
[23 Sep 2003 14:28]
Matthew Lord
[23 Sep 2003 18:49]
MySQL Verification Team
Thank you for the bug report I was able to repeat.
[10 Dec 2003 20:01]
Michael Widenius
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 Additional info: The given behaviour is 'kind of' intentional. As you don't create the .sym file from inside the MySQL server it doesn't feel right that MySQL should delete it. (At some point we should add an option to automaticly create a .sym file on CREATE DATABASE, but this is another issue). One reason for not deleting is that you can do a DROP DATABASE and CREATE DATABASE and the new database will be created where the .sym link file points. I have now fixed in 4.0.17 that if the .sym file points to a non existing directory it's not shown in SHOW DATABASES.