Bug #7307 Describe TableName gives memory acces error
Submitted: 15 Dec 2004 6:18 Modified: 15 Dec 2004 16:10
Reporter: NAGENDRA MIRAJKAR Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: Command-line Clients Severity:S2 (Serious)
Version:5.0 for windows OS:Windows (windows 2003 server)
Assigned to: CPU Architecture:Any

[15 Dec 2004 6:18] NAGENDRA MIRAJKAR
Description:
mysql> DESCRIBE MYTAB;
ERROR 2013 (HY000): Lost connection to MySQL server during query

How to repeat:
connect to test
create any table 
create table emp(ename varchar(80),deptno numeric);
describe emp;

i get a memory error with following error number

mysql> DESCRIBE EMP;
ERROR 2013 (HY000): Lost connection to MySQL server during query
[15 Dec 2004 16:10] MySQL Verification Team
Duplicate for #6950