summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-22351 RESET MASTER should be propagated to InnoDBbb-10.3-markoMarko Mäkelä2020-04-236-4/+71
* After-merge fixMarko Mäkelä2020-04-231-4/+4
* Merge 10.2 into 10.3Marko Mäkelä2020-04-2224-218/+355
|\
| * Merge 10.1 into 10.2Marko Mäkelä2020-04-224-15/+27
| |\
| | * Fix GCC 10 -WoverflowMarko Mäkelä2020-04-171-1/+2
| | * MDEV-22271 Excessive stack memory usage due to WSREP_LOGMarko Mäkelä2020-04-172-7/+13
| | * Merge branch '5.5' into 10.1Varun Gupta2020-04-161-6/+11
| | |\
| | | * Minor fixup to MDEV-22191Varun Gupta2020-04-161-6/+11
| * | | MDEV-21807 : galera.galera_slave_replay MTR failed: WSREP: Unknown parameter ...Jan Lindström2020-04-221-1/+1
| * | | MDEV-22159: Don't redirect as root to a tmp file not owned by rootOtto Kekäläinen2020-04-221-1/+8
| * | | MDEV-22181 : galera.galera_sst_mysqldump_with_key MTR failed: INSERT failed: ...Jan Lindström2020-04-221-0/+3
| * | | MDEV-19347: Mariabackup does not honor ignore_db_dirs from serverbb-10.2-MDEV-19347-ignore_db_dirsVlad Lesin2020-04-216-177/+231
| * | | Fixed multi_update_debug.testMonty2020-04-182-4/+4
| * | | Don't write warning about uninitialized mutex if there is a memory leakMonty2020-04-181-6/+5
| * | | Fixed memory leaks in resolve_stack_dumpMonty2020-04-181-15/+30
| * | | Fixed memory leak with DEFAULT(f) on Geometry fieldMonty2020-04-185-4/+29
| * | | Fixed memory leak with fulltext indexesMonty2020-04-184-2/+30
| * | | Fixed compiler warning in mysqltest.ccMonty2020-04-181-1/+1
| * | | Merge 10.1 into 10.2Marko Mäkelä2020-04-152-5/+25
| |\ \ \ | | |/ /
| | * | MDEV-21549 IMPORT TABLESPACE fails to adjust all tablespace ID in root pagesMarko Mäkelä2020-04-152-4/+38
| | * | mbstream: Remove duplicate definition of datasink_bufferMarko Mäkelä2020-04-151-1/+0
| | * | mtr: Only old windows patch-2.5.9 needs --binaryDaniel Black2020-04-141-2/+5
* | | | MDEV-22263: main.func_debug fails on a valgrind build with wrong resultAnel Husakovic2020-04-202-2/+2
* | | | Merge commit '619a2ccd67813b98a92983fca70a93a8d32b9abe' into 10.3Kentoku SHIBA2020-04-176-0/+293
|\ \ \ \
| * | | | MDEV-21884 MariaDB with Spider crashes on a querybb-10.3-MDEV-21884Kentoku SHIBA2020-04-176-0/+293
* | | | | fix tests related to SQL comment lengthEugene Kosov2020-04-152-5/+2
* | | | | Merge 10.2 into 10.3Marko Mäkelä2020-04-15127-1319/+2213
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge 10.1 into 10.2Marko Mäkelä2020-04-1420-30/+366
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge 5.5 into 10.1Marko Mäkelä2020-04-145-7/+67
| | |\ \ \ | | | | |/ | | | |/|
| | | * | MDEV-22191: Range access is not picked when index_merge_sort_union is turned offbb-5.5-varunVarun Gupta2020-04-084-6/+62
| | | * | my.cnf: mention that config files must be *.cnfHannu Hartikainen2020-04-031-1/+1
| | * | | Revert "mtr: remove --binary from patch args"Vicențiu Ciorbaru2020-04-131-1/+1
| | * | | sysvars_server_* tests need to have performance schema enabledVicențiu Ciorbaru2020-04-131-0/+1
| | * | | appveyor: config backport from 10.2Daniel Black2020-04-131-0/+22
| | * | | mtr: remove --binary from patch argsDaniel Black2020-04-131-1/+1
| | * | | MDEV-20676: systemd script not workingJulius Goryavsky2020-04-082-3/+3
| | * | | MDEV-22176 Add JUnit support to MTR to generate XML test resultRasmus Johansson2020-04-073-3/+97
| | * | | MDEV-21140 Make galera_recovery.sh work with fs.protected_regular = 1 (#1417)Alexander E. Patrakov2020-04-051-2/+1
| | * | | MDEV-19740: Have MYSQL_MAINTAINER_MODE only enable -WerrorMarko Mäkelä2020-04-011-3/+9
| | * | | Merge 5.5 into 10.1bb-10.1-mergeMarko Mäkelä2020-04-018-12/+189
| | |\ \ \ | | | |/ /
| | | * | MDEV-22032 update HeidiSQL to version 11Vladislav Vaintroub2020-03-242-10/+20
| | | * | MDEV-10466 Server crashed in SEL_ARG::store_min() with extended_keys=onIgor Babaev2020-03-143-1/+51
| | | * | MDEV-21932 A fast plan with ROR index-merge is ignored whenIgor Babaev2020-03-134-1/+108
| * | | | fix incorrect mergeSergei Golubchik2020-04-121-5/+1
| * | | | MDEV-21599 - plugins.server_audit fails sporadically in buildbotSergey Vojtovich2020-04-103-19/+47
| * | | | fix rocksdb compression detectionSergei Golubchik2020-04-081-5/+5
| * | | | MDEV-21168: Active XA transactions stop slave from working after backupVlad Lesin2020-04-0712-432/+682
| * | | | Correct FreeBSD cpuset_t typeDaniel Black2020-04-031-0/+4
| * | | | A better fix for edd7e7cSergey Vojtovich2020-04-011-9/+11
| * | | | MDEV-20604: Duplicate key value is silently truncated to 64 characters in pri...Oleksandr Byelkin2020-04-0168-669/+736