Bug #38872 | Auto-increment for Innodb does not work for mixed and statement based formats | ||
---|---|---|---|
Submitted: | 18 Aug 2008 18:44 | Modified: | 26 Feb 2009 20:10 |
Reporter: | Hema Sridharan | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: Stored Routines | Severity: | S2 (Serious) |
Version: | mysql-6.0-backup, mysql-6.0, 5.1 bzr | OS: | Linux |
Assigned to: | Luis Soares | CPU Architecture: | Any |
Tags: | regression |
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
[20 Aug 2008 15:07]
Hema Sridharan
[20 Aug 2008 15:08]
Hema Sridharan
Test case using Row based format
Attachment: test2.txt (text/plain), 1.70 KiB.