Bug #1657 Columns do not resize to full width
Submitted: 24 Oct 2003 20:13 Modified: 19 Nov 2003 6:29
Reporter: Bogdan Bazylewicz Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQLCC Severity:S3 (Non-critical)
Version:0.9.3 beta OS:Windows (Windows 2000)
Assigned to: Bugs System CPU Architecture:Any

[24 Oct 2003 20:13] Bogdan Bazylewicz
Description:
Columns do not resize to full width when double-clicking result pane column-border when data type is unsigned integral type.

How to repeat:
create a table with some unsigned integral data types and then type in sql editor

desc tablename;

on my machine the last row is missing "unsigned" event when border is double-clicked to resize it to display full content width. 

+-------------------+----------------------+------+
| Field             | Type                 | Null |
+-------------------+----------------------+------+
| DATE_RELEASED     | date                 |      |
| ID                | int(10) unsigned     |      |
| PRODUCER_ID       | smallint(5) unsigned |      |
+-------------------+----------------------+------+

Suggested fix:
Does the code that resizes the column takes only the first token (string before the space character)?
[19 Nov 2003 6:29] MySQL Verification Team
On my machine the columns were presented properly.