Bug #63604 Applying changes to unaltered table, message in output panel stays as Preparing
Submitted: 5 Dec 2011 14:24 Modified: 20 Sep 2012 5:47
Reporter: Alex Whitman Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S3 (Non-critical)
Version:5.2.36 OS:Any
Assigned to: CPU Architecture:Any

[5 Dec 2011 14:24] Alex Whitman
Description:
When altering a table, if no changes are made and the Apply button is clicked the 'Message' in the 'Output' panel stays as 'Preparing...'

How to repeat:
- Open SQL editor and drill down into a database to view tables.
- Right click on table and select 'Alter Table...'
- Without making any changes, click the 'Apply' button.
- 'Message' column in 'Output' panel stays as 'Preparing...'

Suggested fix:
Change the message to indicate that no changes are to be made or disable the Apply button until a change can be applied.
[5 Dec 2011 14:28] MySQL Verification Team
Thank you for the bug report.
[5 Sep 2012 10:08] Wolfgang Jacques
Bug still present in 5.2.42. Additional Information: As soon as I click on the "preparing" message it shows "No changes detected".
[20 Sep 2012 5:47] Philip Olson
Fixed as of the upcoming Workbench 5.2.44, and here's the changelog entry:

 After choosing "Alter Table", pressing "Apply" would cause 
 MySQL Workbench to display "Preparing..." in the output panel, 
 but it now now displays "No changes detected."

Thank you for the bug report.