summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Galera test case cleanupbb-10.6-merge-janJan Lindström2022-12-0237-3897/+166
* MDEV-28206: SIGSEGV in Item_field::fix_fields when using LEAD...OVERDaniel Black2022-12-024-0/+77
* MDEV-30069 fixup: Do not truncate files on recoveryMarko Mäkelä2022-11-302-2/+5
* MDEV-30132 Crash after recovery, with InnoDB: Tried to read ...Marko Mäkelä2022-11-3015-254/+92
* Cleanup: Remove fil_space_t::is_deferred()Marko Mäkelä2022-11-302-10/+1
* MDEV-30132 Crash after recovery, with InnoDB: Tried to read ... bytes at offsetMarko Mäkelä2022-11-301-0/+1
* Merge 10.5 into 10.6Marko Mäkelä2022-11-301-0/+2
|\
| * MDEV-24412: Disable the test on ./mtr --embeddedMarko Mäkelä2022-11-301-0/+2
* | Merge 10.5 into 10.6Marko Mäkelä2022-11-3012-63/+180
|\ \ | |/
| * MDEV-24412: Create a separate testMarko Mäkelä2022-11-305-54/+136
| * MDEV-23230 wsrep files installed when built without WSREP (#2334)Daniel Black2022-11-287-10/+45
* | MDEV-30119 INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION.NAME is NULL for ...Thirunarayanan Balathandayuthapani2022-11-2911-13/+206
* | Extend GitLab CI with build and test jobs for sanitizers (#2174)anson10142022-11-291-4/+104
* | Merge 10.5 into 10.6Marko Mäkelä2022-11-2816-149/+181
|\ \ | |/
| * MDEV-24412 InnoDB: Upgrade after a crash is not supportedMarko Mäkelä2022-11-284-3/+55
| * MDEV-30106 InnoDB fails to validate the change buffer on startupMarko Mäkelä2022-11-284-33/+52
| * MDEV-30089 Metrics not incremented for 1st iteration in buf_LRU_free_from_com...Marko Mäkelä2022-11-281-10/+8
| * MDEV-25417: Remove innodb buffer pool load throttlingDaniel Black2022-11-281-72/+0
| * MDEV-29607: binlog.binlog_checkpoint fails in buildbot with result content mi...Brandon Nesterenko2022-11-252-23/+20
| * Query cache: removed unused THD from few functionsDaniel Black2022-11-262-12/+9
| * MDEV-29760: DROP DATABASE hangs when particular query cache is presentDaniel Black2022-11-263-2/+52
* | MDEV-29603 fixup: GCC -Wunused-but-set-variableMarko Mäkelä2022-11-241-2/+2
* | MDEV-21452 fixup: Remove PFS_NOT_INSTRUMENTEDMarko Mäkelä2022-11-241-9/+0
* | Fixed a memory leak in aria_read_logMonty2022-11-241-2/+4
* | Merge 10.5 into 10.6Marko Mäkelä2022-11-2311-131/+170
|\ \ | |/
| * MDEV-30009 InnoDB shutdown hangs when the change buffer is corruptedMarko Mäkelä2022-11-232-100/+149
| * Cleanup: Say "mariadbd" instead of "mysqld" in InnoDB messagesMarko Mäkelä2022-11-223-8/+10
| * MDEV-30068 Confusing error message when encryption is not available on recoveryMarko Mäkelä2022-11-223-31/+18
| * MDEV-19514 fixup: Fix recovery with innodb_change_buffering_debug=1Marko Mäkelä2022-11-211-1/+1
* | MDEV-30069 InnoDB: Trying to write ... bytes at ... outside the boundsMarko Mäkelä2022-11-221-0/+14
* | Merge branch '10.5' into 10.6Vladislav Vaintroub2022-11-210-0/+0
|\ \ | |/
| * Merge branch '10.4' into 10.5Vladislav Vaintroub2022-11-211-1/+0
| |\
| | * MDEV-30055 shutdown_now_windows.test fails with "Assertion `unix_sock.fd >= 0...Vladislav Vaintroub2022-11-211-1/+0
* | | MDEV-30055 - fix race condition in shutdown_debug.testVladislav Vaintroub2022-11-211-1/+0
* | | Merge 10.5 into 10.6Marko Mäkelä2022-11-205-20/+20
|\ \ \ | |/ /
| * | Fix clang -Winconsistent-missing-overrideMarko Mäkelä2022-11-201-1/+1
| * | Merge 10.4 into 10.5Marko Mäkelä2022-11-204-13/+13
| |\ \ | | |/
| | * MDEV-29613 fixup: Fix SpiderMarko Mäkelä2022-11-204-13/+13
* | | Merge 10.5 into 10.6Marko Mäkelä2022-11-177-20/+162
|\ \ \ | |/ /
| * | MDEV-29982 fixup: Relax the testMarko Mäkelä2022-11-172-11/+1
| * | MDEV-25625 Test sys_vars.wsrep_on_without_provider fails: mysqltest: At line ...Sergei Golubchik2022-11-161-0/+1
| * | MDEV-29999 innodb_undo_log_truncate=ON is not crash safeMarko Mäkelä2022-11-151-9/+11
| * | MDEV-29370 Functions in packages are slow and seems to ignore deterministicAlexander Barkov2022-11-153-0/+149
* | | MDEV-29603 btr_cur_open_at_index_side() is missing some consistency checksMarko Mäkelä2022-11-1747-2529/+1515
* | | MDEV-29603: Implement btr_cur_t::open_leaf()Marko Mäkelä2022-11-1628-455/+630
* | | Cleanup: Remove btr_pcur_t::old_storedMarko Mäkelä2022-11-169-45/+34
* | | Cleanup: Remove an unnecessary page lookupMarko Mäkelä2022-11-162-26/+15
* | | Cleanup: Remove BTR_MODIFY_EXTERNALMarko Mäkelä2022-11-163-57/+24
* | | Cleanup: Use BTR_INSERT_TREE for pessimistic insertMarko Mäkelä2022-11-165-32/+31
* | | Cleanup: Use the alias BTR_PURGE_TREE for pessimistic deleteMarko Mäkelä2022-11-166-26/+15