Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 10.5 into 10.6 | Marko Mäkelä | 2021-09-16 | 4 | -3/+6 |
|\ | |||||
| * | Fixed bug in aria_chk that overwrote sort_buffer_length | Monty | 2021-09-15 | 1 | -1/+1 |
| * | Improve error messages from Ariatmp-10.5-monty | Monty | 2021-09-15 | 3 | -2/+5 |
* | | Merge 10.5 into 10.6 | Marko Mäkelä | 2021-08-31 | 3 | -9/+9 |
|\ \ | |/ | |||||
| * | Merge 10.4 into 10.5 | Marko Mäkelä | 2021-08-31 | 3 | -9/+9 |
| |\ | |||||
| | * | Merge 10.3 into 10.4 | Marko Mäkelä | 2021-08-31 | 2 | -6/+6 |
| | |\ | |||||
| | | * | Merge 10.2 into 10.3 | Marko Mäkelä | 2021-08-31 | 2 | -6/+6 |
| | | |\ | |||||
| | | | * | Fix GCC 11 -Wmaybe-uninitialized for PLUGIN_PERFSCHEMA | Marko Mäkelä | 2021-08-30 | 2 | -6/+6 |
* | | | | | Fix clang-cl warning | Vladislav Vaintroub | 2021-08-11 | 1 | -1/+1 |
* | | | | | MDEV-25602 Eliminate the rest of __WIN__ in Connect | Vladislav Vaintroub | 2021-08-05 | 1 | -4/+0 |
* | | | | | Merge branch '10.5' into 10.6 | Oleksandr Byelkin | 2021-08-02 | 2 | -10/+13 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch '10.4' into 10.5 | Oleksandr Byelkin | 2021-07-31 | 2 | -11/+14 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2021-07-31 | 1 | -2/+3 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2021-07-27 | 1 | -2/+3 |
| | | |\ \ | | | | |/ | |||||
| | | | * | MDEV-24393 InnoDB disregards --skip-external-locking | Marko Mäkelä | 2021-07-27 | 1 | -2/+3 |
| | * | | | Improve documentation of json parser functions | Michael Okoko | 2021-07-22 | 1 | -9/+11 |
* | | | | | MDEV-26029: Implement my_test_if_thinly_provisioned() for ScaleFlux | Marko Mäkelä | 2021-06-29 | 1 | -1/+2 |
* | | | | | MDEV-26029: Sparse files are inefficient on thinly provisioned storage | Marko Mäkelä | 2021-06-29 | 1 | -2/+3 |
* | | | | | Merge 10.5 into 10.6 | Marko Mäkelä | 2021-06-26 | 1 | -2/+3 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | MDEV-26010 fixup: Use acquire/release memory order | Marko Mäkelä | 2021-06-26 | 1 | -2/+3 |
* | | | | | Merge 10.5 into 10.6 | Marko Mäkelä | 2021-06-21 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2021-06-21 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | MDEV-22221: MariaDB with WolfSSL doesn't support AES-GCM cipher for SSL | Vladislav Vaintroub | 2021-06-09 | 1 | -1/+1 |
| * | | | | MDEV-25807: ARM build failure due to missing ISB instruction on ARMv6 | Krunal Bauskar | 2021-06-01 | 1 | -0/+8 |
* | | | | | Added DDL_options_st *thd_ddl_options(const MYSQL_THD thd) | Monty | 2021-06-14 | 8 | -0/+16 |
* | | | | | MDEV-25506 (3 of 3): Do not delete .ibd files before commit | Marko Mäkelä | 2021-06-09 | 2 | -3/+2 |
* | | | | | MDEV-25870 Windows - fix ARM64 cross-compilation | Vladislav Vaintroub | 2021-06-07 | 2 | -3/+5 |
* | | | | | MDEV-25602 get rid of __WIN__ in favor of standard _WIN32 | Vladislav Vaintroub | 2021-06-06 | 9 | -42/+40 |
* | | | | | MDEV-25511: Command line tools don't support CRL parameters | Georg Richter | 2021-05-31 | 1 | -2/+7 |
* | | | | | remove thread_pool_priv.h | Sergei Golubchik | 2021-05-19 | 1 | -108/+0 |
* | | | | | Added checking to protect against simultaneous double free in safemalloc | Monty | 2021-05-19 | 1 | -0/+1 |
* | | | | | MDEV-24285 support oracle build-in function: sys_guid | Monty | 2021-05-19 | 1 | -0/+2 |
* | | | | | Change CHARSET_INFO character set and collaction names to LEX_CSTRING | Monty | 2021-05-19 | 2 | -3/+4 |
* | | | | | Reduce usage of strlen() | Monty | 2021-05-19 | 1 | -2/+4 |
* | | | | | Optimize Sql_alloc | Monty | 2021-05-19 | 1 | -1/+0 |
* | | | | | Added typedef decimal_digits_t (uint16) for number of digits in most | Monty | 2021-05-19 | 2 | -12/+17 |
* | | | | | MDEV-8334: Rename utf8 to utf8mb3 | Rucha Deodhar | 2021-05-19 | 2 | -5/+12 |
* | | | | | Simplify a preprocessor condition | Marko Mäkelä | 2021-05-17 | 1 | -2/+2 |
* | | | | | MDEV-9609 : wsrep_debug only logs DDL information on originating node | Jan Lindström | 2021-05-15 | 1 | -20/+18 |
* | | | | | Merge 10.5 into 10.6 | Marko Mäkelä | 2021-04-21 | 6 | -13/+15 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2021-04-21 | 6 | -13/+15 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Fix all warnings given by UBSAN | Monty | 2021-04-20 | 6 | -16/+19 |
* | | | | | MDEV-24312 master_host has 60 character limit, increase to 255 bytesbb-10.6-MDEV-24312 | Oleksandr Byelkin | 2021-04-20 | 1 | -1/+1 |
* | | | | | Merge 10.5 into 10.6 | Marko Mäkelä | 2021-04-08 | 2 | -2/+2 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2021-04-08 | 1 | -1/+0 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | MDEV-19508: SI_KERNEL is not on all implementationsbb-10.4-danielblack-MDEV-19508-minimal-compile-fix | Daniel Black | 2021-04-07 | 1 | -1/+0 |
| * | | | | MDEV-17913 Encrypted transactional Aria tables remain corrupt after crash rec... | Monty | 2021-04-06 | 1 | -1/+2 |
* | | | | | MDEV-13115: Implement SELECT SKIP LOCKED | Daniel Black | 2021-04-08 | 1 | -0/+4 |
* | | | | | Add TL_FIRST_WRITE in SQL layer for determining R/W | Daniel Black | 2021-04-08 | 1 | -0/+9 |
* | | | | | Merge 10.5 into 10.6 (except MDEV-24630) | Marko Mäkelä | 2021-03-30 | 1 | -2/+4 |
|\ \ \ \ \ | |/ / / / |