summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.6 into 10.7Marko Mäkelä2021-09-175-12/+6
|\
| * Merge 10.5 into 10.6Marko Mäkelä2021-09-171-9/+0
| |\
| | * Merge 10.4 into 10.5Marko Mäkelä2021-09-171-7/+0
| | |\
| | | * MDEV-26053 : TRUNCATE on table with Foreign Key Constraint no longer replicat...bb-10.4-truncateJan Lindström2021-09-171-7/+0
| * | | 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.6 into 10.7Marko Mäkelä2021-08-313-9/+9
|\ \ \ \ | |/ / /
| * | | 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
* | | | | | cleanup: MY_BITMAP mutexSergei Golubchik2021-08-261-13/+1
* | | | | | Merge 10.6 into 10.7Marko Mäkelä2021-08-161-5/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix clang-cl warningVladislav Vaintroub2021-08-111-1/+1
| * | | | | MDEV-25602 Eliminate the rest of __WIN__ in ConnectVladislav Vaintroub2021-08-051-4/+0
* | | | | | Merge 10.6 into 10.7Marko Mäkelä2021-08-042-10/+13
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 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
* | | | | | Add json_normalize function to json_libEric Herman2021-07-211-0/+5
* | | | | | fix json typo s/UNINITALIZED/UNINITIALIZED/Eric Herman2021-07-211-1/+1
* | | | | | Added support to MEM_ROOT for write protected memoryMonty2021-07-183-5/+9
|/ / / / /
* | | | | 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