If you are looking for something that returns you the dependency in some table format then unfortuantely nothing like this exists.
But you can try SHOW QUALIFIED SELECT * FROM V2.
This will return the DDL of all the dependent views and tables...
↧