Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.0.25
-
10.2.2-3
Description
In frames of fix for MDEV-9106 new variable was added for Audit Plugin, server_audit_loc_info. It is initialized with zeros and is supposed to be empty string in MTR tests, as far as I can see.
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.
Attachments
Issue Links
- relates to
-
MDEV-11191 server_audit from 10.0.28 crashes on MySQL 5.7
-
- Closed
-
-
MDEV-10905 PLUGIN_VAR_NOSYSVAR | PLUGIN_VAR_NOCMDOPT thdvars don't work
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Confirmed [ 10101 ] |
Fix Version/s | 5.5 [ 15800 ] | |
Fix Version/s | 10.0 [ 16000 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Fix Version/s | 10.2 [ 14601 ] |
Sprint | 10.2.2-3 [ 83 ] |
Rank | Ranked higher |
Status | Confirmed [ 10101 ] | In Progress [ 3 ] |
issue.field.resolutiondate | 2016-08-02 11:07:22.0 | 2016-08-02 11:07:22.026 |
Fix Version/s | 5.5.51 [ 22015 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Fix Version/s | 5.5 [ 15800 ] | |
Fix Version/s | 10.0 [ 16000 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Link |
This issue relates to |
Link |
This issue relates to |
Workflow | MariaDB v3 [ 76499 ] | MariaDB v4 [ 150669 ] |
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.