Bug #89866 | MySQL Workbench 64 Bit: crash while query on huge table and PC restart required | ||
---|---|---|---|
Submitted: | 1 Mar 2018 11:04 | Modified: | 9 Jul 2019 14:53 |
Reporter: | Patrik Schwieger | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench | Severity: | S3 (Non-critical) |
Version: | 6.3.10.0 | OS: | Windows |
Assigned to: | CPU Architecture: | x86 (64 bit) |
[1 Mar 2018 11:04]
Patrik Schwieger
[1 Mar 2018 11:45]
Patrik Schwieger
Clarification about how to repeat: Query a table which is realy huge. "huge" means here in terms of one row is huge due to the blob and not the count of table rows at all.
[3 Mar 2018 18:54]
MySQL Verification Team
Thank you for the bug report, duplicate/related to bug https://bugs.mysql.com/bug.php?id=83992.
[5 Mar 2018 8:00]
Patrik Schwieger
Which part of my report is a duplicate to SSH related stuff? I do *not* use SSH connection. Part 1 is about the unlimited memory consumption and a crash Part 2 is about a crash after the crash due to a possible lock on a file The affected table has in file system about 7,6 GB and DB internally it’s 5,06 GB with currently 1097 rows as shown with show table status from myDbSchema; The guilty column in that table is of type mediumblob.
[21 Mar 2018 8:42]
Patrik Schwieger
Please re-check based on my last comment if this is really a duplicate
[30 Mar 2018 9:27]
Chiranjeevi Battula
Hello Patrik, Thank you for the bug report. Verified this behavior on MySQL Workbench in 6.3.10 version. Thanks, Chiranjeevi.
[9 Jul 2019 14:53]
Christine Cole
Posted by developer: Fixed as of the upcoming MySQL Workbench 8.0.18 release, and here's the changelog entry: On Windows, a query made on a table with exceptionally large column data, such as a BLOB column exceeding 5 MB, caused MySQL Workbench to stop working (client ran out of memory). On restart of the program, a locked file prevented additional queries until the computer was restarted. Thank you for the bug report.