daniel-s
8/2/2016 - 12:21 PM

Find all MySQL Stored Procedure calls http://stackoverflow.com/a/927292/3149679

Find all MySQL Stored Procedure calls http://stackoverflow.com/a/927292/3149679

SELECT * FROM INFORMATION_SCHEMA.ROUTINES WHERE ROUTINE_DEFINITION LIKE '%SomeProc%';