Bug #67540 Create table query many fields
Submitted: 9 Nov 2012 16:36 Modified: 10 Dec 2012 2:27
Reporter: Daniel Meza Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S3 (Non-critical)
Version:5.2.42 OS:Windows (Microsoft Windows 7 Service Pack 1 (build 7601), 32-bit)
Assigned to: CPU Architecture:Any
Tags: WBBugReporter

[9 Nov 2012 16:36] Daniel Meza
Description:
I was creating a table then this raised

----- Developer Notes -----

MySQL Workbench CE for Windows version 5.2.42  revision 9752
Configuration Directory: C:\Users\Daniel.Meza\AppData\Roaming\MySQL\Workbench
Data Directory: C:\Program Files\MySQL\MySQL Workbench 5.2 CE
Cairo Version: 1.8.8
OS: Microsoft Windows 7  Service Pack 1 (build 7601), 32-bit
CPU: 4x Intel(R) Core(TM)2 Quad CPU    Q9400  @ 2.66GHz, 3.2 GiB RAM
Active video adapter (0): Intel(R) G41 Express Chipset (Microsoft Corporation - WDDM 1.1)
Installed video RAM: 1421 MB
Current video mode: 1440 x 900 x 4294967296 colores
Used bit depth: 32
Driver version: 8.15.10.1749
Installed display drivers: igdumd32.dll,igd10umd32.dll
Current user language: Español (México)

Exception = System.ArgumentOutOfRangeException
Message = El índice estaba fuera del intervalo. Debe ser un valor no negativo e inferior al tamaño de la colección.
Nombre del parámetro: index
FullText = System.ArgumentOutOfRangeException: El índice estaba fuera del intervalo. Debe ser un valor no negativo e inferior al tamaño de la colección.
Nombre del parámetro: index
   en System.Collections.ArrayList.get_Item(Int32 index)
   en System.Windows.Forms.ToolStripItemCollection.get_Item(Int32 index)
   en MySQL.Utilities.FindPanel.AddRecentSearchItem()
   en MySQL.Utilities.FindPanel.textBox_KeyDown(Object sender, KeyEventArgs e)
   en System.Windows.Forms.Control.OnKeyDown(KeyEventArgs e)
   en System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
   en System.Windows.Forms.Control.ProcessKeyMessage(Message& m)
   en System.Windows.Forms.Control.WmKeyChar(Message& m)
   en System.Windows.Forms.Control.WndProc(Message& m)
   en System.Windows.Forms.TextBoxBase.WndProc(Message& m)
   en System.Windows.Forms.TextBox.WndProc(Message& m)
   en System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   en System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   en System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

How to repeat:
Well it has happened me twice so here's what i did:
1.- Create a new schema (utf8/utf8_general_ci)
2.- Start typing then modifying fields in the editor and then this came out
[10 Nov 2012 2:27] MySQL Verification Team
Please try version 5.2.44. Thanks.
[11 Dec 2012 1:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".