Bug #29877 | MySQL Connector/Net 5.0.7 Not Updating auto_increment Primary Key Column | ||
---|---|---|---|
Submitted: | 18 Jul 2007 18:10 | Modified: | 13 Nov 2007 11:32 |
Reporter: | Matthew Bilek | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / NET | Severity: | S2 (Serious) |
Version: | 5.0.7 | OS: | Windows |
Assigned to: | MC Brown | 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
[9 Aug 2007 15:39]
Matthew Bilek
[9 Aug 2007 15:39]
Matthew Bilek
5.0.7 Results
Attachment: MySQL Bug 29877 5.0.7.doc (application/msword, text), 274.00 KiB.
[13 Aug 2007 10:37]
Tonci Grgin
Simplified test caes
Attachment: B29877.txt (application/x-download, text), 3.86 KiB.
[13 Aug 2007 14:38]
Bogdan Degtyariov
C# project
Attachment: _bug29877_vs2005.zip (application/not-important, text), 4.37 KiB.