Description:
Using mysql-workbench-oss-5.2.15a-beta-win32-noinstall.zip the SQL editor appears to have lost the 'Execute SQL Script in Connected Server' button.
I can only execute queries using Ctrl+Enter.
How to repeat:
1. Unzip MySQL Workbench into new directory.
2. Double-click MySQLWorkbench.exe - Workbench 5.2.15 OSS beta loads.
3. In 'Home' tab, 'Workspace' section double-click a stored connection in box under 'Open Connection to start Querying' - SQL editor loads in new tab.
Expected result (as experienced previously in WB 5.2.14 OSS Beta rev. 4990):
Toolbar contains 13 buttons:
Open a SQL Script File
Save SQL Script to File
Save SQL to Snippets List
Execute SQL Script in Connected Server
Explain selected SQL
Stop the query being executed (...)
Toggle whether the execution of SQL script should continue ...
Commit
Rollback
Toggle auto-commit mode
Reconnect to DBMS
Refresh state of database structures: ...
Toggle whether query result tabs should be kept ...
Enter SQL query and click 'Execute SQL Script in Connected Server' button and resultset is returned.
Actual Result:
Toolbar contains 13 buttons:
Open a SQL Script File
Save SQL Script to File
Save SQL to Snippets List
***** BUTTON MISSING ***** Execute SQL Script in Connected Server
Explain selected SQL
Stop the query being executed (...)
Toggle whether the execution of SQL script should continue ...
Commit
Rollback
Toggle auto-commit mode
Reconnect to DBMS
Refresh state of database structures: ...
Toggle whether query result tabs should be kept ...
Enter SQL query - only way to execute query is to hit Ctrl+Enter.
Notes:
After removing previous install (WB 5.2.14 OSS Beta rev. 4990) by deleting folder, I ran CCleaner to try and clean up any registry entries that might confuse the issue.
Suggested fix:
Add button back
- or let me know if there are some configuration settings I have messed up that I can correct to make the button reappear.
Thanks!