| Bug #68618 | Similar "Can't find file" (ER_FILE_NOT_FOUND) errors are treated differently | ||
|---|---|---|---|
| Submitted: | 9 Mar 2013 16:14 | Modified: | 11 Mar 2013 23:31 | 
| Reporter: | Chris Calender | Email Updates: | |
| Status: | Duplicate | Impact on me: | |
| Category: | MySQL Server: Logging | Severity: | S3 (Non-critical) | 
| Version: | 5.6.10, 5.5.30 | OS: | Any | 
| Assigned to: | CPU Architecture: | Any | |
| Tags: | can't find file, ER_FILE_NOT_FOUND, errno 2, errno 22 | ||
   [9 Mar 2013 16:14]
   Chris Calender        
  
 
   [9 Mar 2013 22:56]
   Chris Calender        
  The very last "Error Log (5.6.10)" output should read: Error Log (5.6.10): 2013-03-09 10:33:38 6340 [ERROR] C:\Program Files\MySQL\MySQL Server 5.6\bin\mysqld: Can't find file: '.\test\select@0020@002a@0020from@0020t1.frm' (errno: 22 - Invalid argument)
   [11 Mar 2013 9:12]
   MySQL Verification Team        
  Hi Chris, At least on Windows with mysql-trunk (5.7.2), this is fixed. mysql> select * from `t"`; ERROR 1146 (42S02): Table 'test.t"' doesn't exist mysql> select version(); +-----------------+ | version() | +-----------------+ | 5.7.2-m12-debug | +-----------------+ 1 row in set (0.00 sec) And not spam in the error log either. Therefore this is a duplicate of existing internal bug, which was deemed a minor problem, and not worthy to fix in 5.6. Bug 14642248 - NONSENSE ERROR ON WINDOWS (ERRNO: 22 - INVALID ARGUMENT)
   [11 Mar 2013 23:31]
   Chris Calender        
  Hi Shane, Excellent, many thanks! :) Best wishes, Chris
