summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | MDEV-23581 : galera_3nodes.galera_ipv6_rsync MTR failed: WSREP_SST: [ERROR] r...Jan Lindström2020-08-271-0/+1
| | | * | MDEV-23576 : galera_3nodes.galera_ipv6_mysqldump MTR failed: WSREP_SST: [ERRO...Jan Lindström2020-08-271-0/+1
| | | * | MDEV-23574 : galera_3nodes.galera_ipv6_mariabackup_section MTR failed: Could ...Jan Lindström2020-08-272-1/+7
| | | * | MDEV-23573 : galera_3nodes.galera_ipv6_mariabackup MTR failed: Could not open...Jan Lindström2020-08-271-1/+2
| | | * | Remove xtrabackup and innobackupex test cases.Jan Lindström2020-08-277-211/+0
| | * | | travis: update osx to xcode12u in attempt to solve openssl build failureDaniel Black2020-09-021-1/+1
| | * | | travis: osx build time out storing cache. Ensure not CellarDaniel Black2020-09-021-2/+0
| | * | | MDEV-16372 ER_BASE64_DECODE_ERROR upon replaying binary log via mysqlbinlog -...Andrei Elkin2020-08-3110-51/+88
| * | | | Make rowid_filter_innodb test stableSergei Petrunia2020-09-033-0/+13
| * | | | MDEV-23094: Multiple calls to a Stored Procedure from another Stored Procedur...bb-10.4-MDEV-23094Oleksandr Byelkin2020-08-3111-30/+601
* | | | | Cleanup: Remove os0proc.*Marko Mäkelä2020-09-0312-107/+11
* | | | | Part2: MDEV-23568 Improve performance of my_{time|date|datetime}_to_str()Alexander Barkov2020-09-031-36/+49
* | | | | travis: osx build time out storing cache. Ensure not CellarDaniel Black2020-09-021-2/+0
* | | | | fix compiler error on clang-clVladislav Vaintroub2020-09-011-2/+2
* | | | | MDEV-20386 WITH_MSAN fails due to inline asmMarko Mäkelä2020-08-311-24/+15
* | | | | MDEV-23618 InnoDB lacks IA-32 CRC-32C acceleration on GCC 4Marko Mäkelä2020-08-283-13/+7
* | | | | MDEV-23568 Improve performance of my_{time|date|datetime}_to_str()Alexander Barkov2020-08-281-24/+149
* | | | | MDEV-23091: perfschema Add support for OpenBSD's getthrid() to retrieve the t...Brad Smith2020-08-283-0/+16
* | | | | MDEV-23585: Fix the 32-bit build on GCC 4Marko Mäkelä2020-08-271-1/+3
* | | | | Fix a compiler warningKentoku SHIBA2020-08-261-0/+1
* | | | | MDEV-23585: Fix HAVE_CLMUL_INSTRUCTIONMarko Mäkelä2020-08-274-6/+4
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-08-271-1/+7
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-23584 : Galera assertion failure "thd->transaction.stmt.is_empty() at tr...bb-10.4-MDEV-21578Jan Lindström2020-08-261-1/+7
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-08-2636-232/+504
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-08-2622-144/+222
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2020-08-2615-133/+129
| | |\ \ \ | | | |/ /
| | | * | MDEV-23583 Fix up community suite/galera_3nodes/disabled.defStepan Patryshev2020-08-261-0/+19
| | | * | MDEV-23547 InnoDB: Failing assertion: *len in row_upd_ext_fetchMarko Mäkelä2020-08-253-85/+78
| | | * | MDEV-22543: Remove orphan declaration of wsrep_is_sst_progressMarko Mäkelä2020-08-251-2/+0
| | | * | MDEV-23483: Set Galera SST thd as system threadJan Lindström2020-08-255-42/+27
| | | * | MDEV-23554 Wrong default value for foreign_key_checks variableAleksey Midenkov2020-08-255-6/+7
| | | * | InnoDB: fix debug assertionEugene Kosov2020-08-241-1/+1
| | * | | MDEV-18335: Assertion `!error || error == 137' failed in subselect_rowid_merg...Varun Gupta2020-08-263-0/+70
| | * | | part_records() signature fixAleksey Midenkov2020-08-251-2/+1
| | * | | MDEV-23467 SIGSEGV in fill_record/fill_record_n_invoke_before_triggers on INS...Aleksey Midenkov2020-08-253-0/+15
| * | | | MDEV-23558: Galera heap-buffer-overflow at wsrep_schema.cc:1067Jan Lindström2020-08-251-3/+3
| * | | | MDEV-22055: Assertion `active() == false' failed in wsrep::transaction::start...Jan Lindström2020-08-253-3/+42
| * | | | MDEV-22246 Result rows duplicated by spider engineKentoku SHIBA2020-08-249-0/+335
| * | | | MDEV-23562 Assertion `time_type == MYSQL_TIMESTAMP_DATETIME' failed upon SELE...Alexander Barkov2020-08-243-1/+24
| * | | | The patch for MDEV-23551 did not compile on some compilers. Fixing.Alexander Barkov2020-08-241-2/+9
| * | | | MDEV-23551 Performance degratation in temporal literals in 10.4Alexander Barkov2020-08-248-80/+205
* | | | | MDEV-23561 Spider doesn't work with ps protocolKentoku SHIBA2020-08-2610-294/+193
* | | | | Fix indents of SpiderKentoku SHIBA2020-08-264-10/+10
* | | | | MDEV-23566 SIGSEGV in mtr_t::initMarko Mäkelä2020-08-251-1/+2
* | | | | MDEV-22246 Result rows duplicated by spider engineKentoku SHIBA2020-08-249-0/+335
* | | | | MDEV-18841: /var/run -> /run for apparmor/systemd serviceDaniel Black2020-08-242-3/+3
* | | | | Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2020-08-235-0/+88
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-23537 Comparison with temporal columns is slow in MariaDBAlexander Barkov2020-08-225-0/+88
* | | | | Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2020-08-2210-4/+367
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-23525 Wrong result of MIN(time_expr) and MAX(time_expr) with GROUP BYAlexander Barkov2020-08-2210-4/+364