Bug #8264 Administrator is crashing MySQL when selecting a catalog
Submitted: 2 Feb 2005 12:28 Modified: 2 Feb 2005 12:38
Reporter: Thomas Lundqvist Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Administrator Severity:S1 (Critical)
Version:5.0.2 OS:Windows (windows xp)
Assigned to: CPU Architecture:Any

[2 Feb 2005 12:28] Thomas Lundqvist
Description:
1. Open MySQL Administrator

2. Open MySQL commandline client:

set autocommit=0;

create table x (x varchar(1));

insert into x values("1");

3. shift to "MySQL Administrator" - select a catalog mysql => MySQL crashing: 

Popup error message:

MySQL Administrator Error

A MySQL error was encountered. The message is:

Error while fetching Schema table status.
 The folloowing error occured: Lost connection to MySQL server during query (2013)

4. Navigate to MySQL commandline client:

mysql> select count(1) from x;
ERROR 2006 (HY000): MySQL server has gone away
No connection. Trying to reconnect...
Connection id:    3
Current database: x

+----------+
| count(1) |
+----------+
|        0 |
+----------+
1 row in set (0.21 sec)

How to repeat:
restart service
navigate to catalogs
select catalog mysql
[2 Feb 2005 12:38] MySQL Verification Team
Thank you for the bug report. Duplicate of:

http://bugs.mysql.com/bug.php?id=6950