Bug #61383 Opening new tab on current server and use crashes workbench
Submitted: 2 Jun 2011 11:06 Modified: 2 Jun 2011 11:19
Reporter: Marc Schipperheyn Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S2 (Serious)
Version:5.2.34 OS:Any
Assigned to: CPU Architecture:Any

[2 Jun 2011 11:06] Marc Schipperheyn
Description:
On localhost
Start SQL Editor
excute 
use mytable;
select some query;

New tab on current server
execute
use mytable;
Crash

How to repeat:
On localhost
Start SQL Editor
excute 
use mytable;
select some query;

New tab on current server
execute
use mytable;
Crash
[2 Jun 2011 11:19] Valeriy Kravchuk
This is a duplicate of bug #61367.