Bug #68162 Incorrect response in SQL Editor or Model Editor editing function or procedure.
Submitted: 24 Jan 2013 12:23 Modified: 27 Jun 2013 23:20
Reporter: Adrian Leishman Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S3 (Non-critical)
Version:5.2.45 revision 10251 OS:Linux
Assigned to: CPU Architecture:Any
Tags: `, Edit, FUNCTION, no changes, PROCEDURE

[24 Jan 2013 12:23] Adrian Leishman
Description:
If you add or remove the character ` in the editor, you can not apply the changes and you get the response "No changes detected".

MySQL Workbench CE for Linux/Unix version 5.2.45  revision 10251
Configuration Directory: /home/sml048/.mysql/workbench
Data Directory: /usr/share/mysql-workbench
Cairo Version: 1.12.2
OS: Linux 3.2.0-4-686-pae
CPU: 2x AMD Turion(tm) 64 X2 Mobile Technology TL-60 800.000 MHz, 2.8 GB RAM
Distribution: Debian GNU/Linux 7.0 (wheezy)

How to repeat:
Select "Alter Procedure" or "Alter Function" on an existing Stored Procedure or Function.  Remove (or add) the ` characters from around a field or table.  Click on "Apply"

Suggested fix:
Consider any changes (even a space) as a change and have the apply button save the changes.
[25 Mar 2013 16:27] Armando Lopez Valencia
Thaks a lot for your report
Verified in:
Windows 7x64
WB 5.2.47
[27 Jun 2013 23:20] Philip Olson
Fixed as of the upcoming MySQL Workbench 6.0.3 release, and here's the changelog entry:

Clicking "Apply" after only changing a backtick ("`") or space (" ") would
not save the result, and instead MySQL Workbench would report "No changes detected."

Thank you for the bug report.