| Bug #16337 | Test case not skipped on Windows | ||
|---|---|---|---|
| Submitted: | 10 Jan 2006 12:25 | Modified: | 12 Apr 2006 9:12 |
| Reporter: | Joerg Bruehe | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | MySQL Server | Severity: | S3 (Non-critical) |
| Version: | 4.1, 5.0, 5.1 | OS: | Windows (Windows) |
| Assigned to: | Magnus Blåudd | CPU Architecture: | Any |
[12 Apr 2006 9:12]
Magnus Blåudd
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.
If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information
about accessing the source trees is available at
http://www.mysql.com/doc/en/Installing_source_tree.html
Additional info:
Fix already present. Verified by manual code inspection and by looking in pushbuild for 5.0 and 5.1

Description: (Error in the test suite.) Test case "lowercase_table3" is bound to fail on Windows. According to the comments, it should be skipped there, but it is not. Quote from "mysql-test/t/lowercase_table3.test" (4.1.16): --require r/lowercase0.require disable_query_log; show variables like "lower_case_%"; --require r/true.require select convert(@@version_compile_os using latin1) NOT IN ("NT","WIN2000","Win95/Win98","XP") as "TRUE"; How to repeat: Run the test suite on Windows. Suggested fix: Check and fix the "require" handling.