summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* MDEV-26029: Implement my_test_if_thinly_provisioned() for ScaleFluxMarko Mäkelä2021-06-291-1/+2
* MDEV-26029: Sparse files are inefficient on thinly provisioned storageMarko Mäkelä2021-06-291-2/+3
* Merge 10.5 into 10.6Marko Mäkelä2021-06-261-2/+3
|\
| * MDEV-26010 fixup: Use acquire/release memory orderMarko Mäkelä2021-06-261-2/+3
* | Merge 10.5 into 10.6Marko Mäkelä2021-06-211-1/+1
|\ \ | |/
| * Merge 10.4 into 10.5Marko Mäkelä2021-06-211-1/+1
| |\
| | * MDEV-22221: MariaDB with WolfSSL doesn't support AES-GCM cipher for SSLVladislav Vaintroub2021-06-091-1/+1
| * | MDEV-25807: ARM build failure due to missing ISB instruction on ARMv6Krunal Bauskar2021-06-011-0/+8
* | | Added DDL_options_st *thd_ddl_options(const MYSQL_THD thd)Monty2021-06-148-0/+16
* | | MDEV-25506 (3 of 3): Do not delete .ibd files before commitMarko Mäkelä2021-06-092-3/+2
* | | MDEV-25870 Windows - fix ARM64 cross-compilationVladislav Vaintroub2021-06-072-3/+5
* | | MDEV-25602 get rid of __WIN__ in favor of standard _WIN32Vladislav Vaintroub2021-06-069-42/+40
* | | MDEV-25511: Command line tools don't support CRL parametersGeorg Richter2021-05-311-2/+7
* | | remove thread_pool_priv.hSergei Golubchik2021-05-191-108/+0
* | | Added checking to protect against simultaneous double free in safemallocMonty2021-05-191-0/+1
* | | MDEV-24285 support oracle build-in function: sys_guidMonty2021-05-191-0/+2
* | | Change CHARSET_INFO character set and collaction names to LEX_CSTRINGMonty2021-05-192-3/+4
* | | Reduce usage of strlen()Monty2021-05-191-2/+4
* | | Optimize Sql_allocMonty2021-05-191-1/+0
* | | Added typedef decimal_digits_t (uint16) for number of digits in mostMonty2021-05-192-12/+17
* | | MDEV-8334: Rename utf8 to utf8mb3Rucha Deodhar2021-05-192-5/+12
* | | Simplify a preprocessor conditionMarko Mäkelä2021-05-171-2/+2
* | | MDEV-9609 : wsrep_debug only logs DDL information on originating nodeJan Lindström2021-05-151-20/+18
* | | Merge 10.5 into 10.6Marko Mäkelä2021-04-216-13/+15
|\ \ \ | |/ /
| * | Merge 10.4 into 10.5Marko Mäkelä2021-04-216-13/+15
| |\ \ | | |/
| | * Fix all warnings given by UBSANMonty2021-04-206-16/+19
* | | MDEV-24312 master_host has 60 character limit, increase to 255 bytesbb-10.6-MDEV-24312Oleksandr Byelkin2021-04-201-1/+1
* | | Merge 10.5 into 10.6Marko Mäkelä2021-04-082-2/+2
|\ \ \ | |/ /
| * | Merge 10.4 into 10.5Marko Mäkelä2021-04-081-1/+0
| |\ \ | | |/
| | * MDEV-19508: SI_KERNEL is not on all implementationsbb-10.4-danielblack-MDEV-19508-minimal-compile-fixDaniel Black2021-04-071-1/+0
| * | MDEV-17913 Encrypted transactional Aria tables remain corrupt after crash rec...Monty2021-04-061-1/+2
* | | MDEV-13115: Implement SELECT SKIP LOCKEDDaniel Black2021-04-081-0/+4
* | | Add TL_FIRST_WRITE in SQL layer for determining R/WDaniel Black2021-04-081-0/+9
* | | Merge 10.5 into 10.6 (except MDEV-24630)Marko Mäkelä2021-03-301-2/+4
|\ \ \ | |/ /
| * | MDEV-24630: MY_RELAX_CPU assembly instruction upgrade/research forKrunal Bauskar2021-03-301-1/+1
| * | MDEV-24302 follow-up: RESET MASTER hangsbb-10.5-MDEV-24302Marko Mäkelä2021-03-301-2/+4
* | | MDEV-25281: Switch to use non-atomic (vs atomic) distributed counter toKrunal Bauskar2021-03-291-0/+1
* | | MDEV-5536: add systemd socket activationDaniel Black2021-03-282-0/+57
* | | Merge 10.5 into 10.6Marko Mäkelä2021-03-261-0/+2
|\ \ \ | |/ /
| * | MEM_CHECK_DEFINED: replace HAVE_valgrindbb-10.5-danielblack-clang-valgrind-without-memcheck_hDaniel Black2021-03-261-0/+2
* | | MDEV-25223 change fil_system_t::space_list and fil_system_t::named_spaces fro...Eugene Kosov2021-03-241-3/+5
* | | Merge 10.5 into 10.6Marko Mäkelä2021-03-192-5/+2
|\ \ \ | |/ /
| * | Merge 10.4 into 10.5Marko Mäkelä2021-03-192-5/+2
| |\ \ | | |/
| | * Merge 10.3 into 10.4Marko Mäkelä2021-03-192-5/+2
| | |\
| | | * Merge 10.2 into 10.3Marko Mäkelä2021-03-182-5/+2
| | | |\
| | | | * update wsrep service version after 7345d371418Sergei Golubchik2021-03-081-1/+1
| | | | * MDEV-24853: Duplicate key generated during cluster configuration changeJulius Goryavsky2021-03-081-3/+0
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-03-162-1/+5
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-25123 support MSVC ASANVladislav Vaintroub2021-03-122-1/+5
* | | | | Remove trailing newline from error message in dlerror() on WindowsSergey Zolotarev2021-03-081-1/+3