Bug #18779 | Crash on insert of UTF8 in some InnoDB tables | ||
---|---|---|---|
Submitted: | 4 Apr 2006 17:35 | Modified: | 5 Apr 2006 0:28 |
Reporter: | Mathieu Langlois | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S1 (Critical) |
Version: | 5.0.18 | OS: | MacOS (MacOS Server 10.4.5) |
Assigned to: | Heikki Tuuri | CPU Architecture: | Any |
[4 Apr 2006 17:35]
Mathieu Langlois
[4 Apr 2006 18:41]
Kolbe Kegel
Hi, I was unable to repeat this using the test case provided on the 5.0.19 standard binary on Mac OS 10.4.5. Please provide more details about the problem including how often it occurs and more information about the "certain conditions" that you believe might effect this behavior.
[4 Apr 2006 21:50]
Heikki Tuuri
Mathieu, could it be this bug: http://bugs.mysql.com/bug.php?id=17530 ? Did you originally define the index on a colum prefix LONGER than 255 that is shown in the SHOW CREATE TABLE? Regards, Heikki
[5 Apr 2006 0:28]
Mathieu Langlois
Thank you Heikki, this is exactly my bug, the index was originally set for 500 characters. I didn't find that bug because I wasn't looking for an index bug!