Bug #44914 | Centos 4.4 Mysqld 4.1.22-2.el4 crash when SAVEPOINT is issued | ||
---|---|---|---|
Submitted: | 16 May 2009 9:34 | Modified: | 27 May 2009 14:09 |
Reporter: | Joel Heenan | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | MySQL Server: Locking | Severity: | S1 (Critical) |
Version: | 4.1.22-2 | OS: | Linux (Centos 4.4) |
Assigned to: | CPU Architecture: | Any | |
Tags: | CentOS, crash, mysqld, savepoint |
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
[16 May 2009 9:35]
Joel Heenan
[16 May 2009 9:36]
Joel Heenan
mysqld error log
Attachment: mysqld-error-log.txt (text/plain), 1.97 KiB.
[16 May 2009 11:59]
Joel Heenan
my.cnf file
Attachment: my.cnf.txt (text/plain), 1000 bytes.
[26 May 2009 9:51]
Joel Heenan
show create tables and show table status
Attachment: create_tables_table_status.txt (text/plain), 118.81 KiB.
[26 May 2009 10:18]
Sveta Smirnova
test case
Attachment: bug44914.test (application/octet-stream, text), 3.23 KiB.