Bug #61209 auto_increment_offset != 1 + innodb_autoinc_lock_mode=1 => bulk inserts fail
Submitted: 18 May 2011 1:39 Modified: 17 May 2012 20:14
Reporter: Bruce Weirdan Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: InnoDB storage engine Severity:S3 (Non-critical)
Version:5.1.57, 5.5.12, 5.6.2-m5 OS:Linux (Linux weirdan 2.6.38-2-amd64 #1 SMP Sun May 8 13:51:57 UTC 2011 x86_64 GNU/Linux )
Assigned to: Sunny Bains CPU Architecture:Any

File: Maximum allowed size is 50MB.
Description:
Privacy:

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:

[18 May 2011 1:40] Bruce Weirdan
Reproduce script

Attachment: duplicate-primary.tgz (application/octet-stream, text), 1.05 KiB.

[30 Dec 2011 10:34] Patryk Pomykalski
patch for 5.1 branch

Attachment: 61209_fix_51.diff (application/octet-stream, text), 461 bytes.

[30 Dec 2011 10:37] Patryk Pomykalski
oops, there is typo in the previous one, this should work

Attachment: 61209_fix_51_working.diff (application/octet-stream, text), 466 bytes.

[26 Jan 2012 23:18] Patryk Pomykalski
5.5 branch fix with a test to reproduce this bug

Attachment: mysql55_bug_61209.patch (application/octet-stream, text), 13.59 KiB.