1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-37160 When >=2 clients are in use, the server_audit_file_buffer_size setting is not honored

initialize cn->sync_statement everywhere where cn->thread_id is

followup for ef3c843c17 and 7251cbca51
This commit is contained in:
Sergei Golubchik
2025-08-02 15:18:52 +02:00
parent a0290cfbed
commit 1563988ae6
3 changed files with 3 additions and 4 deletions

View File

@@ -20,7 +20,6 @@ server_audit_syslog_ident mysql-server_auditing
server_audit_syslog_info
server_audit_syslog_priority LOG_INFO
set global server_audit_logging=on;
Line count in file: 1
set global server_audit_sync_log_file=on;
Line count in file: 52
set global server_audit_file_buffer_size= 16384;