Bug #26079 | max_binlog_size + innodb = not make new binlog and hang server | ||
---|---|---|---|
Submitted: | 5 Feb 2007 12:33 | Modified: | 31 Mar 2007 23:00 |
Reporter: | T M | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 5.1.14(16), 5.1.17BK | OS: | Linux (RHEL4 AS x86_64, suse9.3x86) |
Assigned to: | Andrei Elkin | CPU Architecture: | Any |
Tags: | hang, innodb |
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
[12 Feb 2007 11:24]
Heikki Tuuri
[12 Feb 2007 11:25]
Heikki Tuuri
Heikki's ibtest3 Perl test program
Attachment: ibtest3 (text/plain), 4.07 KiB.