| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
The audit API was seriously changed in MySQL 5.7.
so we had to adapt the plugin's code to that.
|
|
|
|
|
|
| |
Some lines of code in file_logger.c were lost while moving to the
general MariaDB tree. Adding them.
|
|
|
|
|
|
| |
prefix, like str2int
don't include m_string. in my_valgrind.h
|
|
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'.
|