Bug #15710 Script Window does not show results
Submitted: 13 Dec 2005 11:59 Modified: 5 Feb 2009 13:51
Reporter: Mark Leith Email Updates:
Status: Won't fix Impact on me:
None 
Category:MySQL Query Browser Severity:S4 (Feature request)
Version:All OS:Any (All)
Assigned to: CPU Architecture:Any

[13 Dec 2005 11:59] Mark Leith
Description:
Using the script window to create procedures/functions etc. does not allow you to see the results of scripts, as is available with the SQL Query window. 

If creating scripts it is impossible to tell what kind of results they send back, unless actually running them from a command line, or copying SQL statements in to the query window to run for result sets.

How to repeat:
Copy the following to a Script window and execute it.

DELIMITER $$

DROP FUNCTION IF EXISTS `test`.`test` $$
CREATE FUNCTION `test`.`test` () RETURNS INT
BEGIN
  RETURN 1;
END $$

DELIMITER ;

SELECT test();

Suggested fix:
Add resultset capabilities to Scripts as well.
[5 Feb 2009 13:51] Susanne Ebrecht
Many thanks for writing a feature request. We are on the way to implement whole
functionality of MySQL Query Browser into MySQL Workbench.

So we won't implement this feature in MySQL Query Browser anymore.