summaryrefslogtreecommitdiff
path: root/plugin/server_audit/server_audit.c
Commit message (Expand)AuthorAgeFilesLines
* server_audit and server_audit2 fixed to produce messages with uniformedAlexey Botchkov2020-09-031-3/+3
* Merge 10.4 into 10.5Marko Mäkelä2020-08-141-28/+32
|\
| * Merge 10.3 into 10.4, except MDEV-22543Marko Mäkelä2020-08-131-28/+32
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2020-08-131-28/+32
| | |\
| | | * Fix GCC 10.2.0 -Og -Wmaybe-uninitializedMarko Mäkelä2020-08-111-28/+32
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-05-051-1/+2
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-05-051-1/+2
| |\ \ \ | | |/ /
| | * | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-05-041-1/+2
| | |\ \ | | | |/
| | | * MDEV-20685: compile fixes for Solaris/OSX/AIXDaniel Black2020-04-291-1/+3
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-04-251-3/+3
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-04-161-3/+3
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-04-151-2/+2
| | |\ \ | | | |/
| | | * MDEV-20604: Duplicate key value is silently truncated to 64 characters in pri...Oleksandr Byelkin2020-04-011-2/+2
* | | | MDEV-22214 mariadbd.exe calls function mysqld.exe, and crashesVladislav Vaintroub2020-04-101-11/+17
* | | | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-1/+1
* | | | MDEV-18650: Options deprecated in previous versions - multi_range_countVicențiu Ciorbaru2020-02-131-1/+0
|/ / /
* | | Merge 10.3 into 10.4Eugene Kosov2019-07-261-3/+3
|\ \ \ | |/ /
| * | MDEV-18350 Using audit plugin with MySQL, mysqld crashes when running COM_INI...Alexey Botchkov2019-07-261-3/+3
* | | Merge 10.3 into 10.4Marko Mäkelä2019-07-251-11/+28
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Eugene Kosov2019-07-161-11/+28
| |\ \ | | |/
| | * Merge 10.1 into 10.2Eugene Kosov2019-07-091-11/+28
| | |\
| | | * Make Win compiler happy about the SERVER_AUDIT code.HF2019-07-061-21/+21
| | | * Make Win compiler happy.HF2019-07-051-1/+3
| | | * MDEV-19851 server_audit plugin should not allow server_audit_output_type=SYSL...Alexey Botchkov2019-07-031-1/+16
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-07-021-43/+68
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-07-021-43/+67
| |\ \ \ | | |/ /
| | * | Merge 10.1 into 10.2Eugene Kosov2019-06-231-43/+67
| | |\ \ | | | |/
| | | * MDEV-18661 loading the audit plugin causes performance regression.Alexey Botchkov2019-06-151-44/+68
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-05-291-6/+9
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-05-291-6/+9
| |\ \ \ | | |/ /
| | * | MDEV-17456 Malicious SUPER user can possibly change audit log configuration w...Alexey Botchkov2019-05-191-6/+9
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\ \ \ | | |/ /
| | * | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | |\ \ | | | |/
| | | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | | |\
| | | | * Update FSF addressMichal Schorm2019-05-101-1/+1
| | | | * MDEV-15480 Audit plugin does not respect QUERY_DML for audit plugin.Alexey Botchkov2018-05-101-4/+25
| | | | * MDEV-13921 Audit log writes invalid SQL if single-line comments areAlexey Botchkov2017-11-031-1/+1
| | | | * MDEV-13921 Audit log writes invalid SQL if single-line comments areAlexey Botchkov2017-11-031-18/+21
| | | | * MDEV-13137 MySQL 5.6.23 Crashes when SET GLOBAL server_audit_logging=OFF;Alexey Botchkov2017-09-191-2/+8
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-05-051-9/+60
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2019-04-291-9/+60
| |\ \ \ \ | | |/ / /
| | * | | Remove a type cast, and use correct format insteadMarko Mäkelä2019-04-291-2/+2
| | * | | Make Win compiler happy.Alexey Botchkov2019-04-291-1/+1
| | * | | MDEV-17456 Malicious SUPER user can possibly change audit log configuration w...Alexey Botchkov2019-04-291-3/+4
| | * | | MDEV-19141 server_audit_excl_users accepts only values with less than 1024 ch...Alexey Botchkov2019-04-291-6/+56
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-03-221-6/+7
|\ \ \ \ \ | |/ / / /
| * | | | Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2019-03-221-6/+7
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2019-03-221-6/+7
| | |\ \ \ | | | |/ /
| | | * | Merge 10.0 into 10.1Marko Mäkelä2019-03-211-6/+7
| | | |\ \