Bug #13480 | Query Results depends on the fields retrieved in a query having 2 views | ||
---|---|---|---|
Submitted: | 26 Sep 2005 11:56 | Modified: | 26 Sep 2005 14:59 |
Reporter: | ANGEL MARTIN | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 5.0.12 | OS: | Windows (WINDOWS XP) |
Assigned to: | MySQL Verification Team | 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
[26 Sep 2005 12:01]
ANGEL MARTIN
[26 Sep 2005 12:01]
ANGEL MARTIN
dump of the table pfpreev
Attachment: pfpreev.zip (application/zip, text), 196.70 KiB.
[26 Sep 2005 12:01]
ANGEL MARTIN
dump of the table pfrsvab
Attachment: pfrsvab.zip (application/zip, text), 26.54 KiB.
[26 Sep 2005 12:02]
ANGEL MARTIN
Sentences to test the problem
Attachment: SENTENCES.TXT (text/plain), 2.78 KiB.
[26 Sep 2005 12:02]
ANGEL MARTIN
Sentences results of the problem
Attachment: SENTENCES_RESULTS.TXT (text/plain), 9.66 KiB.
[26 Sep 2005 12:02]
ANGEL MARTIN
views of the tables
Attachment: VIEWS.TXT (text/plain), 8.43 KiB.
[26 Sep 2005 13:58]
ANGEL MARTIN
Necessary table for the view
Attachment: pflradm.zip (application/zip, text), 1.12 KiB.