summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.5 into 10.6Marko Mäkelä2021-06-244-12/+30
|\
| * MDEV-26004 Excessive wait times in buf_LRU_get_free_block()Marko Mäkelä2021-06-244-12/+30
* | Merge 10.5 into 10.6Marko Mäkelä2021-06-2322-455/+647
|\ \ | |/
| * MDEV-25113: Introduce a page cleaner mode before 'furious flush'Marko Mäkelä2021-06-234-42/+73
| * MDEV-25113: Make page flushing fasterMarko Mäkelä2021-06-2313-245/+309
| * MDEV-25801: buf_flush_dirty_pages() is very slowMarko Mäkelä2021-06-239-124/+241
| * MDEV-25948 Remove log_flush_taskMarko Mäkelä2021-06-232-48/+28
| * MDEV-25954: Trim os_aio_wait_until_no_pending_writes()Marko Mäkelä2021-06-236-14/+15
* | MDEV-25062: Reduce trx_rseg_t::mutex contentionMarko Mäkelä2021-06-2318-499/+482
* | MDEV-25967: Correctly extend deferred-recovery filesMarko Mäkelä2021-06-231-4/+9
* | MDEV-25996 sux_lock::s_lock(): Assertion !have_s() failed on startupMarko Mäkelä2021-06-231-1/+1
* | Merge 10.5 into 10.6Marko Mäkelä2021-06-235-14/+77
|\ \ | |/
| * Merge 10.4 into 10.5Marko Mäkelä2021-06-235-15/+78
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2021-06-233-16/+41
| | |\
| | | * bump the VERSIONDaniel Bartholomew2021-06-221-1/+1
| | | * MDEV-25981 InnoDB upgrade failsMarko Mäkelä2021-06-222-15/+34
| | | * Merge 10.2 into 10.3Marko Mäkelä2021-06-221-1/+7
| | | |\
| | | | * MDEV-25982 Upgrade of MariaDB 10.1 log crashes due to missing encryption keyMarko Mäkelä2021-06-221-1/+7
| | | | * MDEV-25679 Wrong result selecting from simple view with LIMIT and ORDER BYIgor Babaev2021-06-213-1/+39
| | | * | MDEV-25679 Wrong result selecting from simple view with LIMIT and ORDER BYIgor Babaev2021-06-213-1/+39
| | * | | bump the VERSIONDaniel Bartholomew2021-06-221-1/+1
| | * | | MDEV-25679 Wrong result selecting from simple view with LIMIT and ORDER BYIgor Babaev2021-06-222-0/+38
| * | | | bump the VERSIONDaniel Bartholomew2021-06-221-1/+1
* | | | | MDEV-25950 Ignoring strange row from mysql.innodb_index_stats after DDLMarko Mäkelä2021-06-223-3/+20
* | | | | MDEV-25989 Crash (or hang) on startup after restoring backupMarko Mäkelä2021-06-223-12/+17
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-06-211-3/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-06-211-3/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-06-211-3/+2
| | |\ \ \ | | | |/ /
| | | * | MDEV-25979 Invalid page number written to DB_ROLL_PTRMarko Mäkelä2021-06-211-3/+2
* | | | | MDEV-14180 fixup: Avoid unnecessary dirtying of pagesMarko Mäkelä2021-06-211-0/+3
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-06-2186-662/+814
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-06-2186-629/+789
| |\ \ \ \ | | |/ / /
| | * | | After-merge fix: Remove duplicated codeMarko Mäkelä2021-06-211-5/+0
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-06-2165-567/+707
| | |\ \ \ | | | |/ /
| | | * | MDEV-15912: Remove traces of insert_undoMarko Mäkelä2021-06-2113-380/+248
| | | * | After-merge fixes for MDEV-14180Marko Mäkelä2021-06-214-4/+16
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-06-2143-161/+426
| | | |\ \ | | | | |/
| | | | * Remove Travis CI statusMarko Mäkelä2021-06-211-8/+0
| | | | * MDEV-25947 innodb_fts.misc_debug fails in buildbotThirunarayanan Balathandayuthapani2021-06-172-14/+8
| | | | * MDEV-25617 10.5.10 upgrade: "scriptlet / line 6 : [: is-active : binary opera...Sergei Golubchik2021-06-161-1/+1
| | | | * Remove a unused variableMarko Mäkelä2021-06-161-2/+2
| | | | * MDEV-25880 part 2: Improving reliability of the SST scriptsJulius Goryavsky2021-06-154-34/+49
| | | | * MDEV-25880: rsync may be mistakenly killed when overlapping SSTJulius Goryavsky2021-06-152-5/+25
| | | | * fix clang buildEugene Kosov2021-06-158-23/+14
| | | | * MDEV-24713 Assertion `dict_table_is_comp(index->table)' failed in row_merge_b...Thirunarayanan Balathandayuthapani2021-06-153-1/+30
| | | | * MDEV-25872 InnoDB: Assertion failure in row_merge_read_clustered_index upon A...Thirunarayanan Balathandayuthapani2021-06-157-16/+71
| | | | * MDEV-14180 Automatically disable key rotation checks for file_key_managment p...Thirunarayanan Balathandayuthapani2021-06-158-15/+98
| | | | * MDEV-14180 preparation: Rename key_rotation_listThirunarayanan Balathandayuthapani2021-06-153-34/+46
| | | | * cmake OpenBSD copyright notice correctionDaniel Black2021-06-151-2/+1
| | | | * eventscheduler mismatch of my_{malloc,free}, deleteJordy Zomer2021-06-151-1/+1