[MDEV-8201] Add the registered triggers to the SHOW CREATE TABLE output Created: 2015-05-21 Updated: 2015-06-21 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Procedure, Triggers |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | Stoykov (Inactive) | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | Triggers | ||
| Description |
|
It will be nice to have the registered triggers for a table at the SHOW CREATE TABLE output , if there are any, |
| Comments |
| Comment by Stoykov (Inactive) [ 2015-05-21 ] |
|
may be alternative like SHOW FULL CREATE TABLE ? |
| Comment by Federico Razzoli [ 2015-06-21 ] |
|
I agree. If we want a CREATE TABLE, we most probably need to recreate triggers too. |