beginer : Problem when debugging a stored procedure

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
gheorghiusilvia
Posts: 3
Joined: Thu 05 Mar 2009 20:33

beginer : Problem when debugging a stored procedure

Post by gheorghiusilvia » Thu 05 Mar 2009 20:44

I have a stored procedure that works fine when executed directly.
I than do "compile for debugging", try to debug and i get the the message that a field in not in a table.That happens for all the queries in the procedure.
Example:
the procedure contains:
....
set result= (SELECT COUNT(field1) FROM units)
.....

the error message is "unknow column field1 in field list"
I am using version 3.10.225 trial version.

Thanks.

Elias
Devart Team
Posts: 73
Joined: Tue 29 May 2007 14:02

Post by Elias » Fri 06 Mar 2009 08:30

Hello. Thank's for the report. We are investigating the problem.

Elias
Devart Team
Posts: 73
Joined: Tue 29 May 2007 14:02

Post by Elias » Fri 06 Mar 2009 14:17

We have fixed the bug. The fix will be available in the next build.

gheorghiusilvia
Posts: 3
Joined: Thu 05 Mar 2009 20:33

Post by gheorghiusilvia » Tue 17 Mar 2009 10:58

When it will be available a new build?

Thanks.

Elias
Devart Team
Posts: 73
Joined: Tue 29 May 2007 14:02

Post by Elias » Tue 17 Mar 2009 13:09

gheorghiusilvia wrote:When it will be available a new build?
The build it is already available for download

gheorghiusilvia
Posts: 3
Joined: Thu 05 Mar 2009 20:33

Post by gheorghiusilvia » Thu 02 Apr 2009 09:27

Hello
I am using 3.50.243.
I tried to debug a procedure but i get "result consist in more then 1 row" and it does not enter the procedure although the procedure works fine when ran without the debugger.
Thanks.

Elias
Devart Team
Posts: 73
Joined: Tue 29 May 2007 14:02

Post by Elias » Thu 02 Apr 2009 09:42

Hello.

It's a known problem. Just redeploy the debug engine and the debugger will work fine.

Post Reply