[MDEV-18521] Add trigger on select Created: 2019-02-08 Updated: 2019-06-24 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Manjot Singh (Inactive) | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Customer has requested ability to create triggers for SELECT queries. |
| Comments |
| Comment by Chris Calender (Inactive) [ 2019-02-08 ] |
|
The goal is to write to another table every time that table is read. |
| Comment by Oleksandr Byelkin [ 2019-05-09 ] |
|
it is impossible to do any estimation without the task be defined. as I figured out IBM has SELECT trigger, need they the same? or they want to use it instead of audit plugin? |