Bug #9295 mysql 5.0.2,
Submitted: 19 Mar 2005 12:53 Modified: 19 Mar 2005 13:57
Reporter: ravi lanka Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S1 (Critical)
Version:5.0.2 alpha OS:Windows (windows xp)
Assigned to: CPU Architecture:Any

[19 Mar 2005 12:53] ravi lanka
Description:
when i execute describe command on a table in client command line and also in query browser an error is coming that mysqld-nt encounterd a problem.the server is also shutting down invariably on executing a desc command

How to repeat:
mysql> use test;
then a message appears that database changed
mysql> Create table Hr_State_Master
(
	St_Id 	varchar(4)  ,
	St_Name	varchar(30) not null,
	 primary key (St_Id)	
);

then table is created

mysql> desc hr_state_master;

here an error message is comin

Suggested fix:
it should display the description of the table
[19 Mar 2005 13:57] MySQL Verification Team
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html