Hi,
I use a MySql database which implements stored procedures, user functions and views.
One of the views calls one of the functions in the select statement.
I found that, on using the "Back-up Database as Sql Dump", the script generated has the function DDL statements after the view DDL.
The problem is that on restore the view will not get created because it references an inexistent function.
I tryed versions 6.07 and 6.12 Comunity Editions and they behave the same.
Is there any way to change the scripting order ? (eg : tables, functions, sp, views)
Thanks in advance,
Razvan
