Bug #83230 | Wronge rows after delete in result grid | ||
---|---|---|---|
Submitted: | 30 Sep 2016 20:42 | Modified: | 1 Oct 2016 2:09 |
Reporter: | Ahmad Alkhateeb | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Workbench | Severity: | S5 (Performance) |
Version: | 6.3.7 | OS: | Windows (Microsoft Windows 8.1 Enterprise) |
Assigned to: | CPU Architecture: | Any | |
Tags: | WBBugReporter |
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
[1 Oct 2016 2:03]
Miguel Solorzano
[1 Oct 2016 2:04]
Miguel Solorzano
2 rows selected for delete
Attachment: selecting_2_rows.png (image/png, text), 122.69 KiB.
[1 Oct 2016 2:05]
Miguel Solorzano
option menu to delete selected rows
Attachment: deleting_2_rows.png (image/png, text), 121.16 KiB.
[1 Oct 2016 2:05]
Miguel Solorzano
sql script for delete 2 rows before selected
Attachment: delete_sql_script.png (image/png, text), 109.11 KiB.
[1 Oct 2016 2:06]
Miguel Solorzano
delete sql script success
Attachment: script_success..png (image/png, text), 99.94 KiB.
[1 Oct 2016 2:07]
Miguel Solorzano
3 rows remains so correct result
Attachment: correct_#_of_rows_after_delete.png (image/png, text), 145.12 KiB.