[MDEV-10441] Document the server_audit_loc_info variable Created: 2016-07-26 Updated: 2016-10-31 Resolved: 2016-08-02 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Plugin - Audit |
| Affects Version/s: | 10.0.25 |
| Fix Version/s: | 5.5.51 |
| Type: | Bug | Priority: | Major |
| Reporter: | Valerii Kravchuk | Assignee: | Alexey Botchkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | auth_plugin, documentation | ||
| Issue Links: |
|
||||||||||||
| Sprint: | 10.2.2-3 | ||||||||||||
| Description |
|
In frames of fix for I wonder what values are expected there while working with MySQL 5.7 and with older MySQL/MariaDB versions. Please, document this clearly in the code and/or in a separate KB article. I see nothing about it at https://mariadb.com/kb/en/mariadb/server_audit-system-variables/, while it seems to have non-empty values at times. |
| 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-08-29 ] | |||||||||||||||||||||||||||||||||
|
I see "Fix Version/s: 5.5.51", but I wonder how exactly this was fixed and do we have this fix in any released 10.0.x and/or 10.1.x version? | |||||||||||||||||||||||||||||||||
| Comment by Valerii Kravchuk [ 2016-08-29 ] | |||||||||||||||||||||||||||||||||
|
I still see the related variable defined as:
in recent 10.1:
and in current 10.0:
So, may I ask where is the fix in 10.0 and 10.1? | |||||||||||||||||||||||||||||||||
| Comment by Sergei Golubchik [ 2016-09-27 ] | |||||||||||||||||||||||||||||||||
|
It was (supposedly) documented. I'll remove it in the course of | |||||||||||||||||||||||||||||||||
| Comment by Valerii Kravchuk [ 2016-09-27 ] | |||||||||||||||||||||||||||||||||
|
I see nothing about server_audit_loc_info at https://mariadb.com/kb/en/mariadb/server_audit-system-variables/ right now. Even if it's going to be removed later, it would be great to have some words explaining in what version it had appeared, why, and what values had to be expected. Even "ignore it" is better than nothing. |