MySQL Forums
Forum List  »  MySQL Workbench

5.1.16 SE unable to display SP code
Posted by: Amir Shakoor
Date: July 06, 2009 12:03PM

When I open up my mwb file, which I last edited in 5.1.14 OSS, with 5.1.16 SE it lists all SPs. However, the parameters and the code between the BEGIN and END do no show up. If i right click the SP and select 'Copy SQL to Clipboard' I am left with a sp that looks like this:

CREATE PROCEDURE `db`.`sp_user_get` ()

BEGIN



END

There were 12 parameters and a lot of code in between the BEGIN and the END...

However, if I Forward Engineer everything shows up correctly in the database.

I have even unzipped the .mwb file and looked the .xml an see everything in my schema just fine.

What must i do to make my SPs show up in 5.1.16 SE?

Options: ReplyQuote


Subject
Views
Written By
Posted
5.1.16 SE unable to display SP code
2692
July 06, 2009 12:03PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.