Bug #637 | failure to create master.pid | ||
---|---|---|---|
Submitted: | 11 Jun 2003 11:18 | Modified: | 4 Jul 2003 7:56 |
Reporter: | David Lovering | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Installing | Severity: | S2 (Serious) |
Version: | 4.0.13 | OS: | Linux (RedHat Linux 9.0) |
Assigned to: | Victor Vagin | CPU Architecture: | Any |
[11 Jun 2003 11:18]
David Lovering
[4 Jul 2003 7:04]
Victor Vagin
Thank you for taking the time to report a problem. Unfortunately you are not using a current version of the product your reported a problem with -- the problem might already be fixed. Please download a new version from http://www.mysql.com/downloads/ If you are able to reproduce the bug with one of the latest versions, please change the version on this bug report to the version you tested and change the status back to "Open". Again, thank you for your continued support of MySQL. We don't plan to fix this bug in mysql-4.0. It is already fixed in newer version mysql-4.1.
[4 Jul 2003 7:23]
Victor Vagin
To launch 'make test' you have to add option --with-extra-charset=complex to configure.. We will add this note to manual soon..
[4 Jul 2003 7:56]
Sergei Golubchik
In fact, you only need -with-extra-charset=complex for ctype_xxx tests to work. Unfortunately in MySQL 4.0 there is no easy way to determine what charsets are available from the test - to skip tests intelligently (like InnoDB or BDB tests are skipped). It's done (for a long time already) in 4.1 As for 4.0 - you can simply remove - or rename ctype_xxx tests (to e.g. *.test-disabled)