summaryrefslogtreecommitdiff
path: root/mysys/file_logger.c
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-6124 Audit plugin fails with the Percona-Server 5.6.Alexey Botchkov2014-04-171-8/+16
| | | | | | Some lines of code in file_logger.c were lost while moving to the general MariaDB tree. Adding them.
* MDEV-5613 m_string.h exports generic function names without a namespace ↵Sergei Golubchik2014-02-171-0/+1
| | | | | | prefix, like str2int don't include m_string. in my_valgrind.h
* MDEV-4472 Audit-plugin. Server-related part of the task.Alexey Botchkov2013-09-091-0/+223
file_logger became the service. Data like query_id now are sent to the audit plugin. Fix for MDEV-4770 ported from 10.0. Fix added for the read_maria_plugin_info(). Log rotation can be disabled with 'set rotations=0'.