summaryrefslogtreecommitdiff
path: root/plugin
Commit message (Expand)AuthorAgeFilesLines
* Change CHARSET_INFO character set and collaction names to LEX_CSTRINGMonty2021-01-282-7/+4
* Added override to all releveant methods in Item (and a few other classes)Monty2021-01-282-25/+26
* Reduce usage of strlen()Monty2021-01-206-37/+70
* Split item->flags into base_flags and with_flagsMonty2021-01-193-6/+6
* Remove calls to current_thd() in Item functionsMichael Widenius2021-01-192-4/+4
* Change bitfields in Item to a uint16Michael Widenius2021-01-194-15/+15
* Renamed Type_all_attributes::set_maybe_null() to set_type_maybe_null()Monty2021-01-191-1/+1
* Added typedef decimal_digits_t (uint16) for number of decimalsMonty2021-01-191-5/+5
* Merge 10.5 into 10.6Marko Mäkelä2021-01-111-7/+15
|\
| * Merge 10.4 into 10.5Marko Mäkelä2021-01-111-7/+15
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2021-01-111-7/+15
| | |\
| | | * Merge 10.2 into 10.3 (except MDEV-17556)Marko Mäkelä2021-01-111-7/+15
| | | |\
| | | | * MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failedNikita Malyavin2021-01-081-1/+1
| | | | * MDEV-19442 add-onAndrei Elkin2021-01-071-1/+1
| | | | * MDEV-19442 server_audit plugin doesn't consider proxy users in server_audit_e...Alexey Botchkov2020-12-281-7/+15
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-01-072-4/+5
|\ \ \ \ \ | |/ / / /
| * | | | Merge commit '10.4' into 10.5Oleksandr Byelkin2021-01-062-4/+5
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2020-12-232-4/+5
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2020-12-231-4/+4
| | | |\ \ | | | | |/
| | | | * MDEV-24318 server_audit doesn't respect filters for PROXY_CONNECTAlexey Botchkov2020-12-011-4/+4
| | | * | MDEV-24279 Segfault after 1 day and 5 minutes uptimeSergei Golubchik2020-12-111-0/+1
* | | | | Merge 10.5 into 10.6Marko Mäkelä2020-12-212-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | increase INET6 plugin maturitySergei Golubchik2020-12-212-2/+2
* | | | | Merge 10.5 into 10.6bb-10.6-MDEV-24426Marko Mäkelä2020-12-173-1/+25
|\ \ \ \ \ | |/ / / /
| * | | | Parse GSSAPI flags on AIXEtienne Guesnet2020-12-161-1/+5
| * | | | Support of AIX for auth_socket pluginEtienne Guesnet2020-12-162-0/+20
* | | | | Merge 10.5 into 10.6Marko Mäkelä2020-12-032-4/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2020-12-022-4/+2
| |\ \ \ \ | | |/ / /
| | * | | MDEV-15532 after-merge fixes from MontyMarko Mäkelä2020-12-021-3/+1
* | | | | Windows : reduce useless system checksVladislav Vaintroub2020-11-121-0/+4
|/ / / /
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-11-031-2/+6
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-11-032-4/+8
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-11-021-2/+6
| | |\ \ | | | |/
| | | * MDEV-22387: Do not violate __attribute__((nonnull))Marko Mäkelä2020-11-021-2/+6
* | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-11-011-2/+2
|\ \ \ \
| * \ \ \ Merge branch '10.3' into 10.4Oleksandr Byelkin2020-10-311-2/+2
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Fixed bug in detection of getgrouplist parameters.Monty2020-10-291-2/+2
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-10-308-26/+121
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-10-297-26/+117
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-10-285-23/+52
| | |\ \ | | | |/
| | | * MDEV-23926: Follow-up patchDmitry Shulga2020-10-231-4/+0
| | | * MDEV-23926: Follow-up patchDmitry Shulga2020-10-231-1/+1
| | | * MDEV-23564: CMAKE failing due to deprecated Apple GSS methodDmitry Shulga2020-10-231-0/+5
| | | * MDEV-23926: Follow-up patch to add missed file plugin/auth_pam/config.h.cmakeDmitry Shulga2020-10-231-0/+5
| | | * MDEV-23926: Follow-up patch to cleanup plugin/auth_pam/CMakeLists.txt codeDmitry Shulga2020-10-232-12/+1
| | | * MDEV-23926: Fix warnings generated during compilation of plugin/auth_pam/mapp...Dmitry Shulga2020-10-232-11/+45
| | | * MDEV-19443 server_audit plugin doesn't log proxy users.Alexey Botchkov2020-10-231-1/+61
| | * | MDEV-19443 server_audit plugin doesn't log proxy users.Alexey Botchkov2020-10-231-1/+61
| * | | MDEV-23539: aws key plugin - fails to buildDaniel Black2020-10-261-0/+4
* | | | Fix decimals to 0 for MySQL JSONVicențiu Ciorbaru2020-10-291-0/+13