MySQL Forums
Forum List  »  Stored Procedures

Re: Using Label and Goto
Posted by: Per-Erik Martin
Date: December 06, 2005 05:59AM

It had GOTO, but unfortunately some technical difficulties forced us to disable it before the 5.0 release.
It will surely be fixed again, but until then, we have to live without it and rewrite code using the standard labels
(on begin/while et al) and LEAVEL/ITERATE.
(Which is better coding style anyway. ;-)

PS. It's unfortunate that GOTO made it into that whitepaper - it was only a test implementation with some
known problems, and was never meant to be documented until it was properly fixed. DS.

pem, Senior Software Dev., MySQL AB

Options: ReplyQuote


Subject
Views
Written By
Posted
12570
December 06, 2005 05:08AM
Re: Using Label and Goto
3957
December 06, 2005 05:59AM
3016
December 06, 2005 07:12AM


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.