Bug #41774 Linux version's edit pane behaves differently
Submitted: 29 Dec 2008 0:45 Modified: 17 Feb 2009 11:53
Reporter: Ondra Zizka Email Updates:
Status: Unsupported Impact on me:
None 
Category:MySQL Query Browser Severity:S3 (Non-critical)
Version:1.2.12 OS:Linux
Assigned to: CPU Architecture:Any

[29 Dec 2008 0:45] Ondra Zizka
Description:
In windows version, when I have several delimited SQL commands and press Ctrl+Enter, only the command which the cursor is above is executed.

The linux version takes whole text in the pane and executes it as a single command.

It's quite weird that Windows version run under WINE is more usable than native linux version. This is the feature that I miss most.

How to repeat:
In Windows, type into the edit pane:

SELECT 1;
SELECT 2;

Put the cursor at the second one and press Ctrl+Enter. A resultset with '2' is returned.

Do the same in linux. Here it causes SQL syntax error.

Suggested fix:
Port the described feature to linux version.
[29 Dec 2008 12:35] MySQL Verification Team
Thank you for the bug report.
[17 Feb 2009 11:53] Susanne Ebrecht
Many thanks for writing a bug report. Unfortunately you are using an unsupported
platform.

For more informations about supported platforms please look here:
http://www.mysql.com/support/supportedplatforms/tools.html

We are on the way to implement full functionality of MySQL Query Browser into MySQL
Workbench. More informations about MySQL Workbench you will find here:
http://dev.mysql.com/workbench/