Bug #51104 | Low-level OS file errors are sent to client instead of meaningful MySQL errors | ||
---|---|---|---|
Submitted: | 11 Feb 2010 14:57 | Modified: | 18 Jun 2012 7:32 |
Reporter: | Philip Stoev | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: Errors | Severity: | S3 (Non-critical) |
Version: | 5.1,next-mr | OS: | Any |
Assigned to: | Jon Olav Hauglid | CPU Architecture: | Any |
[11 Feb 2010 14:57]
Philip Stoev
[18 Jun 2012 7:32]
Jon Olav Hauglid
Current trunk: mysql> rename table t1.t1 to t2.t2; ERROR 1017 (HY000): Can't find file: './t1/t1.frm' (errno: 2 - No such file or directory) mysql> create view t2.t2 as select 1; ERROR 1049 (42000): Unknown database 't2' mysql> rename table testdb_S.t1_base1_N to testdb_S.t1_base2_N; ERROR 1017 (HY000): Can't find file: './testdb_s/t1_base1_N.frm' (errno: 2 - No such file or directory) mysql> alter database nosuch default collate utf8_bin; ERROR 1 (HY000): Can't create/write to file './nosuch/db.opt' (Errcode: 2 - No such file or directory) Most of these improvements were done in the scope of Bug#48348