Bug #4939 Query Browser insert of new rows fails with access violation
Submitted: 7 Aug 2004 4:47 Modified: 1 Dec 2004 13:41
Reporter: David Noah Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Query Browser Severity:S1 (Critical)
Version:1.0.5 alpha OS:Windows (Windows 2000 Professional)
Assigned to: Michael G. Zinner CPU Architecture:Any

[7 Aug 2004 4:47] David Noah
Description:
I am attempting to add new rows to a table via Query Browser using Edit button

When I click 'Apply Changes' to add a new table row I get the following Query Browser error dialog panel:

an exception has occurred:
Access violation 0032D83A in module libmysqlx.dll
read of address 00000004 

How to repeat:
Create a new, empty table using mySQL Administrator.
Launch Query Browser, open DB connection.
select table in the Schemata pane and click Execute button.

As table is empty, no rows appear in Tabsheet pane. 
Click on edit button in toolbar, and enter data into Tabsheet for first table row.

Click 'Apply Changes' button to get error message
[18 Aug 2004 0:40] Michael G. Zinner
I have uploaded a new intermediate release 1.0.5.3 to  ftp://ftp.mysql.com:/pub/mysql/download/mysql_query_browser_gpl.msi

Could you please verify if the bug has been fixed? Please note that you should only be able to edit resultsets from SELECTs that contain only one table and have a primary key.

Thanks a lot.
[21 Aug 2004 4:08] David Noah
Michael,

this intermediate release (1.0.5.3) has fixed bug. I am able to both add new rows and edit existing table rows.
Thanks.