Bug #35322 | Falcon duplicate primary keys on updateable views | ||
---|---|---|---|
Submitted: | 16 Mar 2008 17:27 | Modified: | 30 Sep 2008 19:15 |
Reporter: | Philip Stoev | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Falcon storage engine | Severity: | S1 (Critical) |
Version: | 6.0-falcon-team | OS: | Any |
Assigned to: | Vladislav Vaintroub | CPU Architecture: | Any |
Tags: | triaged |
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
[16 Mar 2008 17:35]
Philip Stoev
[22 Mar 2008 19:49]
Philip Stoev
simpler test case for bug 35322
Attachment: bug35322_new.zip (application/x-zip-compressed, text), 698 bytes.
[10 Apr 2008 13:15]
Philip Stoev
Perl standalone version of test for bug 35322
Attachment: bug35322.pl (text/plain), 2.15 KiB.
[11 Apr 2008 10:11]
Philip Stoev
New test case for bug35322 in perl form
Attachment: bug35322_new.pl (text/plain), 1.50 KiB.
[11 Apr 2008 10:39]
Philip Stoev
Simplified test case for bug 35322
Attachment: bug35322_new2.pl (text/plain), 932 bytes.
[14 Apr 2008 11:14]
Vladislav Vaintroub
test case simplified further
Attachment: bug35322_simplified_test_case.pl (text/plain), 738 bytes.