MySQL Forums
Forum List  »  Stored Procedures

Can I (Is it safe) to use Recursive Stored Procedures in Mysql
Posted by: Ashley T
Date: January 18, 2006 09:21AM

Hi,

I check on a post somewhere a complaint about a bug where 4 or so levels or nested procedures would crash a server.

Now I'd like to use a recursive stored proc (calls it self, which calls itself, and so on)
Does Mysql support this and is it safe or am I looking for trouble.

It shouldnt have to recure more than 4 or 5 times... but is otherwise unlimited.

(I need to update children objects where theres can be mutiple Parent-child relationship.)

Options: ReplyQuote


Subject
Views
Written By
Posted
Can I (Is it safe) to use Recursive Stored Procedures in Mysql
2071
January 18, 2006 09:21AM


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.