MariaDB search for text in database routines

SELECT ROUTINE_NAME FROM `information_schema`.`ROUTINES` 
WHERE `ROUTINE_DEFINITION` LIKE '%mysearchhere%';

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.