Bug #29152 | INSERT DELAYED does not use concurrent_insert on slave | ||
---|---|---|---|
Submitted: | 15 Jun 2007 23:18 | Modified: | 24 Aug 2007 9:42 |
Reporter: | Arjen Lentz | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S2 (Serious) |
Version: | 5.0.24, 5.0 BK, 5.1 BK | OS: | Linux (2.6.5 x86_64, all) |
Assigned to: | Sergey Vojtovich | CPU Architecture: | Any |
Tags: | bfsm_2007_06_28, concurrent, DELAYED, insert, myisam, regression, replication, slave |
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
[22 Jun 2007 6:51]
Sveta Smirnova
[22 Jun 2007 6:53]
Sveta Smirnova
master options
Attachment: rpl_bug29152-master.opt (application/octet-stream, text), 22 bytes.
[22 Jun 2007 6:54]
Sveta Smirnova
slave options file
Attachment: rpl_bug29152-slave.opt (application/octet-stream, text), 22 bytes.