Bug #34435 DBDesigner4 imported tables are missing some table level attributes
Submitted: 8 Feb 2008 22:32 Modified: 12 Feb 2008 14:15
Reporter: Edmund Mierzwa Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:5.0.13 OSS Beta OS:Windows (XP sp2)
Assigned to: Sergei Tkachenko CPU Architecture:Any
Tags: DBDesigner4

[8 Feb 2008 22:32] Edmund Mierzwa
Description:
Importing DBDesigner4 tables with tables COMMENT= or MAX_ROWS= attributes will not be carried forward to the WB model. Although, the column COMMENTs are imported correctly.

How to repeat:
Import attached DB4 file "mysql-ambyx_5.7.xml". Open table editor for table "slot_usage". Notice imported DB4 file had attributes:
  MAX_ROWS=32
  COMMENT='Slot to bib correlation for a virtual session, zero based.'
but the WB table does not.

DB4 xml table row:
<TABLE ID="1321" Tablename="slot_usage" PrevTableName="" XPos="1041" YPos="803" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\nMaxRowNumber=32\n" Comments="Slot to bib correlation for a virtual session, zero based." Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="19" >

Suggested fix:
Import all table level attributes.
[9 Feb 2008 12:51] MySQL Verification Team
Thank you for the bug report.
[12 Feb 2008 14:15] Sergei Tkachenko
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.