Hi
I am developing a parser to parse the stored procedure and function definition of MySQL.I need to extract the names of stored procedures,functions and tables which are being used in any particular stored procedure definition.How i can get this information?
Also i want to know at what places within the stored procedures are the names of tables and other stored procedures can be used?
Thanks