summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * MDEV-7110 follow-up fix: Do not pass NULL as nonnull parameterMarko Mäkelä2020-09-031-1/+2
| | | | * MDEV-23534: SIGSEGV in sf_malloc_usable_size/my_free on SET GLOBAL REPLICATE_...Sujatha2020-09-025-14/+46
| | | * | Increase mariabackup SST initial timeout to avoid timeouts.Jan Lindström2020-09-021-3/+4
| | | * | MDEV-23470 InnoDB: Failing assertion: cmp < 0 in row_ins_check_foreign_constr...Thirunarayanan Balathandayuthapani2020-09-023-9/+100
| | | * | innodb: osx build failure fixDaniel Black2020-09-021-0/+1
| | | * | Merge 10.1 into 10.2Marko Mäkelä2020-09-0117-686/+547
| | | |\ \ | | | | |/
| | | | * MDEV-23600 Division by 0 in row_search_with_covering_prefixMarko Mäkelä2020-09-0110-683/+439
| | | | * MDEV-16372 ER_BASE64_DECODE_ERROR upon replaying binary log via mysqlbinlog -...Andrei Elkin2020-08-319-24/+89
| | | | * MDEV-23596: Assertion `tab->ref.use_count' failed in join_read_key_unlock_rowbb-10.1-varunVarun Gupta2020-08-273-0/+34
| | | | * MDEV-23569 temporary tables can overwrite existing filesSergei Golubchik2020-08-254-6/+51
| | | * | Cleanup: Avoid repeated calls to dict_col_t::is_virtual()Marko Mäkelä2020-09-012-23/+16
| | | * | Fix GCC 10.2.0 -Og -Wmaybe-uninitializedMarko Mäkelä2020-09-011-7/+9
| | | * | MDEV-20618 Assertion failed in row_upd_sec_index_entryNikita Malyavin2020-09-0111-59/+280
| | | * | MDEV-18366 Crash on SELECT on a table with indexed virtual columnsNikita Malyavin2020-09-0110-175/+135
| | | * | MDEV-16372 ER_BASE64_DECODE_ERROR upon replaying binary log via mysqlbinlog -...Andrei Elkin2020-08-319-49/+96
| | | * | fix clang buildEugene Kosov2020-08-311-3/+3
| | | * | MDEV-21578 : CREATE OR REPLACE TRIGGER in Galera cluster not replicatingJan Lindström2020-08-283-1/+74
| | | * | MDEV-23557 Galera heap-buffer-overflow in wsrep_rec_get_foreign_keybb-10.2-MDEV-23557sjaakola2020-08-285-17/+200
| | | * | Update galera and galera_3nodes disabled.def file after fixes.Jan Lindström2020-08-282-6/+1
| | | * | Update galera_3nodes suite global ignore list.Jan Lindström2020-08-271-3/+26
| | | * | MDEV-23587 : galera_3nodes.galera_var_dirty_reads2 MTR failed: 1047: WSREP ha...Jan Lindström2020-08-271-0/+4
| | | * | MDEV-23580 : galera_3nodes.galera_ipv6_rsync_section MTR failed: WSREP_SST: [...Jan Lindström2020-08-271-0/+1
| | | * | 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