summaryrefslogtreecommitdiff
path: root/plugin
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.5 into 10.6Marko Mäkelä2021-10-184-0/+76
|\
| * MDEV-26742 Assertion `field->type_handler() == this' failed in FixedBinTypeBu...bb-10.5-bar-MDEV-26742Alexander Barkov2021-10-144-0/+76
* | Merge 10.5 into 10.6Marko Mäkelä2021-09-301-5/+7
|\ \ | |/
| * Merge 10.4 into 10.5Marko Mäkelä2021-09-301-5/+7
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2021-09-291-5/+7
| | |\
| | | * Merge 10.2 into 10.3Marko Mäkelä2021-09-291-5/+7
| | | |\
| | | | * MDEV-24454 Crash at change_item_treebb-10.2-MDEV-24454Oleksandr Byelkin2021-09-271-5/+7
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-09-162-0/+5
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.4' into 10.5Monty2021-09-152-0/+5
| |\ \ \ \ | | |/ / /
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-09-111-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge remote-tracking branch 'upstream/10.4' into 10.5Vicențiu Ciorbaru2021-09-101-2/+2
| |\ \ \ \ | | |/ / /
| | * | | MDEV-26487 cpack rpm failed to build packages with cmake < 3.7.0Sergei Golubchik2021-08-311-2/+2
* | | | | Early return from auth_socket system checks on WindowsVladislav Vaintroub2021-09-111-0/+4
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-08-261-9/+5
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-08-261-9/+5
| |\ \ \ \ | | |/ / /
| | * | | MDEV-26380 auth_pam_tool has incorrect permissions on CentOS 7Sergei Golubchik2021-08-251-6/+5
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-08-231-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-26380 auth_pam_tool has incorrect permissions on CentOS 7Alexey Bychko2021-08-191-0/+3
* | | | | auth_socket: Add SO_PEERCRED definitions for NetBSDnia2021-08-052-0/+23
* | | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2021-08-025-3/+7
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2021-07-313-1/+5
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2021-07-313-1/+5
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-07-223-2/+9
| | | |\ \ | | | | |/
| | | | * Add feature summary at the end of cmake.Heinz Wiesinger2021-07-213-2/+9
| * | | | MDEV-26226 Change Maturity of plugins inet6 and s3 to stableSergei Golubchik2021-07-282-2/+2
* | | | | cleanup: formattingSergei Golubchik2021-06-111-6/+3
* | | | | MDEV-25602 get rid of __WIN__ in favor of standard _WIN32Vladislav Vaintroub2021-06-062-4/+4
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-05-261-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-05-261-3/+3
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-05-251-3/+3
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-05-241-4/+4
| | | |\ \ | | | | |/
| | | | * MDEV-25641 max_password_errors not working with ed25519 auth pluginSergei Golubchik2021-05-221-4/+4
* | | | | Change CHARSET_INFO character set and collaction names to LEX_CSTRINGMonty2021-05-192-7/+4
* | | | | Added override to all releveant methods in Item (and a few other classes)Monty2021-05-192-25/+26
* | | | | Reduce usage of strlen()Monty2021-05-196-37/+70
* | | | | Split item->flags into base_flags and with_flagsMonty2021-05-193-6/+6
* | | | | Remove calls to current_thd() in Item functionsMichael Widenius2021-05-192-4/+4
* | | | | Change bitfields in Item to an uint16Michael Widenius2021-05-194-15/+15
* | | | | Renamed Type_all_attributes::set_maybe_null() to set_type_maybe_null()Monty2021-05-191-1/+1
* | | | | Added typedef decimal_digits_t (uint16) for number of digits in mostMonty2021-05-191-5/+5
* | | | | MDEV-8334: Rename utf8 to utf8mb3Rucha Deodhar2021-05-195-9/+9
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-05-071-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch bb-10.4-release into bb-10.5-releasemariadb-10.5.10Nikita Malyavin2021-05-051-0/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge branch bb-10.3-release into bb-10.4-releaseNikita Malyavin2021-05-051-0/+1
| | |\ \ \ | | | |/ /
| | | * | MDEV-20842 Crash using versioning plugin functions after plugin was removed f...Aleksey Midenkov2021-04-271-0/+1
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-04-211-0/+4
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-04-211-0/+4
| |\ \ \ \ | | |/ / /
| | * | | Fix all warnings given by UBSANMonty2021-04-201-0/+4
* | | | | MDEV-24312 master_host has 60 character limit, increase to 255 bytesbb-10.6-MDEV-24312Oleksandr Byelkin2021-04-201-16/+35
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-04-141-1/+1
|\ \ \ \ \ | |/ / / /