summaryrefslogtreecommitdiff
path: root/plugin/server_audit
Commit message (Expand)AuthorAgeFilesLines
* mysys: rename ME_xxx flags to match plugin apiSergei Golubchik2018-06-041-5/+5
* Merge 10.2 into 10.3Marko Mäkelä2018-05-121-4/+25
|\
| * Merge 10.1 into 10.2Marko Mäkelä2018-05-111-4/+25
| |\
| | * MDEV-15480 Audit plugin does not respect QUERY_DML for audit plugin.Alexey Botchkov2018-05-101-4/+25
* | | Make possible to use clang on Windows (clang-cl)Vladislav Vaintroub2018-02-201-1/+6
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-1/+1
|\ \ \ | |/ /
| * | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-1/+1
| |\ \ | | |/
* | | Fix warningsVladislav Vaintroub2018-02-061-1/+1
* | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-19/+19
* | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2018-01-292-18/+18
|\ \ \ | |/ /
| * | Fix and reenable Windows compiler warning C4800 (size_t conversion).Vladislav Vaintroub2018-01-262-18/+18
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-101-19/+22
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2017-11-071-19/+22
| |\ \ | | |/
| | * 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
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-10-041-32/+29
|\ \ \ | |/ /
| * | Replace a non-ASCII character in a commentMarko Mäkelä2017-10-041-1/+1
| * | Fix Windows warnings : fix server_audit not to use my_win_open and CoVladislav Vaintroub2017-10-031-31/+28
| * | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-1/+1
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-09-211-2/+8
|\ \ \ | |/ /
| * | Merge branch '10.1' into 10.2Vicențiu Ciorbaru2017-09-201-2/+8
| |\ \ | | |/
| | * MDEV-13137 MySQL 5.6.23 Crashes when SET GLOBAL server_audit_logging=OFF;Alexey Botchkov2017-09-191-2/+8
| | * MDEV-13650 Backport fix for MDEV-13060 (crash when both AWS plugin and server...Sergei Golubchik2017-09-181-3/+3
* | | Enusure that my_global.h is included firstMichael Widenius2017-08-242-5/+4
|/ /
* | MDEV-13060 Server Audit Plugin Crashes with AWS KMS pluginSergei Golubchik2017-07-051-3/+3
* | Merge 10.1 into 10.2Marko Mäkelä2017-05-231-0/+5
|\ \ | |/
| * Merge 10.0 into 10.1Marko Mäkelä2017-05-231-0/+5
| |\
| | * MDEV-6262 analyze the coverity report on mariadbSergei Golubchik2017-05-191-0/+5
* | | Merge 10.1 into 10.2Marko Mäkelä2017-05-061-3/+2
|\ \ \ | |/ /
| * | MDEV-11660 Make encryption plugins "pure"Vladislav Vaintroub2017-04-271-3/+2
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-303-16/+26
|\ \ \ | |/ /
| * | Correct FSF addressiangilfillan2017-03-102-2/+2
| * | Merge 10.0 into 10.1Marko Mäkelä2017-03-091-13/+23
| |\ \ | | |/
| | * Merge 5.5 into 10.0Marko Mäkelä2017-03-081-1/+1
| | |\
| | | * MDEV-11084 server_audit does not work with mysql_community 5.7.16.Alexey Botchkov2017-03-061-1/+1
| | * | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-03-031-12/+22
| | |\ \ | | | |/
| | | * cleanup: NO_OPEN_3 was never definedSergei Golubchik2017-02-271-3/+1
| | | * MDEV-11904 Make Audit Plugin working with MySQL 8.0.Alexey Botchkov2017-02-201-9/+21
| * | | spelling fixesklemens2017-03-071-1/+1
| |/ /
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-02-101-0/+1
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/5.5' into 10.0vicentiu2017-01-061-0/+1
| |\ \ | | |/
| | * MDEV-11510 Audit plugin sometimes causes server to crash when using with MySQL.Alexey Botchkov2016-12-161-0/+1
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-3/+2
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2016-09-271-3/+2
| |\ \ | | |/
| | * MDEV-10441 Document the server_audit_loc_info variableSergei Golubchik2016-09-261-3/+2
| * | Fixed failing test cases and compiler warningsMonty2016-04-251-6/+4
| |/
* | Merge branch '10.1' into 10.2Sergei Golubchik2016-02-251-4/+8
|\ \ | |/
| * fix buffer overrunVladislav Vaintroub2016-02-151-1/+1
| * Errorneous PSI declaration line fixed.Alexey Botchkov2016-02-121-3/+7
* | Changed my_thread_id to int64 to fix compilation problem withMonty2016-02-081-0/+4