Bug #62443 | "DROP DATABASE test" fails with error 17 | ||
---|---|---|---|
Submitted: | 15 Sep 2011 13:40 | Modified: | 9 May 2014 10:46 |
Reporter: | Daniël van Eeden | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Installing | Severity: | S3 (Non-critical) |
Version: | 5.5.15 | OS: | Linux |
Assigned to: | CPU Architecture: | Any |
[15 Sep 2011 13:40]
Daniël van Eeden
[15 Sep 2011 13:41]
Daniël van Eeden
The code is from sql/CMakeLists.txt
[15 Sep 2011 16:18]
MySQL Verification Team
Thank you foe the bug report. [miguel@ilde ~]$ dbs/5.5/bin/mysql -uroot Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 1 Server version: 5.5.17-debug Source distribution Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql> drop database test; ERROR 1010 (HY000): Error dropping database (can't rmdir './test/', errno: 17) mysql>
[16 Sep 2011 6:19]
MySQL Verification Team
This is already reported internally as: Bug 12845091 - .EMPTY FILE IN /DATA/TEST PREVENTS USERS FROM DROPPING TEST DB ON 5.5 AND 5.6
[9 May 2014 10:46]
Tor Didriksen
Fixed in 5.5.26