Bug #9193 Script debugger doesn't interpret "call script" commands
Submitted: 15 Mar 2005 11:41 Modified: 16 Mar 2005 20:52
Reporter: Emanuele Dolis Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Query Browser Severity:S2 (Serious)
Version:1.1.5 OS:
Assigned to: CPU Architecture:Any

[15 Mar 2005 11:41] Emanuele Dolis
Description:
Well, this is relative to the other bug about lack of ability of interpreting "tee" command but affects script developement pretty much more.

The proble is that you cannot call a script within another script, that is the debugger throws an error as  it finds a "\." directive

How to repeat:
create and run a script like
________________________________________________________
#\T C:\test.log   #this is the other bug - tee directive is not interpreted

\. z:\test.txt

SELECT CURRENT_USER();
#\t               #this is the other bug - tee directive is not interpreted
________________________________________________________
[16 Mar 2005 20:52] MySQL Verification Team
Hello,

Emanuele, this is the same as bug report #9192. This is command of command-line client, not MySQL Query Browser.