Bug #7056 Garbage in database dir due to character_set_system=utf8
Submitted: 7 Dec 2004 1:28 Modified: 5 Jan 2005 20:36
Reporter: Andrey Volkov Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server Severity:S2 (Serious)
Version:mysql-4.1.7-win OS:Windows (WinXP Pro)
Assigned to: Assigned Account CPU Architecture:Any

[7 Dec 2004 1:28] Andrey Volkov
Description:
If I try create table with non-latin name (cyrillic in my case) then mysql create
files in utf8 charset, but, in case of Russian WinXP, it must be cp1251. So, sometime, I could get undeletable files.

How to repeat:
Simple call 
 CREATE TABLE `something by russian`

Suggested fix:
Need configurable 'character_set_system' or 'character_set_filesystem'
[18 Dec 2004 13:45] Sergey Perminov
I have the same bug.
[5 Jan 2005 17:02] Aleksey Kishkin
Dear Andrey Volkov,
'DROP TABLE' works properly with that tables, so they cannot be specified as 'undeleteable';
If you find repeatable case, when mysql creates some table and then cannot delete it, please submit it for us and reopen this bug report.
[5 Jan 2005 20:36] Sergei Golubchik
Closed as a duplicate of http://bugs.mysql.com/bug.php?id=3906