summaryrefslogtreecommitdiff
path: root/plugin
Commit message (Expand)AuthorAgeFilesLines
* MDEV-6124 Audit plugin fails with the Percona-Server 5.6.Alexey Botchkov2014-04-171-1/+1
* mysql-5.5.37 selective mergeSergei Golubchik2014-03-273-0/+3
|\
| * Updated/added copyright header. Added line "use is subject to license terms" Murthy Narkedimilli2014-02-173-0/+3
* | MDEV-5862 server_audit test fails in buildbot on Mac (labrador).Alexey Botchkov2014-03-231-5/+24
* | Fixed some buildbot failuresMichael Widenius2014-03-181-2/+14
* | MDEV-5681 audit log will not rotate when the file size exceeds global variabl...Alexey Botchkov2014-03-171-2/+50
* | MariaDB Audit plugin added.Alexey Botchkov2014-02-243-0/+2191
* | MDEV-5654 Server crashes on second installation of daemon_example pluginSergei Golubchik2014-02-171-0/+1
* | MySQL-5.5.36 mergeSergei Golubchik2014-02-171-1/+1
|\ \ | |/
* | MySQL-5.5.35 mergeSergei Golubchik2014-01-222-15/+17
|\ \ | |/
| * BUG#17460821: ASSERTION ERROR WHEN STOPPING SLAVE AFTER SEMI-SYNC ON MASTER I...Luis Soares2013-10-171-7/+11
| * BUG#17508351: REDUNDANT CODE IN REPLSEMISYNCMASTER::UPDATESYNCHEADERLuis Soares2013-10-081-8/+2
| * Bug#17327454:SEMI-SYNC REPLICATION MASTER CRASH WHEN SETSujatha Sivakumar2013-09-231-1/+2
* | Update feedback plugin to recognize Windows 8.1 / Windows Server 2012 R2.Vladislav Vaintroub2013-09-201-1/+5
* | MDEV-4941 make: AIX fails with 'Identifier not allowed in cast'; syntax error...Sergei Golubchik2013-09-091-8/+8
* | MDEV-4472 Audit-plugin. Server-related part of the task.Alexey Botchkov2013-09-095-322/+3
* | MDEV-4926: Remove division-using-subtraction implementation from semi-sync pl...Vladislav Vaintroub2013-09-031-9/+5
* | mysql-5.5.32 mergeSergei Golubchik2013-07-167-7/+7
|\ \ | |/
* | Merge from 5.3Alexander Barkov2013-07-101-1/+1
|\ \
| * \ Merge from 5.2Alexander Barkov2013-07-091-1/+1
| |\ \
| | * \ Merge from 5.1Alexander Barkov2013-07-091-1/+1
| | |\ \
| | | * | Bug #69682 - mysqld crashes after uninstall of plugin with "first" status varSergei Golubchik2013-07-061-1/+1
* | | | | MDEV-4685 Compile error on LFSSergei Golubchik2013-06-222-0/+10
* | | | | MDEV-4636 use mysql_cleartext_plugin from auth_pamSergei Golubchik2013-06-111-2/+23
* | | | | MDEV-4516 SELECT from I_S.QUERY_CACHE_INFO produces ER_UNKNOWN_ERROR when que...Sergei Golubchik2013-05-241-1/+1
* | | | | Fix build on WindowsVladislav Vaintroub2013-04-251-0/+4
* | | | | MDEV-260 auditing table accessesSergei Golubchik2013-04-191-24/+65
* | | | | compilation warningsSergei Golubchik2013-04-041-6/+6
* | | | | MDEV-4307 Support at least 48 utf8 characters in username in server and PAMSergei Golubchik2013-03-262-0/+93
* | | | | MDEV-249 QUERY CACHE INFORMATIONSergei Golubchik2013-03-202-0/+217
* | | | | MDEV-4175 auth_socket to build on OpenBSD / BitrigSergei Golubchik2013-03-081-1/+13
* | | | | 5.3 mergeSergei Golubchik2013-01-151-0/+6
|\ \ \ \ \ | |/ / / /
| * | | | 5.2->5.3 mergeSergei Golubchik2013-01-102-0/+9
| |\ \ \ \ | | |/ / /
| | * | | Fix broken feedback plugin after MDEV-712.Vladislav Vaintroub2012-11-261-0/+3
| | * | | merge 5.1Vladislav Vaintroub2012-11-221-0/+6
| | |\ \ \ | | | |/ /
| | | * | Feedback plugin now recognizes Windows 8 / Windows Server 2012.Vladislav Vaintroub2012-11-221-0/+6
* | | | | 5.3->5.5 mergeSergei Golubchik2012-11-221-3/+6
|\ \ \ \ \ | |/ / / /
| * | | | Merge MariaDB 5.2->5.3unknown2012-11-201-3/+6
| |\ \ \ \ | | |/ / /
| | * | | Merge MariaDB 5.1->5.2.unknown2012-11-201-3/+6
| | |\ \ \ | | | |/ /
| | | * | potential crash in the feedback pluginSergei Golubchik2012-11-191-3/+6
* | | | | rename plugin null_audit -> audit_null (to match status variable names)Sergei Golubchik2012-11-071-1/+1
* | | | | build feedback plugin with ssl (changes for cmake).Sergei Golubchik2012-11-062-15/+24
* | | | | 5.3 mergeSergei Golubchik2012-10-182-15/+98
|\ \ \ \ \ | |/ / / /
| * | | | mergeSergei Golubchik2012-09-272-15/+98
| |\ \ \ \ | | |/ / /
| | * | | a simple pam user mapper moduleSergei Golubchik2012-09-252-15/+98
* | | | | Fixed compiler warningsMichael Widenius2012-08-171-1/+1
* | | | | Automatic mergeMichael Widenius2012-08-131-1/+2
|\ \ \ \ \
| * | | | | Fixed compiler warnings (A few of these was bugs)Michael Widenius2012-08-131-1/+2
* | | | | | merge with MySQL 5.5.27Sergei Golubchik2012-08-094-5/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Bug#14238406 NEW COMPILATION WARNINGS WITH GCC 4.7 (-WERROR=NARROWING)Jon Olav Hauglid2012-06-294-5/+5
| |\ \ \ \