Hi
Dne Mon, 28 Mar 2011 22:50:05 +0800 陈岳峰 dennislyve@gmail.com napsal(a):
Hi, Thanks very much for your reply.
Please note that while triggers are per table, routines and events are
defined in scope of database. Also I don't think it is good to mix them all together.
So shall we place the tab in the database structure instead of table?
Things which are defined in scope of database (events and procedures/functions) should be on database tab, while the ones for table (triggers) should be on table.
I think this deficiency should be workarounded somehow.
Yes,we can fetch the parameters from the "Show Create" command anyway.
Indeed, this is probably the only usable way.