Stefan Traby <[EMAIL PROTECTED]> wrote:
> Hi !
> 
> mysql 5.0 is _really_ cool.
> 
> this bug should be reproducable:

Thank you for bug report! It was entered to the bug database as
        http://bugs.mysql.com/2460
> 
> 
> ( cat table.sql ; ./populate.pl ; ./perfect_game.pl 32 ) | mysql test
> 
> after that executing the same procedure with same parameter again,
> the connection is lost:
> 
> ----------------------------------------------------------------------
> mysql> call self_and_up(10000);
> +-------+
> | id    |
> +-------+
> | 10000 |
> |  1999 |
> |   399 |
> |    79 |
> |    15 |
> |     2 |
> +-------+
> 6 rows in set (0.20 sec)
> 
> Query OK, 0 rows affected (0.20 sec)
> 
> mysql> call self_and_up(10000);
> ERROR 2013 (HY000): Lost connection to MySQL server during query
> mysql>
> ----------------------------------------------------------------------
> 


-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com





-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to