[MDEV-10440] server_audit_loc_info is not documented Created: 2016-07-26 Updated: 2016-07-26 Resolved: 2016-07-26 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Plugin - Audit |
| Affects Version/s: | 10.0.25-galera |
| Fix Version/s: | 10.0.25 |
| Type: | Bug | Priority: | Major |
| Reporter: | Valerii Kravchuk | Assignee: | Alexey Botchkov |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Fix for In the MTR tests, as far as I can see, it is supposed to be empty and is initialized with zeros. Please, document this clearly in the code and KB. |
| Comments |
| Comment by Sergei Golubchik [ 2016-07-26 ] |
|
if this is just an internal thread-local storage for connection_info, it should be declared with PLUGIN_VAR_MEMALLOC | PLUGIN_VAR_NOSYSVAR | PLUGIN_VAR_NOCMDOPT flags. |
| Comment by Valerii Kravchuk [ 2016-07-26 ] |
|
It's a duplicate of |