Bug #50737 Synchronize model fail
Submitted: 29 Jan 2010 16:02 Modified: 29 Jan 2010 21:22
Reporter: Yuri VITAL Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: Modeling Severity:S2 (Serious)
Version:5.1.18 OSS OS:Windows (Vista SP2 (Business Edition))
Assigned to: CPU Architecture:Any
Tags: sync

[29 Jan 2010 16:02] Yuri VITAL
Description:
After adding only one columns in a table, i want to update the server from my model.
The procedure finish wihtout any error reported, but the database are not updated.

The server is MySQL 5.1.42-Community installed on my dev machine (vista), default charset UTF-8

Tables are in MyISAM format

How to repeat:
1°) Create a table in your model with 4 columns :
-  id colums (INT PK NN)
- 3 more vachars columns  (VARCHAR 150 )

2°) Synchronize your database "Database->synchronize model" and follow the wizard. So the server database are correctly updated

3°) Add a colum :
- Varchar (150)

4°) repeat the stage 3, and the server database are not synchronised
[29 Jan 2010 16:03] Yuri VITAL
Mistake in category
[29 Jan 2010 19:00] Johannes Taxacher
could you maybe try if the problem persists in current development version 5.2.15?
[29 Jan 2010 21:22] Yuri VITAL
The problem doesn't persists in the current development version 5.2.15 revision 5053 !
So I close it !

Thanks