Bug #49375 Why allow selection of multiple history items?
Submitted: 2 Dec 2009 21:46 Modified: 8 Dec 2009 17:39
Reporter: Todd Farmer (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:5.2.10 r4680 OS:Windows (XP)
Assigned to: Sergei Tkachenko CPU Architecture:Any

[2 Dec 2009 21:46] Todd Farmer
Description:
On the history tab in SQL Editor, I can select multiple rows under the "Time" header.  That seems to be pretty useless, though, since only the last row selected will be shown in the SQL tab, and I can't do anything with multiple selected history entries.  Maybe this should be disabled (I understand it is this way in Linux)

How to repeat:
See above

Suggested fix:
Disable multiple selections of history items under "Time".
[2 Dec 2009 21:50] Todd Farmer
Another related problem:

Select Time entry 1 (corresponding SQL appears in SQL panel)
Ctrl-Click Time entry 2 (SQL panel changes to correponding SQL for Time entry 2)
Ctrl-Click Time entry 2 (Time entry 2 is now deselected, leaving only Time entry 1 selected, but the SQL for Time entry 2 remains in SQL panel).
[8 Dec 2009 17:39] Tony Bedford
An entry has been added to the 5.2.11 changelog:

In the History tab of the SQL Editor, it was possible to simultaneously select multiple entries in the Time panel. However, this did not seem to serve any useful purpose as the content of the SQL column only displayed the code for a single entry.