MySQL Forums
Forum List  »  InnoDB

Re: dependent cursors
Posted by: Arjen Lentz
Date: June 29, 2005 10:27PM

Roland Bouman wrote:
> [...]
> I tried this from within a similar begin..end
> block, but i can't compile it.
>
> l: loop
> fetch csr into var;
> if csr_no_more_rows then
> leave l:
> end if;
> end loop l;
>
> In fact, anything I try with a LOOP..END LOOP,
> with or without cursors goes fine until i insert
> the loop labels or write the LEAVE statement.
>
> Anyone?

Please report problems, particularly nice reproducible ones, to the MySQL bugs system at bugs.mysql.com.
Thanks.

Regards, Arjen.
--
Arjen Lentz, Exec.Director @ Open Query (http://openquery.com)
Remote expertise & maintenance for MySQL/MariaDB server environments.

Follow us at http://openquery.com/blog/ & http://twitter.com/openquery

Options: ReplyQuote


Subject
Views
Written By
Posted
3747
May 20, 2005 02:25AM
2803
June 29, 2005 06:14AM
Re: dependent cursors
2834
June 29, 2005 10:27PM
2436
July 01, 2005 05:26AM


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.