summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-12227 Defer writes to the InnoDB temporary tablespacebb-10.5-MDEV-24369Marko Mäkelä2020-12-096-42/+79
* Fix -Wunused-but-set-variableMarko Mäkelä2020-12-081-3/+12
* MDEV-24369 Page cleaner sleeps despite innodb_max_dirty_pages_pct_lwm being e...Marko Mäkelä2020-12-081-32/+18
* MDEV-24351: S3, same-backend replication: Dropping a table on master...Sergei Petrunia2020-12-085-4/+73
* Simplify clang workarounds.Vladislav Vaintroub2020-12-071-9/+2
* MDEV-24350 buf_dblwr unnecessarily uses memory-intensive srv_stats countersbb-10.5-MDEV-24350Marko Mäkelä2020-12-045-22/+45
* MDEV-24348 InnoDB shutdown hang with innodb_flush_sync=0Marko Mäkelä2020-12-044-0/+23
* Fixed usage of not initialized memory in LIKE ... ESCAPEMonty2020-12-032-65/+91
* MDEV-22929 fixup: root_name() clash with clang++ <fstream>Marko Mäkelä2020-12-032-5/+3
* MDEV-24295: Fix the non-clang buildMarko Mäkelä2020-12-021-0/+3
* MDEV-24295: Fix the WITH_MSAN buildMarko Mäkelä2020-12-021-1/+6
* MDEV-20051 fixup: Correct galera.galera_defaults resultMarko Mäkelä2020-12-021-1/+2
* Merge 10.4 into 10.5Marko Mäkelä2020-12-02123-450/+2481
|\
| * MDEV-15532 after-merge fixes from MontyMarko Mäkelä2020-12-0215-22/+22
| * Merge 10.3 into 10.4Marko Mäkelä2020-12-01100-388/+2275
| |\
| | * MDEV-22929 MariaBackup option to report and/or continue when corruption is en...Vlad Lesin2020-12-011-2/+2
| | * After merge fixesMonty2020-12-011-2/+2
| | * MDEV-24323 Crash on recovery after kill during instant ADD COLUMNMarko Mäkelä2020-12-013-7/+57
| | * Merge 10.2 into 10.3Marko Mäkelä2020-12-0166-230/+1895
| | |\
| | | * MDEV-22929 MariaBackup option to report and/or continue when corruption is en...Vlad Lesin2020-12-0115-128/+1204
| | | * MDEV 15532 Assertion `!log->same_pk' failed in row_log_table_apply_deleteMonty2020-11-3021-84/+164
| | | * Disable mysqldump-system.test if auth socket plugin is not dynamicMonty2020-11-301-0/+5
| | | * MDEV-24289: show grants missing with grant optionAnel Husakovic2020-11-263-1/+30
| | | * MDEV-24275 InnoDB persistent stats analyze forces full scan forcing lock crashEugene Kosov2020-11-251-1/+1
| | | * Skip main.lock_view for cmake -DPLUGIN_PERFSCHEMA=NOMarko Mäkelä2020-11-251-0/+1
| | | * Cleanup: row_log_free()Marko Mäkelä2020-11-255-5/+8
| | | * MDEV-24097 node restart overlaps with earlier still ongoing SST processsjaakola2020-11-231-0/+8
| | | * MDEV-22136 : wsrep_restart_slave = 1 does not always workJan Lindström2020-11-233-0/+306
| | | * MDEV-19179 Regression: SELECT ... UNION ... with inconsistent column names failsIgor Babaev2020-11-194-2/+95
| | | * MDEV-24100 Failed to read test report file: Invalid byte 2 of 3-byte UTF-8 se...Rasmus Johansson2020-11-181-3/+7
| | | * MDEV-24188 fixup: Correct the FindBlockX predicateMarko Mäkelä2020-11-181-2/+2
| | | * MDEV-24220 Server crash in base_list_iterator::next orIgor Babaev2020-11-173-0/+46
| | | * MyRocks: Bare Windows compatibility: use rmdir built-in, not "rm -rf"Sergei Petrunia2020-11-171-1/+1
| | | * MDEV-24169 : Galera test failure on galera_rsu_simpleJan Lindström2020-11-171-0/+3
| | | * MDEV-24166 : Galera test failure on galera_toi_alter_auto_incrementJan Lindström2020-11-172-2/+4
| | | * MDEV-24164 : Galera test failure on galera_fk_cascade_deleteJan Lindström2020-11-171-0/+8
| | | * MDEV-24161: shortcut OQGRAPH dependency checks if disabledDaniel Black2020-11-161-0/+4
| | * | Fixed maria.create testMonty2020-11-301-0/+1
| | * | MDEV-21265: IN predicate conversion to IN subquery should be allowed for a br...Varun Gupta2020-11-309-28/+215
| | * | MDEV-24230 subquery on information_schema fails with error messageSergei Golubchik2020-11-253-13/+16
| | * | cleanup: RAII helper for changing thd->count_cuted_rowsSergei Golubchik2020-11-2512-64/+42
| | * | MDEV-24084 Fix race between disconnect and KILL CONNECTIONVladislav Vaintroub2020-11-241-2/+1
| | * | MDEV-21842 auto_increment does not increment with compound primary key on par...Alexey Botchkov2020-11-238-46/+114
| * | | MDEV-15532 Assertion `!log->same_pk' failed in row_log_table_apply_deleteMonty2020-11-301-0/+2
| * | | Fixed maria.create testMonty2020-11-301-0/+1
| * | | MDEV-23846: O_TMPFILE error in mysqlbinlog stream output breaks restoreSujatha2020-11-233-0/+74
| * | | MDEV-23659: Update Galera disabled.def fileJan Lindström2020-11-191-4/+0
| * | | MDEV-21494 : Galera test sporadic failure on galera.galera_defaultsJan Lindström2020-11-196-16/+25
| * | | Make test galera_parallel_apply_3nodes deterministicDaniele Sciascia2020-11-192-26/+59
| * | | MDEV-21523 : galera.MDEV-16509 MTR failed: timeout after 900 seconds: Can't c...Jan Lindström2020-11-191-0/+1