summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-21584 Linux aio returned OS error 22bb-10.2-for-axelEugene Kosov2020-09-022-16/+89
* 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
* | 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-22782 AddressSanitizer race condition in trx_free()Marko Mäkelä2020-08-215-176/+149
* | MDEV-23511 shutdown_server 10 times out, causing server kill at shutdownAndrei Elkin2020-08-2132-50/+52
* | Merge 10.1 into 10.2Marko Mäkelä2020-08-211-16/+4
|\ \ | |/
| * Revert "MDEV-21039: Server fails to start with unknown mysqld_safe options"Jan Lindström2020-08-211-16/+4
* | MDEV-23452 Assertion `buf_page_get_io_fix(bpage) == BUF_IO_NONE' failedThirunarayanan Balathandayuthapani2020-08-201-0/+2
* | MDEV-23452 Assertion `buf_page_get_io_fix(bpage) == BUF_IO_NONE' failedThirunarayanan Balathandayuthapani2020-08-201-6/+16
* | MDEV-23514 Race conditions between ROLLBACK and ALTER TABLEMarko Mäkelä2020-08-203-13/+20
* | Merge 10.1 into 10.2Marko Mäkelä2020-08-2011-130/+117
|\ \ | |/
| * MDEV-23491: __bss_start breaks compilation of various platformsOleksandr Byelkin2020-08-183-107/+84
| * MDEV-21039: Server fails to start with unknown mysqld_safe optionsJulius Goryavsky2020-08-181-4/+16
| * MDEV-23440: mysql_tzinfo_to_sql to use transactionsDaniel Black2020-08-154-0/+17
* | MDEV-23475 InnoDB performance regression for write-heavy workloadsMarko Mäkelä2020-08-1911-35/+170
* | MDEV-23484 Rollback unnecessarily acquires dict_operation_lock for every rowMarko Mäkelä2020-08-183-58/+11
* | MDEV-23474 InnoDB fails to restart after SET GLOBAL innodb_log_checksums=OFFMarko Mäkelä2020-08-1811-104/+23
* | MDEV-22934 Table disappear after two alter table commandThirunarayanan Balathandayuthapani2020-08-185-3/+61
* | MDEV-23380 InnoDB reads a page from disk despite parsing MLOG_INIT_FILE_PAGE2...Thirunarayanan Balathandayuthapani2020-08-182-2/+6
* | Merge 10.1 into 10.2Marko Mäkelä2020-08-132-27/+2
|\ \ | |/
| * MDEV-23463 fil_page_decompress() debug check wastes 128KiB of stackMarko Mäkelä2020-08-132-26/+2
* | Merge 10.1 into 10.2Marko Mäkelä2020-08-1321-145/+179
|\ \ | |/