Bug #5689 'unsigned' flag not copied to 'unsigned' checkbox when selecting a field
Submitted: 22 Sep 2004 1:16 Modified: 8 Oct 2004 17:30
Reporter: Daniel Kasak (Candidate Quality Contributor) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Administrator Severity:S3 (Non-critical)
Version:1.0.12 OS:Linux (Gentoo Linux)
Assigned to: Alfredo Kojima CPU Architecture:Any

[22 Sep 2004 1:16] Daniel Kasak
Description:
When a numeric field is created and the 'unsigned' flag is checked ( in the checkbox in the bottom-half of the screen ), the 'flags' column in the field list ( top-half of the screen ) correctly displays 'UNSIGNED'.

However if another field is selected, then the original field is selected, only the top-half of the screen correctly identifies the field as 'UNSIGNED'. ie the 'unsigned' checkbox remains unticked.

How to repeat:
Create table with an 'unsigned' numeric field and another field.
Select the other field.
Select the 'unsigned' numeric field.
Notice how the 'unsigned' checkbox is not selected.

Suggested fix:
Add code to set the status of the 'unsigned' checkbox when a new field is selected.
[8 Oct 2004 17:30] Alfredo Kojima
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