Bug #16979 | AUTO_INC lock in InnoDB works a table level lock | ||
---|---|---|---|
Submitted: | 31 Jan 2006 15:43 | Modified: | 20 Jun 2010 17:27 |
Reporter: | Gleb Paharenko | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S5 (Performance) |
Version: | 5.0.18 | OS: | Any (All) |
Assigned to: | Sunny Bains | CPU Architecture: | Any |
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
[4 Feb 2006 21:07]
Vadim Tkachenko
[8 May 2006 5:34]
Vadim Tkachenko
Patch for 5.0.21 tree
Attachment: auto_inc_5021.diff (application/octet-stream, text), 10.53 KiB.
[13 May 2006 4:34]
Vadim Tkachenko
new version of patch
Attachment: pa4.diff (text/plain), 11.52 KiB.
[2 Aug 2006 15:41]
Vadim Tkachenko
Patch for 5.1
Attachment: patch.51.autoinc.diff (text/plain), 10.69 KiB.