Bug #38978 "Go Back" loads and Executes query
Submitted: 22 Aug 2008 23:16 Modified: 12 May 2009 12:34
Reporter: Josiah Johnston Email Updates:
Status: Unsupported Impact on me:
None 
Category:MySQL Query Browser Severity:S2 (Serious)
Version:1.2.12 OS:MacOS (10.5.4)
Assigned to: CPU Architecture:Any

[22 Aug 2008 23:16] Josiah Johnston
Description:
According to the MySQL Query Browser documentation, the "Back" and "Next" buttons are supposed to navigate through the query history without executing them. These buttons are executing queries, which has created problems with data loss, duplicate entries in tables, etc. 

How to repeat:
create database tmp;
create table tmp.foo (id int);
insert into tmp.foo (id) values (1);
SELECT * FROM tmp.foo;
-- One row will is returned.
-- I hit Back, then Next, and two rows are returned.
[23 Aug 2008 10:08] Sveta Smirnova
Thank you for the report.

Verified as described.

Referenced page is http://dev.mysql.com/doc/query-browser/en/mysql-query-browser-tour-querybar-navigation.htm... Text: "As you navigate with the Next and Go Back buttons, the queries you navigate through are not executed unless you explicitly execute them by clicking the Execute button."
[12 May 2009 12:34] Susanne Ebrecht
Many thanks for writing a bug report. We are on the way to implement full functionality of MySQL Query Browser into MySQL Workbench. Unfortunately you are using an unsupported platform. More informations about supported platforms you will find here:

http://www.mysql.com/support/supportedplatforms/tools.html

More informations about MySQL Workbench you will find here:

http://dev.mysql.com/workbench/