| Bug #10131 | DESCRIBE COMMAND PROBLEM | ||
|---|---|---|---|
| Submitted: | 25 Apr 2005 0:46 | Modified: | 25 Apr 2005 19:31 | 
| Reporter: | Robert Howard | Email Updates: | |
| Status: | Can't repeat | Impact on me: | |
| Category: | MySQL Server | Severity: | S3 (Non-critical) | 
| Version: | MySQL ver.5.0.3 | OS: | Windows (Windows NT 2000) | 
| Assigned to: | CPU Architecture: | Any | |
   [25 Apr 2005 0:46]
   Robert Howard        
  
 
   [25 Apr 2005 0:50]
   Robert Howard        
  Opps, used the wrong word.
   [25 Apr 2005 19:31]
   Jorge del Conde        
  this was tested w/5.0.3 winxp: mysql> describe example; +---------+-------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +---------+-------------+------+-----+---------+----------------+ | id | int(3) | NO | PRI | NULL | auto_increment | | example | varchar(30) | NO | | | | +---------+-------------+------+-----+---------+----------------+

