| Bug #81069 | Workbench SQL editor crash | ||
|---|---|---|---|
| Submitted: | 13 Apr 2016 14:13 | Modified: | 18 May 2016 17:49 |
| Reporter: | Luděk Turzík | Email Updates: | |
| Status: | No Feedback | Impact on me: | |
| Category: | MySQL Workbench: SQL Editor | Severity: | S3 (Non-critical) |
| Version: | 6.3.4 | OS: | Windows (Microsoft Windows 10 Pro) |
| Assigned to: | CPU Architecture: | Any | |
| Tags: | WBBugReporter | ||
[18 Apr 2016 17:49]
MySQL Verification Team
Thank you for the bug report. Please try version 6.3.6 if the issue continues please provide a dump file (create table plus insert data) to run the offended query on our side. Thanks.
[19 May 2016 1:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".

Description: Workbench SQL editor crash while executing EXPLAIN EXTENDED SELECT .... How to repeat: I try executed this command: EXPLAIN EXTENDED select * from partlist where InUse = 1 and ID in ( select ordersrec.PAID from ordersrec where ordersrec.SourceID IN ('2161') and ordersrec.SourceType = 'kdmain' ) WB returned Bug window with Czech error message ( this means as "Index is out of range") I supppose that returned results contains some critical czech characters for WB.