Bug #78956 | Workbench ignores changes to procedure code | ||
---|---|---|---|
Submitted: | 25 Oct 2015 16:52 | Modified: | 26 Oct 2015 5:04 |
Reporter: | Fernando Davidovsky | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Workbench: SQL Editor | Severity: | S1 (Critical) |
Version: | 6.3 | OS: | Windows (OS version: 10) |
Assigned to: | CPU Architecture: | Any | |
Tags: | coding issue, workbench |
[25 Oct 2015 16:52]
Fernando Davidovsky
[25 Oct 2015 18:25]
Fernando Davidovsky
It would appear that I found something in relation to getting OLD results... I'm manipulating strings and was using 'aaa' + 'bbb' to concatenate instead of the CONCAT function. Compilation didn't sign any error, and when running the procedure I kept receiving an OLD result. When switching to CONCAT, I got the new result. It would look that, when an error occurs during execution, a cached value is being returned (no warning of any kind is being shown. Must confess, didn't include as yet any error handling.
[26 Oct 2015 5:04]
MySQL Verification Team
Hello Fernando Davidovsky, Thank you for the report. This is duplicate of Bug #78924. Thanks, Umesh