Ok .. now I understand.
Agreed – we have inconsistences! With the 'definer' clause, as well as the 'SQL_SECURITY' clause.
For TRIGGERS the 'definer'clause is not shown (it is for VIEWs and SP's)
The 'SQL_SECURITY' clause is shown for VIEWs only .. not other objects.
When we introduced support for all those objects the two clasues were both not introduced in MySQL yet. The support that we added later is far from complete and sufficient. That is the history of it.
Actually I think in some situations it may cause problems to include those clauses and in some other situation it may cause problems NOT to include them .. so this should be an option ideally. We will need a little time to discuss the solution in details, but we will include improved dialogues/GUIs for exports, copy and structure sync in the 6.2 tree.
Thanks for reporting!