We want to export a large amount of tables and routines and we've do this often. Each database, table and routine should be dumped with one exception: a procedure with a specific name. So I was wondering, is there a way to exclude only procedure from the dump?
For tables there is an "ignore-table" option in MySQL. Is there something similar or a workaround to do this for one procedures in particular?
