Temporary tables and the SP debugger
Posted: Fri 30 Apr 2010 16:45
dbForge for MySQL newbie, downloaded an eval version of 4.0.224 two days ago.
I'm trying to use it debug a series of about 10 stored procedures. The processing is particularly long running and complex, so it is segmented by functional task and the procedures are executed in sequence. Temporary tables are produced in a procedure, then used by later procedures. This seems to work when the procedures are invoked either interactively with SQLYog or programmatically with C# via the MySQL Connector/Net.
But, when I try to use the debugger on the third procedure in the series, temporary tables produced by the first and second procedure are gone. I've experienced this when an error occurs; however, in this case there is no error.
What am I doing wrong?
Thanks in advance...
I'm trying to use it debug a series of about 10 stored procedures. The processing is particularly long running and complex, so it is segmented by functional task and the procedures are executed in sequence. Temporary tables are produced in a procedure, then used by later procedures. This seems to work when the procedures are invoked either interactively with SQLYog or programmatically with C# via the MySQL Connector/Net.
But, when I try to use the debugger on the third procedure in the series, temporary tables produced by the first and second procedure are gone. I've experienced this when an error occurs; however, in this case there is no error.
What am I doing wrong?
Thanks in advance...