Bug #65260 occasional crash when executing a large script
Submitted: 9 May 2012 15:09 Modified: 18 May 2012 16:46
Reporter: Bogdan Fürst Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S3 (Non-critical)
Version:5.2.39 OS:Windows (Microsoft Windows 7 Ultimate Edition (build 7600), 64-bit)
Assigned to: CPU Architecture:Any
Tags: WBBugReporter

[9 May 2012 15:09] Bogdan Fürst
Description:
Crash occasionally (without report window) when executing script containing approx. INSERT INTO - VALUES (5000) and 6000× upsert via CALL procedure.
I noticed the issue is related to 'Action output' not being cleared, since the crash seem to occur more often (not sure if exclusively) when i forget to clear the 'Action output' from previous run. 6000× call proc seems to be the problem as every line produces a new line in 'Action output'.

How to repeat:
add INSERT INTO - VALUES (list of 5000 values) and 6000× upserts (CALL procedure);
repeat 'execute script' toolbar command until crash;
[9 May 2012 16:47] MySQL Verification Team
Thank you for the bug report.
[9 May 2012 21:40] Bogdan Fürst
same query, but swithed to 'Text output', which remains empty: no crash... this must be related to overpopulated 'Action output'

As a feature request: 
- option to redirect all output to a text file (even if overwritten on each run, coud still be usefull to review large query results)
- 'Open query log' button in script editor toolbar
[14 May 2012 21:48] MySQL Verification Team
http://bugs.mysql.com/bug.php?id=65313 marked as duplicate of this one.
[18 May 2012 16:46] MySQL Verification Team
Duplicate of http://bugs.mysql.com/bug.php?id=55312.