Details
Assignee
Hrvoje MatijakovicHrvoje MatijakovicReporter
Iwo PanowiczIwo PanowiczPriority
Medium
Details
Details
Assignee
Hrvoje Matijakovic
Hrvoje MatijakovicReporter
Iwo Panowicz
Iwo PanowiczPriority
Smart Checklist
Smart Checklist
Smart Checklist
Created March 3, 2020 at 12:02 PM
Updated April 2, 2025 at 12:12 PM
When audit plugin is unable to write data it silently ignores that fact.
Steps to reproduce:
my.cnf:
1)
2) Start MySQL
3) After starting
OR
mount 1MB partition to /tmp/mysql and execute queries as long as you hit no space left on this partition.
4) Execute any query - the query will execute, audit record won't be written to an audit_log_file, no information would be logged in.
Recommended solution:
Allow stopping/crashing/assert database if an audit plugin is not able to write an audit record.