Bug #11568 Test case 'lowercase_table3' fails on Windows
Submitted: 25 Jun 2005 13:10 Modified: 5 Aug 2005 19:33
Reporter: Kent Boortz Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:5.0.8-pre OS:Windows (Windows XP (Professional))
Assigned to: Jim Winstead CPU Architecture:Any

[25 Jun 2005 13:10] Kent Boortz
Description:
The test case 'lowercase_table3' fails on Windows. The server is
started with --lower_case_table_names=0. 

  lowercase_table3                [ fail ]
  At line 25: query 'drop table t1' failed: 6: Error on delete of '.\test\t1.MYI' (Errcode: 13)
  At line 36: query 'SELECT * from T1' succeeded - should have failed with errno 1146...

(the last error was from commenting out the first failing test)

How to repeat:
Install a snap of mysql-5.0.8-pre on Windows, and run the test
under Cygwin, using

  % cd mysql-test
  % ./mysql-test-run.pl lowercase_table3
[25 Jun 2005 14:48] MySQL Verification Team
Starting Tests in the 'main' suite

TEST                            RESULT
-------------------------------------------------------

lowercase_table3                [ fail ]
Errors are (from d:/cygwin/home/miguel/mysql/mysql-test/var/log/mysqltest-time) :
[22 Jul 2005 0:16] Jim Winstead
This test tries to get skipped when running on Windows, but it is not checking for 'Win32' as the @@version_compile_os.
[22 Jul 2005 1:37] 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/internals/27457
[2 Aug 2005 22:59] 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/internals/27826
[3 Aug 2005 2:52] Jim Winstead
Fixed in 5.0.14.
[5 Aug 2005 19:33] Jim Winstead
5.0.11, that is.