| Bug #28332 | Server compiled with -DNEW_HASH_FUNCTION fails ctype_utf8 | ||
|---|---|---|---|
| Submitted: | 9 May 2007 13:07 | Modified: | 23 Jun 2007 11:57 |
| Reporter: | Daniel Fischer | Email Updates: | |
| Status: | No Feedback | Impact on me: | |
| Category: | MySQL Server: Compiling | Severity: | S3 (Non-critical) |
| Version: | 5.0 | OS: | Any |
| Assigned to: | CPU Architecture: | Any | |
[23 May 2007 11:57]
Valeriy Kravchuk
Daniel, Do we still have this bug with 5.0-BK, main tree?
[23 Jun 2007 23:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".

Description: The test case ctype_utf8 fails for a server compiled with -DNEW_HASH_FUNCTION: mysqltest: At line 338: query 'insert into t1 values ('aa')' succeeded - should have failed with errno 1062... (the last lines may be the most important ones) How to repeat: Build mysql-5.0 with -DNEW_HASH_FUNCTION and run test case.