summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2020-04-16140-1409/+2568
|\
| * 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
| | * | | 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-21984: POWER crc32 acceleration - fix clang's behavior on versions >= 7Tulio Magno Quites Machado Filho2020-04-131-5/+10
| * | | | Travis-CI: Shorten deb build log to keep it under 4 MBOtto Kekäläinen2020-04-051-2/+7
| * | | | Travis-CI: Add missing build dependency dh-execOtto Kekäläinen2020-04-051-0/+1
| * | | | MDEV-21673 Calling stored procedure twice in the same session causes MariaDB ...Igor Babaev2020-04-043-4/+219
| * | | | MDEV-22137 correct documentation of tcp_keepalive_time system variableVladislav Vaintroub2020-04-034-7/+7
| * | | | MDEV-20515 multi-update tries to position updated table by null referenceAleksey Midenkov2020-04-025-0/+63
| * | | | MDEV-21688 Assertion or ER_WARN_DATA_OUT_OF_RANGE upon ALTER on previously ve...Aleksey Midenkov2020-04-023-13/+28
| * | | | MDEV-21342 Assertion in set_ok_status() upon spatial field error on system-ve...Aleksey Midenkov2020-04-023-3/+27
| * | | | MDEV-17091 - Assertion failed after dropping versioningNikita Malyavin2020-04-025-0/+112
| * | | | MDEV-21348 - column compression memory leakSergey Vojtovich2020-04-023-9/+33
* | | | | Shrink my_atomic.h and my_cpu.h scopeSergey Vojtovich2020-04-1513-3/+11
* | | | | slave_open_temp_tables to Atomic_counterSergey Vojtovich2020-04-156-31/+12
* | | | | my_file_opened to my_atomicSergey Vojtovich2020-04-152-3/+4
* | | | | Relay_log_info::executed_entries to Atomic_counterSergey Vojtovich2020-04-154-14/+4