Bug #59586 Plugins - Create Multiple Tables
Submitted: 18 Jan 2011 15:09 Modified: 17 Jun 2011 19:27
Reporter: Kosuri Raju Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: Modeling Severity:S3 (Non-critical)
Version:5.2.31 CE OS:Windows (XP SP 3)
Assigned to: CPU Architecture:Any

[18 Jan 2011 15:09] Kosuri Raju
Description:
MySQL Workbench CE for Windows version 5.2.31

In EER Diagram OR MySql  Model, 
When  plugins --> Objects --> Create Multiple Tables   
selected getting Unexpected Error

How to repeat:
In EER Diagram,
Select plugins --> Objects --> Create Multiple Tables
[18 Jan 2011 15:29] Valeriy Kravchuk
Thank you for the bug report.

Stack trace is:

Exception = System.IndexOutOfRangeException
Message = Index was outside the bounds of the array.
FullText = System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at MySQL.Forms.Table.ComputeLayout(Size proposedSize, Boolean resizeChildren)
   at MySQL.Forms.GtkTableLayout.Layout(Object container, LayoutEventArgs arguments)
   at System.Windows.Forms.Control.OnLayout(LayoutEventArgs levent)
   at System.Windows.Forms.ScrollableControl.OnLayout(LayoutEventArgs levent)
   at System.Windows.Forms.Control.PerformLayout(LayoutEventArgs args)
   at System.Windows.Forms.Control.System.Windows.Forms.Layout.IArrangedElement.PerformLayout(IArrangedElement affectedElement, String affectedProperty)
   at System.Windows.Forms.Layout.LayoutTransaction.DoLayout(IArrangedElement elementToLayout, IArrangedElement elementCausingLayout, String property)
   at System.Windows.Forms.ScrollableControl.OnVisibleChanged(EventArgs e)
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
[17 Jun 2011 19:27] Paul DuBois
Noted in 5.2.34 changelog.

Selecting the Create Multiple Tables menu item resulted in an error.