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

MDEV-34680 post-fixes

* clarify the help text for --server-audit-file-rotate-size
* initialize cn->sync_statement, otherwise new connection randomly syncs
* and DON'T SPAM syslog
This commit is contained in:
Sergei Golubchik
2025-07-31 16:27:44 +02:00
parent 7251cbca51
commit ef3c843c17
3 changed files with 2 additions and 4 deletions

View File

@@ -33,7 +33,6 @@ set global server_audit_file_buffer_size=0;
Line count in file: 1206
set global server_audit_sync_log_file=on;
Line count in file: 1207
SET GLOBAL server_audit_output_type=0;
SET GLOBAL server_audit_file_buffer_size=0;
set global server_audit_logging=off;
uninstall plugin server_audit;