Bug #8302 Script execution produces no results
Submitted: 3 Feb 2005 23:38 Modified: 29 Sep 2007 19:19
Reporter: [ name withheld ] Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Query Browser Severity:S4 (Feature request)
Version:1.1.12 OS:Linux (Linux/Debian)
Assigned to: CPU Architecture:Any

[3 Feb 2005 23:38] [ name withheld ]
Description:
Scripts execution produces no results. This is a very important feature that is currently lacking in Query Browser. MySQL CC displayed the result of last query in a script. This allows for scripts to be used to produce meaningful results. See below.

This is a feature request, but a rather imporant one

How to repeat:
SELECT @var1:=10;
SELECT @var2:=CURRENT_TIME();
SELECT @var3:=100;
SELECT @var2 as d, @var3/@var1 AS output

no output

Suggested fix:
Last command in script should produce output, if any.
[24 Jun 2005 14:48] [ name withheld ]
Still exists in 1.1.12
[29 Sep 2007 19:19] Valeriy Kravchuk
Duplicate of Bug #7352.