MySQL Forums
Forum List  »  Stored Procedures

Re: Update result frid from stored procedure
Posted by: Peter Brawley
Date: June 25, 2020 12:50PM

> The result of the SQL SPROC gets flagged read
> only now in workbench, although it is identical.

I'd thought it might be a WB problem, but I find it's a problem with how mysql sprocs work ... MySQL does not drill down on the sproc result to see whether the underlying query would be editable if it were submitted outside an sproc.

Yes it's annoying to say the least. You could submit a feature request at bugs.mysql.com if you wish.

Meanwhile, if you create a View for the query instead of an sproc, WB should find it editable.



Edited 2 time(s). Last edit at 06/25/2020 01:00PM by Peter Brawley.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Update result frid from stored procedure
456
June 25, 2020 12:50PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.