Mysql command to view the definition of stored procedure . I know sp_helptext
is the command in MS-Sql to display the definition of stored procedure , is there a similar command in Mysql ?
I am not looking for SHOW PROCEDURE STATUS
which display the list of the procedures available for the particular database in mysql . Thanks !