Bug #56331 On "Alter Table" the "Review script" shows only 1 statement
Submitted: 27 Aug 2010 18:06 Modified: 25 Oct 2010 13:54
Reporter: LUCAS ARRUDA Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Workbench: Administration Severity:S2 (Serious)
Version:5.2.26 OS:Linux (Ubuntu 9.04)
Assigned to: CPU Architecture:Any

[27 Aug 2010 18:06] LUCAS ARRUDA
Description:
When I try to Alter a table not all the statements are shown in the "Review SQL" window.

How to repeat:
1- Right click on a table
2- Select "Alter table..."
3- Go to Columns tab
4- Add 2 new columns
5- Click Apply
6- Only one SQL Statement will be shown for review.
[27 Aug 2010 19:07] MySQL Verification Team
Thank you for the bug report. I couldn't repeat on Fedox 13 X86_64:

ALTER TABLE `test`.`test` ADD COLUMN `col1` VARCHAR(45) NULL  AFTER `text_value` , ADD COLUMN `col2` VARCHAR(45) NULL  AFTER `col1` ;
[27 Aug 2010 19:08] MySQL Verification Team
Prior comment I meant:  Fedora 13 X86_64.
[25 Oct 2010 13:54] LUCAS ARRUDA
Sorry to bother,

but has anyone seen the screenshot?