summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-20215: binlog.show_concurrent_rotate failed in buildbot with wrong result10.4-MDEV-20215Brandon Nesterenko2021-05-204-8/+93
* MDEV-25710: Dead code os_file_opendir() in the serverMarko Mäkelä2021-05-188-414/+301
* Merge 10.3 into 10.4Marko Mäkelä2021-05-1815-53/+426
|\
| * Merge 10.2 into 10.3, except MDEV-25682Marko Mäkelä2021-05-1821-45/+722
| |\
| | * MDEV-25594: Assertion failure in DeadlockChecker::check_and_resolve()Marko Mäkelä2021-05-182-6/+22
| | * wsrep_sst_common.sh: file mode changed back to 664Julius Goryavsky2021-05-171-0/+0
| | * MDEV-22530: Aborting OPTIMIZE TABLE still logs in binary log and replicates t...Sujatha2021-05-173-1/+144
| | * MDEV-17515: GTID Replication in optimistic mode deadlockSujatha2021-05-178-38/+257
| | * MDEV-25681: --relay-log{,-index} missing warningDaniel Black2021-05-171-2/+2
| | * MDEV-25669: SST scripts should check all server groups in config filesJulius Goryavsky2021-05-156-210/+215
| | * Added missing connection lines to some testsJulius Goryavsky2021-05-153-0/+120
| | * MDEV-25682 Explain shows an execution plan different from actually executedIgor Babaev2021-05-143-1/+42
| | * MDEV-25336 Parallel replication causes failed assert while restartingSachin Kumar2021-05-141-1/+7
| | * MDEV-22370 safe_mutex: Trying to lock uninitialized mutex at /data/src/10.4-b...Sachin Kumar2021-05-145-1/+39
| | * MDEV-20821 parallel slave server shutdown hangAndrei Elkin2021-05-144-0/+266
| | * mtr: --gdb mode, also quote ";", not only " "Sergei Golubchik2021-05-111-1/+1
| | * MDEV-23580 addendum: normal operation in configurations where stunnel is not ...Julius Goryavsky2021-05-112-1/+1
| | * bump the VERSIONDaniel Bartholomew2021-05-101-1/+1
| | * MDEV-23580: WSREP_SST: [ERROR] rsync daemon port has been takenJulius Goryavsky2021-05-1013-472/+644
| * | wsrep_sst_common.sh: file mode changed back to 664Julius Goryavsky2021-05-171-0/+0
| * | MDEV-25669: SST scripts should check all server groups in config filesJulius Goryavsky2021-05-174-194/+204
| * | Added missing connection lines to some testsJulius Goryavsky2021-05-173-0/+120
| * | Updated galera_3nodes disabled.def filebb-10.3-rameshRamesh Sivaraman2021-05-111-1/+0
| * | MDEV-23580 addendum: normal operation in configurations where stunnel is not ...Julius Goryavsky2021-05-112-1/+1
| * | MDEV-23580: WSREP_SST: [ERROR] rsync daemon port has been takenJulius Goryavsky2021-05-1111-356/+518
| * | bump the VERSIONDaniel Bartholomew2021-05-101-1/+1
* | | MDEV-25693: SST failed due to incorrect connection addressJulius Goryavsky2021-05-1711-543/+1171
* | | wsrep_sst_common.sh: file mode changed back to 664Julius Goryavsky2021-05-171-0/+0
* | | MDEV-25669: SST scripts should check all server groups in config filesJulius Goryavsky2021-05-174-191/+201
* | | Added missing connection lines to some testsJulius Goryavsky2021-05-170-0/+0
* | | MDEV-23580 addendum: normal operation in configurations where stunnel is not ...Julius Goryavsky2021-05-172-1/+1
* | | MDEV-23580: WSREP_SST: [ERROR] rsync daemon port has been takenJulius Goryavsky2021-05-1710-353/+517
* | | bump the VERSIONDaniel Bartholomew2021-05-101-1/+1
* | | Merge 10.3 into 10.4Marko Mäkelä2021-05-1034-814/+2360
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2021-05-1031-832/+2355
| |\ \ | | |/
| | * MDEV-25232 Ninja MSVC build sets default CMAKE_BUILD_TYPE to DebugVladislav Vaintroub2021-05-091-11/+12
| | * force jemalloc to be used in release rpm/deb buildsSergei Golubchik2021-05-081-0/+2
| | * XA PREPARE and SHOW STATUSSergei Golubchik2021-05-083-7/+57
| | * mtr --gdb='commands' and restartsSergei Golubchik2021-05-081-1/+1
| | * fix mtr --client-gdb to workSergei Golubchik2021-05-081-1/+1
| | * Revert "Connect: remove Mongo dependencies"Sergei Golubchik2021-05-082-3/+14
| | * Skip auth_named_pipe test, if plugin was not builtVladislav Vaintroub2021-05-071-0/+5
| | * Fix clang++-11 -Wsometimes-uninitializedMarko Mäkelä2021-05-071-1/+1
| | * Merge branch 'bb-10.2-release' into 10.2Oleksandr Byelkin2021-05-074-10/+0
| | |\
| | * | MDEV-25418: Improve mariabackup SST script compliance with native MariaDB SSL...Alexey Yurchenko2021-05-066-46/+106
| | * | MDEV-25418 rsync SST does not work with stunnel encryptionAlexey Yurchenko2021-05-066-0/+888
| | * | MDEV-24962 addendum: improved handling of paths with spacesJulius Goryavsky2021-05-062-14/+16
| | * | MDEV-24962 addendum: mariabackup does not understand --log-bin-index and --lo...Julius Goryavsky2021-05-061-3/+13
| | * | MDEV-21603 Crashing SHOW TABLES with derived table in WHERE conditionSergei Golubchik2021-05-047-23/+67
| | * | MDEV-24962: Galera SST innobackupex-move ignores Environment settingsJulius Goryavsky2021-05-0415-846/+1376