[MDEV-9651] Simplify audit event dispatching Created: 2016-02-28 Updated: 2016-03-08 Resolved: 2016-03-08 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Plugins |
| Fix Version/s: | 10.2.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Sergey Vojtovich | Assignee: | Sergey Vojtovich |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 10.2.0-7 |
| Description |
|
Currently audit event dispatching looks like:
This construct:
We should strive for:
If the latter is complex, at least the following should be trivial to implement:
|
| Comments |
| Comment by Sergey Vojtovich [ 2016-03-01 ] |
|
serg, please review patch for this task. |