summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.5 into 10.6Marko Mäkelä2021-09-164-3/+6
|\
| * Fixed bug in aria_chk that overwrote sort_buffer_lengthMonty2021-09-151-1/+1
| * Improve error messages from Ariatmp-10.5-montyMonty2021-09-153-2/+5
* | Merge 10.5 into 10.6Marko Mäkelä2021-08-313-9/+9
|\ \ | |/
| * Merge 10.4 into 10.5Marko Mäkelä2021-08-313-9/+9
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2021-08-312-6/+6
| | |\
| | | * Merge 10.2 into 10.3Marko Mäkelä2021-08-312-6/+6
| | | |\
| | | | * Fix GCC 11 -Wmaybe-uninitialized for PLUGIN_PERFSCHEMAMarko Mäkelä2021-08-302-6/+6
* | | | | Fix clang-cl warningVladislav Vaintroub2021-08-111-1/+1
* | | | | MDEV-25602 Eliminate the rest of __WIN__ in ConnectVladislav Vaintroub2021-08-051-4/+0
* | | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2021-08-022-10/+13
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2021-07-312-11/+14
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2021-07-311-2/+3
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-07-271-2/+3
| | | |\ \ | | | | |/
| | | | * MDEV-24393 InnoDB disregards --skip-external-lockingMarko Mäkelä2021-07-271-2/+3
| | * | | Improve documentation of json parser functionsMichael Okoko2021-07-221-9/+11
* | | | | 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
|\ \ \ \ \ | |/ / / /