Bug #32125 | Database crash due to ha_innodb.cc:3896: ulint convert_search_mode_to_innobase | ||
---|---|---|---|
Submitted: | 5 Nov 2007 20:44 | Modified: | 25 Feb 2011 23:52 |
Reporter: | Artem Russakovskii | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S1 (Critical) |
Version: | 5.1.16-17, 5.1.23-BK, 5.0.44 | OS: | Any |
Assigned to: | Vasil Dimov | CPU Architecture: | Any |
Tags: | backport_050050SP1, convert_search_mode_to_innobase, crash, MySQL |
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[14 Nov 2007 12:47]
Vasil Dimov
[14 Nov 2007 17:08]
Piotr Gasidlo
Untested patch for 5.0.45
Attachment: 99_convert_search_mode_to_innobase.dpatch (application/octet-stream, text), 5.23 KiB.
[15 Nov 2007 13:52]
Vasil Dimov
Patch against MySQL 5.0.45. This patch has been applied to the InnoDB 5.0 repository and will be included in the next 5.0.x
Attachment: convert_search_mode_to_innobase-5.0.diff (application/octet-stream, text), 3.35 KiB.