Bug #78683 | Can't edit any stored procedure with Workbench | ||
---|---|---|---|
Submitted: | 2 Oct 2015 14:41 | Modified: | 7 Dec 2015 20:59 |
Reporter: | Adrian Murariu | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench: SQL Editor | Severity: | S1 (Critical) |
Version: | 6.3.4 | OS: | Windows (Microsoft Windows 7 Enterprise Service Pack 1) |
Assigned to: | CPU Architecture: | Any | |
Tags: | WBBugReporter |
[2 Oct 2015 14:41]
Adrian Murariu
[2 Oct 2015 14:51]
MySQL Verification Team
That happens with modeling or alive connection?. Thanks.
[3 Oct 2015 13:15]
Adrian Murariu
It happens with alive connection. Never tested with modeling. I am wondering if is not related to size of stored procedure, which is 925 lines long. I have attached the error message.
[3 Oct 2015 13:16]
Adrian Murariu
error message on GUI
Attachment: error.jpg (image/jpeg, text), 39.89 KiB.
[4 Oct 2015 6:50]
MySQL Verification Team
Thank you for the feedback. Tried with >1000 lines stored procedure without any issue, so there could be some other issue. Could you please provide problem-ed stored procedure to confirm the issue at our end? You may want to mark it as private after uploading here. Also, see if this is related Bug #77197
[4 Oct 2015 14:56]
Adrian Murariu
Hello, it sounds somehow similar with bug report you referenced, but with a small difference. When I only open then try to save procedure there is no SYNTAX_ERROR mark in Name field, just error message window popup. But if I add a comment line, no matter where, and try to save the procedure, then Name field change from procedure name to SYNTAX_ERROR and same error message window popup. Reading bug report you indicated and looking to my procedure, I have noticed now that following instruction is marked as syntax error. truncate sd.4g_data_web_d; To me, it looks good, as sd is the name of DB schema and 4g_data_web_d is table name.
[4 Oct 2015 16:39]
MySQL Verification Team
Thank you for the feedback.
[4 Oct 2015 16:40]
MySQL Verification Team
how to repeat steps
Attachment: 78683.results (application/octet-stream, text), 102.85 KiB.
[5 Oct 2015 11:15]
Adrian Murariu
Hello Umesh, are you asking me to try to update procedure using CLI? I don't understand your latest post.
[5 Oct 2015 11:18]
MySQL Verification Team
Hello Adrian, No action is needed from your end. I have included it as part of verification process. Thanks, Umesh
[7 Dec 2015 20:59]
Philip Olson
Posted by developer: Fixed as of the upcoming MySQL Workbench 6.3.6 release, and here's the changelog entry: Attempting to add comments to stored procedures would fail with invalid syntax errors. Thank you for the bug report.