[MDEV-260] auditing table accesses Created: 2012-05-07 Updated: 2013-05-23 Resolved: 2013-04-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | 10.0.3, 5.5.31 |
| Type: | Task | Priority: | Major |
| Reporter: | Sergei Golubchik | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | plugins | ||
| Issue Links: |
|
||||||||||||||||||||||||
| Description |
|
to audit table accesses, we need to generate an audit event whenever a table is opened. Say, in open_table or just before the external_lock. See https://github.com/mcafee/mysql-audit/ for an example of per-table auditing. |
| Comments |
| Comment by Sergei Golubchik [ 2013-04-20 ] |
|
pushed in 5.5 |