call get_sql_dependencies('CREATE VIEW sakila.simple_actor AS SELECT actor_id,
first_name FROM sakila.actor', 'sakila');
+-------------+--------------+-------------+--------+
| schema_name | object_name | object_type | action |
+-------------+--------------+-------------+--------+
| sakila | actor | table | create |
| sakila | simple_actor | view | create |
+-------------+--------------+-------------+--------+
the actor table does not get created here; so this is confusing.
Original issue reported on code.google.com by shlomi.n...@gmail.com on 17 Nov 2011 at 7:46
Original issue reported on code.google.com by
shlomi.n...@gmail.com
on 17 Nov 2011 at 7:46