summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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.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-23537 Comparison with temporal columns is slow in MariaDBAlexander Barkov2020-08-225-0/+88
* | | MDEV-23525 Wrong result of MIN(time_expr) and MAX(time_expr) with GROUP BYAlexander Barkov2020-08-2210-4/+364
* | | Merge 10.3 into 10.4Marko Mäkelä2020-08-2154-314/+263
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2020-08-2154-320/+266
| |\ \ | | |/
| | * 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
* | | MDEV-23526 InnoDB leaks memory for some static objectsMarko Mäkelä2020-08-211-15/+21
* | | Merge 10.3 into 10.4Marko Mäkelä2020-08-211-16/+4
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2020-08-211-16/+4
| |\ \ | | |/
| | * 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
* | | | Merge 10.3 into 10.4Marko Mäkelä2020-08-2038-323/+453
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2020-08-2038-318/+417
| |\ \ \ | | |/ /
| | * | 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
| * | | MDEV-21251 CHECK TABLE fails to check info_bits of recordsEugene Kosov2020-08-152-7/+51
* | | | MDEV-23466 SIGABRT on SELECT WSREP_LAST_SEEN_GTIDDaniele Sciascia2020-08-194-3/+28
* | | | MDEV-23092 SIGABRT when setting invalid wsrep_providerDaniele Sciascia2020-08-194-0/+49
* | | | MDEV-22443 wsrep::runtime_error on START TRANSACTIONDaniele Sciascia2020-08-194-1/+24
* | | | Re-record MTR tests galera_3nodes.galera_join_with_cc_{A|B|C}Daniele Sciascia2020-08-193-0/+126
* | | | MDEV-23499 Assertion c.same_type(*o) failedMarko Mäkelä2020-08-184-2/+15
* | | | MDEV-20827 Wrong param parsing in spider_direct_sql() when param contain commaKentoku SHIBA2020-08-179-33/+213