Bug #46453 | MySql .NET connector strange behaviour | ||
---|---|---|---|
Submitted: | 29 Jul 2009 15:54 | Modified: | 23 Jun 2010 23:33 |
Reporter: | Bogdan Patru | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | Connector / NET | Severity: | S2 (Serious) |
Version: | 6.0.4.0 | OS: | Windows (XP 64bit) |
Assigned to: | Vladislav Vaintroub | CPU Architecture: | Any |
Tags: | DataTable.Load, primary key |
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
[3 Aug 2009 8:52]
Bogdan Patru
[3 Aug 2009 8:53]
Bogdan Patru
DESCRIBE on second query
Attachment: bug46453_pict2.png (image/png, text), 136.34 KiB.
[3 Aug 2009 8:53]
Bogdan Patru
Query results first query
Attachment: bug46453_queryres1.png (image/png, text), 167.18 KiB.
[3 Aug 2009 8:53]
Bogdan Patru
Query results second query
Attachment: bug46453_queryres2.png (image/png, text), 167.17 KiB.
[14 Aug 2009 7:26]
Tonci Grgin
Test case
Attachment: Bug46453.txt (text/plain), 2.28 KiB.
[23 Jun 2010 23:30]
Vladislav Vaintroub
test case
Attachment: test.cs (text/plain), 3.89 KiB.