Stored Procedure with Temporary Tables

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
ohmel
Posts: 2
Joined: Thu 24 May 2018 19:31

Stored Procedure with Temporary Tables

Post by ohmel » Thu 24 May 2018 19:33

Hello,

I have a complex stored procedure that makes use of many temporary tables. Is there a way in debug mode to query these tables?

Thank you,
ohmel

alexa

Re: Stored Procedure with Temporary Tables

Post by alexa » Fri 25 May 2018 09:21

Could you please describe this in more detail?

In case you would like the values of temporary tables to be displayed in the Watches window, there is no such a possibility at the moment. Though, you can add a suggestion on the UserVoice forum where other users can vote for it https://devart.uservoice.com/forums/772 ... -for-mysql

We collect and analyze the information from this forum in order to make a proper roadmap for the future product releases.

ohmel
Posts: 2
Joined: Thu 24 May 2018 19:31

Re: Stored Procedure with Temporary Tables

Post by ohmel » Fri 25 May 2018 12:47

Yes, I would like to be able to track the values in the temporary tables via the watch window or have an ability to query them directly within that session. I will add it to the forum as well.

Thank you

Post Reply