Bug #49660 | SQLForeignKeys returns rows for another table with same name but different schem | ||
---|---|---|---|
Submitted: | 14 Dec 2009 3:49 | Modified: | 8 Apr 2010 9:32 |
Reporter: | Farid Zidan (Candidate Quality Contributor) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / ODBC | Severity: | S2 (Serious) |
Version: | 5.01.06.00 | OS: | Windows (XP SP3) |
Assigned to: | Lawrenty Novitsky | CPU Architecture: | Any |
Tags: | SQLForeignKeys |
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
[14 Dec 2009 3:52]
Farid Zidan
[14 Dec 2009 3:53]
Farid Zidan
Imported Foreign keys extra rows
Attachment: imported fk extra rows.JPG (image/jpeg, text), 76.73 KiB.
[19 Feb 2010 22:43]
Lawrenty Novitsky
Patch for the bug
Attachment: bug49660.patch (application/octet-stream, text), 2.72 KiB.