summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-24188 fixup: Simplify the wait loopbb-10.5-MDEV-24188Marko Mäkelä2020-11-171-11/+13
* MDEV-24125: allow compile on Linux headers < 3.8Daniel Black2020-11-171-3/+7
* MDEV-24125: linux large pages - Revert "Fixed centos 6 build failure"Daniel Black2020-11-171-6/+0
* MDEV-24124: main.drop test - mulitarch/os error messagesDaniel Black2020-11-171-1/+1
* MDEV-23610: Slave user can't run "SHOW SLAVE STATUS" anymore after upgrade to...Sujatha2020-11-161-1/+1
* MDEV-23610: Slave user can't run "SHOW SLAVE STATUS" anymore after upgrade to...Sujatha2020-11-1620-114/+350
* This patch puts MCS debian packaging files and part of debian/controlRoman Nozdrin2020-11-148-220/+7
* MDEV-24098: 10.5 followupOleksandr Byelkin2020-11-142-1/+2
* Merge branch '10.4' into 10.5Oleksandr Byelkin2020-11-141-1/+1
|\
| * Merge branch '10.3' into 10.4Oleksandr Byelkin2020-11-141-1/+1
| |\
| | * Merge branch '10.2' into 10.3Oleksandr Byelkin2020-11-141-1/+1
| | |\
| | | * Fix to make it compiling on new ubuntu.Oleksandr Byelkin2020-11-141-1/+1
* | | | MDEV-24188: Merge 10.4 into 10.5Marko Mäkelä2020-11-136-30/+81
|\ \ \ \ | |/ / /
| * | | MDEV-24188: Merge 10.3 into 10.4Marko Mäkelä2020-11-136-47/+89
| |\ \ \ | | |/ /
| | * | MDEV-24188: Merge 10.2 into 10.3Marko Mäkelä2020-11-136-57/+96
| | |\ \ | | | |/
| | | * MDEV-24188 Hang in buf_page_create() after reusing a previously freed pageMarko Mäkelä2020-11-136-58/+97
* | | | MDEV-23619: Merge 10.4 into 10.5Marko Mäkelä2020-11-135-26/+317
|\ \ \ \ | |/ / /
| * | | MDEV-23619: Merge 10.3 into 10.4Marko Mäkelä2020-11-135-26/+312
| |\ \ \ | | |/ /
| | * | MDEV-23619: Merge 10.2 into 10.3Marko Mäkelä2020-11-135-26/+312
| | |\ \ | | | |/
| | | * MDEV-23619 MariaDB crash on WITH RECURSIVE UNION ALL (CTE) queryIgor Babaev2020-11-135-25/+309
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-11-1353-472/+1627
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4Sujatha2020-11-124-6/+7
| |\ \ \ | | |/ /
| | * | Merge branch '10.2' into 10.3Sujatha2020-11-124-10/+27
| | |\ \ | | | |/
| | | * MDEV-4633: multi_source.simple test fails sporadicallySujatha2020-11-124-10/+27
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-11-1222-254/+234
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-11-1215-289/+149
| | |\ \ | | | |/
| | | * Merge mariadb-10.2.36 into 10.2Marko Mäkelä2020-11-116-15/+143
| | | |\
| | | * | bump the VERSIONDaniel Bartholomew2020-11-111-1/+1
| | | * | Cleanup: Remove dict_space_is_empty(), dict_space_get_id()Marko Mäkelä2020-11-112-161/+1
| | | * | MDEV-24156 trx_undo_left() fails to prevent overflowMarko Mäkelä2020-11-111-12/+10
| | | * | MDEV-24182 ibuf_merge_or_delete_for_page() contains dead codeMarko Mäkelä2020-11-114-90/+50
| | | * | MDEV-23769: MTR can abort before it prints the test result summaryAnel Husakovic2020-11-101-0/+3
| | | * | MDEV-24171 index_online_log is instrumented as rw-lock, not mutexMarko Mäkelä2020-11-101-1/+1
| | | * | MDEV-7620: Remove the data structuresMarko Mäkelä2020-11-092-18/+0
| | | * | MDEV-23103 rpl.rpl_gtid_delete_domain failed in buildbotAlice Sherepa2020-11-042-10/+4
| | | * | bump the VERSIONDaniel Bartholomew2020-11-031-1/+1
| | | * | Fix MTR test galera.galera_triggerDaniele Sciascia2020-11-032-0/+80
| | * | | Merge mariadb-10.3.27 into 10.3Marko Mäkelä2020-11-116-15/+143
| | |\ \ \
| | * | | | bump the VERSIONDaniel Bartholomew2020-11-111-1/+1
| | * | | | MDEV-24130: Cannot launch mariadbd via mysqld_safeAnel Husakovic2020-11-101-1/+2
| | * | | | bump the VERSIONDaniel Bartholomew2020-11-031-1/+1
| | * | | | Merge remote-tracking branch 10.2 into 10.3Jan Lindström2020-11-032-126/+0
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Clean up wsrep.variablesJan Lindström2020-11-032-66/+0
| | * | | | MDEV-23824 SIGSEGV in end_io_cache on REPAIR LOCAL TABLE for Aria tableMonty2020-11-026-26/+91
| * | | | | MDEV-24119 MDL BF-BF Conflict caused by TRUNCATE TABLEsjaakola2020-11-115-25/+207
| * | | | | MDEV-24119 MDL BF-BF Conflict caused by TRUNCATE TABLEsjaakola2020-11-117-80/+512
| * | | | | Merge mariadb-10.4.17 into 10.4Marko Mäkelä2020-11-117-39/+165
| |\ \ \ \ \
| * | | | | | bump the VERSIONDaniel Bartholomew2020-11-111-1/+1
| * | | | | | Update wsrep-libDaniele Sciascia2020-11-113-5/+33
| * | | | | | MDEV-24175 Windows - fix detection of SSDVladislav Vaintroub2020-11-101-99/+143