Bug #2021 | Wron error message from the client | ||
---|---|---|---|
Submitted: | 5 Dec 2003 7:37 | Modified: | 11 Feb 2004 1:45 |
Reporter: | Peter Zaitsev (Basic Quality Contributor) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 3.23.58 | OS: | Linux (Linux) |
Assigned to: | Sergei Glukhov | CPU Architecture: | Any |
[5 Dec 2003 7:37]
Peter Zaitsev
[8 Dec 2003 10:44]
Indrek Siitan
Observing the PROCESSLIST in a second client it seems that on the first try, just the 'ERROR:' message is printed, the connection isn't really restarted. It's only done on the second try: mysql> show processlist; ERROR: mysql> show processlist; ERROR 2006: MySQL server has gone away No connection. Trying to reconnect... Connection id: 2 Current database: bug +----+------+-----------+-------+---------+------+-------+------------------+ | Id | User | Host | db | Command | Time | State | Info | +----+------+-----------+-------+---------+------+-------+------------------+ | 1 | root | localhost | mysql | Sleep | 52 | | NULL | | 2 | root | localhost | bug | Query | 0 | NULL | show processlist | +----+------+-----------+-------+---------+------+-------+------------------+ 2 rows in set (0.02 sec)