summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | Fix for using uninitialized memoryMonty2020-05-156-46/+48
| | | * | | Fixed bugs found by valgrindMonty2020-05-153-1/+5
| | | * | | Merge 10.1 into 10.2Marko Mäkelä2020-05-142-5/+13
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | MDEV-22070 MSAN use-of-uninitialized-value in encryption.innodb-redo-badkeyMarko Mäkelä2020-05-142-6/+14
| | | * | | MDEV-21336 Memory leaks related to innodb_debug_syncMarko Mäkelä2020-05-149-202/+0
| | | * | | Fix GCC 9.3.0 -Wunused-but-set-variableMarko Mäkelä2020-05-142-4/+5
| | | * | | Fix GCC -WnonnullMarko Mäkelä2020-05-141-4/+5
| | | * | | Fix GCC -Wstringop-truncationMarko Mäkelä2020-05-141-0/+0
| | | * | | MDEV-19622: Fix a TokuDB resultMarko Mäkelä2020-05-141-0/+8
| * | | | | Merge 10.3 into 10.4Marko Mäkelä2020-05-1618-26/+973
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fixed access to uninitalized memory found by valgrindMonty2020-05-151-2/+3
| | * | | | Use history.h include file if readline is usedMonty2020-05-151-16/+3
| | * | | | MDEV-18100: User defined aggregate functions not working correctly when the s...Varun Gupta2020-05-154-4/+72
| | * | | | MDEV-22560 Crash on a table value constructor with an SP variableAlexander Barkov2020-05-153-1/+32
| | * | | | Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2020-05-143-0/+32
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2020-05-143-0/+32
| | | |\ \ \ | | | | |/ / | | | | | / | | | | |/ | | | |/|
| | | | * MDEV-22502 MDB crashes in CREATE TABLE AS SELECT when the precision of return...Alexander Barkov2020-05-143-0/+32
| | * | | Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2020-05-149-2/+825
| | |\ \ \ | | | |/ /
| | | * | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2020-05-143-0/+768
| | | |\ \ | | | | |/
| | | | * MDEV-22503 MDB limits DECIMAL column precision to 16 doing CTAS with floor/ce...Alexander Barkov2020-05-143-0/+768
| | | * | Ensure that auto_increment fields are marked properly on updateMonty2020-05-136-0/+49
* | | | | Compiling - improve multithreaded buildVladislav Vaintroub2020-05-181-2/+2
* | | | | MDEV-22613 Windows - reduce package sizeVladislav Vaintroub2020-05-181-2/+3
* | | | | Windows : small cmake cleanupVladislav Vaintroub2020-05-181-10/+10
* | | | | MDEV-22612 Fix -DWITH_ASAN=1 on Windows.Vladislav Vaintroub2020-05-183-36/+46
* | | | | Fix clang-cl warningVladislav Vaintroub2020-05-181-2/+2
* | | | | MDEV-22554: galera_sst_mariabackup fails with "Failed to start mysqld.2"Julius Goryavsky2020-05-181-1/+5
* | | | | MDEV-21976: Re-disable main.udf, reverts mistake in merge b30a01314217Otto Kekäläinen2020-05-161-0/+1
* | | | | Deb: Create empty migrated-from-my.cnf-settings.conf for Buildbot testsOtto Kekäläinen2020-05-161-0/+6
* | | | | Deb: Stop using mariadb-service-convertOtto Kekäläinen2020-05-161-6/+0
* | | | | Deb: Add manually dh_systemd_start snippetsOtto Kekäläinen2020-05-163-0/+24
* | | | | Deb: Add support for legacy init systems againOtto Kekäläinen2020-05-1612-64/+114
* | | | | MDEV-22578 thread_pool_info crashes with clang6, using SSE instructions on un...Vladislav Vaintroub2020-05-151-1/+2
* | | | | Merge 10.4 into 10.5Aleksey Midenkov2020-05-1518-97/+453
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-22563 Segfault on duplicate free of Item_func_in::arrayAleksey Midenkov2020-05-154-1/+76
| * | | | Fixed access to not initalized memoryMonty2020-05-151-0/+2
| * | | | MDEV-22494 : Galera assertion lock_sys.mutex.is_owned() at lock_trx_handle_wa...Jan Lindström2020-05-1513-111/+372
| * | | | MDEV-22555 Windows, packaging: binaries depend on vcruntime140_1.dll, which ...Vladislav Vaintroub2020-05-141-4/+8
* | | | | Revert "Added --titlebar option to enable/disable the titlebar"Sergei Golubchik2020-05-131-5/+2
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-05-1353-759/+841
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-05-1344-309/+212
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2020-05-1339-266/+193
| | |\ \ \ | | | |/ /
| | | * | Merge 10.1 into 10.2Marko Mäkelä2020-05-1310-95/+65
| | | |\ \ | | | | |/
| | | | * Merge branch '10.1-release' into 10.1Oleksandr Byelkin2020-05-1113-348/+436
| | | | |\
| | | | * | bump the VERSIONDaniel Bartholomew2020-05-111-1/+1
| | | | * | MDEV-22501 Various issues when using --innodb-data-file-size-debug=-1Marko Mäkelä2020-05-083-3/+3
| | | | * | MDEV-22497 [ERROR] InnoDB: Unable to purge a recordMarko Mäkelä2020-05-072-82/+48
| | | | * | Windows, mtr : Fix "Subroutine HAVE_WIN32_CONSOLE redefined at (eval 25) line...Vladislav Vaintroub2020-05-071-1/+1
| | | | * | MDEV-22344: Fix typos in commentsAnel Husakovic2020-05-063-4/+4
| | | | * | postfix after e3f5789ac0b2 - var/log/stdout.log contains escape sequences.Vladislav Vaintroub2020-05-051-1/+1