Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.2.25, 10.1.40, 10.3.16, 10.4.6
-
None
Description
Windows does not have syslog, so the server_audit plugin does not try to build syslog support on Windows. Instead, it just defines the syslog-related functions as noops on Windows:
https://github.com/MariaDB/server/blob/mariadb-10.4.6/plugin/server_audit/server_audit.c#L25
server_audit_output_type=SYSLOG can still be set on Windows:
https://github.com/MariaDB/server/blob/mariadb-10.4.6/plugin/server_audit/server_audit.c#L389
https://github.com/MariaDB/server/blob/mariadb-10.4.6/plugin/server_audit/server_audit.c#L2740
Since the syslog functions are defined as noops on Windows, this output type will not do anything.
It seems like it would be better to not allow server_audit_output_type=SYSLOG on Windows.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | In Progress [ 3 ] |
issue.field.resolutiondate | 2019-07-03 13:25:21.0 | 2019-07-03 13:25:21.142 |
Fix Version/s | 10.1.41 [ 23406 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Fix Version/s | 10.3 [ 22126 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Link | This issue relates to MENT-258 [ MENT-258 ] |
Fix Version/s | 10.2.26 [ 23409 ] | |
Fix Version/s | 10.3.17 [ 23411 ] | |
Fix Version/s | 10.4.7 [ 23720 ] |
Workflow | MariaDB v3 [ 97727 ] | MariaDB v4 [ 156388 ] |
Zendesk Related Tickets | 191771 |