Bug #19732 "Access violation" during change column type
Submitted: 11 May 2006 16:46
Reporter: Victoria Reznichenko Email Updates:
Status: Won't fix Impact on me:
None 
Category:MySQL Workbench Preview Severity:S3 (Non-critical)
Version:1.0.6 OS:Windows (windows)
Assigned to: CPU Architecture:Any

[11 May 2006 16:46] Victoria Reznichenko
Description:
after some actions MySQL Workbench shows "Access violation" in the status bar if you try to change column type.

How to repeat:
1. Create table
2. add columns f.e. `id` int auto_increment and `str` varchar(45)
3. 'Apply changes'
4. Double click on the varchar(45) and choose another type, f.e. char from drop-down list. Now 'Apply changes' and 'Discard changes' button are both active.
5. Press 'Discard changes'.
6. Now only 'Apply changes' are active
7. Press 'Apply changes'
8. Close table where you edited table
9. Open tab to edit table again and change type of `str`column to any type (f.e. TEXT).