Bug #22924 windows test fails with wrong errno
Submitted: 3 Oct 2006 9:02 Modified: 9 Oct 2006 11:18
Reporter: Sergey Vojtovich Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Tests Severity:S3 (Non-critical)
Version:5.1 OS:Windows (Win)
Assigned to: Sergey Vojtovich CPU Architecture:Any

[3 Oct 2006 9:02] Sergey Vojtovich
Description:
windows test fails with wrong errno:
At line 53: query 'select * from mt' failed with wrong errno 1168: 'Unable to open underlying table which is differently defined or of non-MyISAM type or doesn't exists', instead of 1017...
Was introduced with fix for bug#10974.

How to repeat:
mysql-test-run windows

Suggested fix:
Fix errno and error message according to fix for bug#10974.
[3 Oct 2006 11:48] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/12999

ChangeSet@1.2339, 2006-10-03 16:50:15+05:00, svoj@mysql.com +2 -0
  BUG#22924 - windows test fails with wrong errno
  
  Fixed a test case according to fix for bug10974.
[9 Oct 2006 11:18] Sergey Vojtovich
Fixed in 5.1.12. No changelog entry needed - a test case problem.