summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | | MDEV-22035 Memory leak in main.mysqltestMarko Mäkelä2020-04-011-0/+1
* | | Merge 10.1 into 10.2Marko Mäkelä2020-04-019-82/+121
|\ \ \ | |/ /
| * | MDEV-22037: Add ability to skip content of some tables (work around for MDEV-...Oleksandr Byelkin2020-03-254-6/+92
| * | MDEV-19092 Server crash when renaming the column whenThirunarayanan Balathandayuthapani2020-03-254-6/+26
| * | remove redundant info on rpl test failureSergei Golubchik2020-03-231-68/+0
* | | MDEV-13626: Improve innodb.xa_recovery_debugMarko Mäkelä2020-04-014-32/+38
* | | MDEV-13626: Import and adapt innodb.xa_recovery_debugMarko Mäkelä2020-03-312-0/+62
* | | MDEV-22021: Galera database could get inconsistent with rollback to savepointmkaruza2020-03-3110-40/+133
* | | MDEV-22074 UBSAN: applying zero offset to null pointer in hash.cEugene Kosov2020-03-311-1/+7
* | | MDEV-22069 UBSAN: runtime error: member access within null pointer of type 'M...Eugene Kosov2020-03-311-1/+3
* | | MDEV-22019: Sig 11 in next_breadth_first_tab | max_sort_length setting + doub...Varun Gupta2020-03-304-6/+40
* | | MDEV-22005 UBSAN: applying non-zero offset 2 to null pointer in my_charpos_mb()Eugene Kosov2020-03-262-4/+12
* | | MDEV-21473 conflicts with async slave BF aborting (#1475)seppo2020-03-247-11/+23
* | | unoptimized -fsanitize=undefined build on clang requires more stack spaceEugene Kosov2020-03-232-2/+2
* | | MDEV-22006 runtime error: null pointer passed as argument 2, which is declare...Eugene Kosov2020-03-231-1/+4
* | | MDEV-21572 buf_page_get_gen() should apply buffered page initializedThirunarayanan Balathandayuthapani2020-03-236-104/+261