Bug #85355 | Call Stored-Procedure widget doesn't pass parameters | ||
---|---|---|---|
Submitted: | 8 Mar 2017 3:24 | Modified: | 9 Mar 2017 5:49 |
Reporter: | Brad Kent | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Workbench: SQL Editor | Severity: | S3 (Non-critical) |
Version: | 6.3.x | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | stored procedure |
[8 Mar 2017 3:24]
Brad Kent
[8 Mar 2017 7:15]
MySQL Verification Team
Hello Brad Kent, Thank you for the bug report. I'm not seeing this issue with WB 6.3.9 on Win7/macOS 10.12.x. Could you please provide exact stored routine, and WB, OS details on which you are seeing this? This reminds me of Bug #80564 Thanks, Umesh
[8 Mar 2017 14:37]
Brad Kent
Indeed, Bug #80564 (verified) is a duplicate (my search came up empty) I've experienced this bug for aprox 2 years. a most basic stored procedure: DELIMITER $$ USE `test_db`$$ CREATE PROCEDURE `delete_stuff` (_min BIGINT) BEGIN DELETE FROM `important_table` WHERE 'some_value` >= _min; END$$ DELIMITER ; If I intend to delete stuff >= 1000000000 MySQL will instead delete stuff >= 0 (I'd classify this as "serious"?)
[9 Mar 2017 5:49]
MySQL Verification Team
Thank you for confirming. Marking this as duplicate of Bug #80564