summaryrefslogtreecommitdiff
path: root/plugin
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2019-03-222-8/+9
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2019-03-222-8/+9
| |\ \ \ | | |/ /
| | * | Merge 10.0 into 10.1Marko Mäkelä2019-03-212-8/+9
| | |\ \
| | | * | MDEV-6262 follow-up: Ensure NUL termination on strncpy()Marko Mäkelä2019-03-212-8/+9
| | | * | 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
* | | | | Merge branch '10.2' into bb-10.3-mergeOleksandr Byelkin2019-02-191-2/+6
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-02-191-2/+6
| |\ \ \ \ | | |/ / /
| | * | | Don't build aws_key_management plugin by defaultSergei Golubchik2019-02-191-0/+6
* | | | | Merge branch '10.3' into bb-10.3-mergeOleksandr Byelkin2019-02-122-2/+2
|\ \ \ \ \
| * | | | | Changed user_variables and sql_sequence to maturity state stableMonty2019-02-062-2/+2
* | | | | | dirty mergeOleksandr Byelkin2019-02-071-0/+2
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Merge 10.1 into 10.2Marko Mäkelä2019-02-021-0/+2
| |\ \ \ \ | | |/ / /
| | * | | postmerge rollbacks and fixesOleksandr Byelkin2019-01-311-0/+2
* | | | | Merge 10.2 into 10.3Marko Mäkelä2018-11-064-4/+10
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.1 into 10.2Marko Mäkelä2018-11-062-3/+9
| |\ \ \ \ | | |/ / /
| | * | | auth_gssapi : Fix string formatting in my_printf_error()Vladislav Vaintroub2018-10-161-1/+1
| | * | | remove MYF flags from pluginVladislav Vaintroub2018-10-161-2/+2
| | * | | Fix regular expression in replace_regex in auth_gssapi test.Vladislav Vaintroub2018-10-151-1/+1
| | * | | make auth_gssapi_basic work, also in domain environment.Vladislav Vaintroub2018-10-153-1/+4
| | * | | MDEV-17462 Heap corruption with auth_gssapi on Windows.Vladislav Vaintroub2018-10-151-1/+6
| * | | | MDEV-14267: correct FSF addressDaniel Black2018-10-302-2/+2
* | | | | Merge 10.2 into 10.3Marko Mäkelä2018-10-091-13/+16
|\ \ \ \ \ | |/ / / /
| * | | | AWS KMS plugin : more detailed message when API calls fail.Vladislav Vaintroub2018-10-031-13/+16
* | | | | Merge 10.2 into 10.3Marko Mäkelä2018-09-062-3/+5
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.1 into 10.2Marko Mäkelä2018-08-312-3/+5
| |\ \ \ \ | | |/ / /
| | * | | MDEV-16665 ed25519 describes itself as 1.0-alpha even though it's not alpha.Alexey Botchkov2018-08-301-1/+1
| | * | | MDEV-17095 pam_user_map module throws syntax error if group name contains bac...Alexey Botchkov2018-08-301-2/+4
* | | | | compiler warningsSergei Golubchik2018-08-121-1/+1
* | | | | remove obsolete checks for -fno-implicit-templatesSergei Golubchik2018-08-121-8/+1
* | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-06-302-6/+6
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-06-281-1/+1
| |\ \ \ \ | | |/ / /
| | * | | mark ed25519 stableSergei Golubchik2018-06-281-1/+1
| * | | | don't use my_error(0) or my_printf_error(0)Sergei Golubchik2018-06-211-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
* | | | | MDEV-15893 Rename VTQ to TRTEugene Kosov2018-05-121-29/+29
* | | | | Misc. typosluz.paz2018-04-052-2/+2
* | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-03-288-3/+353
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-03-258-30/+119
| |\ \ \ \ | | |/ / /
| | * | | MDEV-14533 Provide information_schema tables using which hardwareAlexey Botchkov2018-03-243-12/+1
| | * | | MDEV-14533 Provide information_schema tables using which hardwareAlexey Botchkov2018-03-244-0/+36
| | * | | MDEV-14533 Provide information_schema tables using which hardware information...Sergei Golubchik2018-03-233-26/+12
| | * | | MDEV-10871 Add logging capability to pam_user_map.c.Alexey Botchkov2018-03-231-3/+81
| * | | | Merge 10.1 into 10.2Marko Mäkelä2018-03-213-0/+260
| |\ \ \ \ | | |/ / /
| | * | | MDEV-14533 Provide information_schema tables using which hardwareAlexey Botchkov2018-03-213-0/+260
* | | | | MDEV-11952 Oracle-style packages: stage#5mariadb-10.3.5bb-10.3-compatibilityAlexander Barkov2018-02-251-1/+2
* | | | | Make possible to use clang on Windows (clang-cl)Vladislav Vaintroub2018-02-204-6/+15