MySQL Forums
Forum List  »  MySQL Workbench

Re: How to find what depends on a stored procedure in mysql
Posted by: Claude Vegas
Date: August 11, 2013 08:16AM

Presently there's no way of finding dependency.

As you may know already, the only way to do it is by using "show create procedure PROCNAME" to check the syntax of the procedure and deriving the table names.

Claude Veigas

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How to find what depends on a stored procedure in mysql
764
August 11, 2013 08:16AM


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.