MySQL stored procs not generating

Posts   
 
    
gustavoc
User
Posts: 3
Joined: 13-Jun-2007
# Posted on: 05-Jul-2007 18:40:42   

I have MYSQL and I am getting the tables ok but the GUI is not recognizing my Stored Procs, I am selecting the checkbox on Database Refresh, but it doesnt get any stored procs.

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 06-Jul-2007 11:40:21   

Procs aren't supported on mysql as mysql itself says the proc feature is pretty immature still. The level of support for stored procs in mysql differs with every mysql build, so it's impossible to support this feature properly on mysql. Also the meta-data retrieval of proc data is crappy (if at all possible) on mysql.