Bug #52879 access violation at adress... in module 'libmysqlx.dll' read of address 00000000
Submitted: 16 Apr 2010 7:28 Modified: 16 May 2010 7:38
Reporter: Matthias Schrer Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Workbench: Modeling Severity:S1 (Critical)
Version:5.1.45 win32 OS:Windows
Assigned to: CPU Architecture:Any
Tags: access violation at adress... in module 'libmysqlx.dll' read of address 00000000

[16 Apr 2010 7:28] Matthias Schrer
Description:
create table tblrawdataauction (
	article_no VARCHAR(19)
, article_name VARCHAR(55)
, subtitle VARCHAR(55)
, current_bid DECIMAL(19, 4)
, start_price DECIMAL(19, 4)
, currency_id INT
);

then editing the metadata results in the following error:

How to repeat:
just create the table and edit the metadata...
when in only inerst char-fields everything works fine,
when i insert number-fields no changes are possible and the mentioned error occurrs.

Suggested fix:
don't know...
[16 Apr 2010 7:38] Valeriy Kravchuk
What exact version of MySQL Workbench do you use?
[16 May 2010 23: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".