Bug #92849 | MySQL Shell not displaying large results (more than 20 rows) correctly | ||
---|---|---|---|
Submitted: | 18 Oct 2018 18:37 | Modified: | 22 Oct 2018 18:15 |
Reporter: | David Langston | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Shell General / Core Client | Severity: | S2 (Serious) |
Version: | 8.0.12 | OS: | Windows (win 10) |
Assigned to: | 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
[18 Oct 2018 19:04]
David Langston
[18 Oct 2018 20:44]
Miguel Solorzano
Running on Laptop - issue repeatable
Attachment: 92849.png (image/png, text), 47.66 KiB.
[18 Oct 2018 20:50]
Miguel Solorzano
Running on Desktop - issue non repeatable
Attachment: 92849_2.png (image/png, text), 39.28 KiB.
[18 Oct 2018 20:56]
David Langston
screen shot dell xps
Attachment: dell_xps.JPG (image/jpeg, text), 38.82 KiB.