summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - Recheck whether clustered index online log has been clearedbb-10.6-MDEV-15250_1Thirunarayanan Balathandayuthapani2022-03-281-0/+4
* - Concurrent DML apply shouldn't take locking when transaction is beingThirunarayanan Balathandayuthapani2022-03-281-0/+3
* Revert "- Trying to fix the duplicate key crash"Thirunarayanan Balathandayuthapani2022-03-284-36/+4
* - Fixing TRX_UNDO_UPD_DEL_REC read error issueThirunarayanan Balathandayuthapani2022-03-262-7/+12
* - Trying to fix the duplicate key crashThirunarayanan Balathandayuthapani2022-03-264-4/+36
* InnoDB index rebuild log should be cleaned and moved theThirunarayanan Balathandayuthapani2022-03-2613-107/+237
* MDEV-15250 UPSERT during ALTER-TABLE results in 'Duplicate entry' erThirunarayanan Balathandayuthapani2022-03-2641-985/+1051
* MDEV-27900 fixesSergei Golubchik2022-03-254-19/+14
* Fix g++-12 -O2 -Wstringop-overflowMarko Mäkelä2022-03-251-6/+10
* Deb: enable pmem on riscv64Daniel Black2022-03-252-2/+2
* MDEV-28153: Debian autobake- use absolute dependencies rather than a buildtim...Daniel Black2022-03-252-92/+133
* Merge 10.5 to 10.6Daniel Black2022-03-2531-124/+357
|\
| * MDEV-28153: Debian autobake- use absolute dependencies rather than a buildtim...Daniel Black2022-03-251-15/+37
| * MDEV-23974 fixup: rpl.rpl_gtid_stop_start failsMarko Mäkelä2022-03-248-7/+17
| * MDEV-28107 S3 doesn't build if CURL is in non-default locationSergei Golubchik2022-03-231-2/+2
| * MDEV-28106 S3 tries to include thread.h while compiling on WindowsSergei Golubchik2022-03-232-2/+2
| * MDEV-23974 Tests fail due to [Warning] InnoDB: Trying to delete tablespaceMarko Mäkelä2022-03-2313-1/+61
| * Cleanup: have_sanitizer='ASAN,UBSAN'Marko Mäkelä2022-03-231-1/+1
| * Deb: Sync Salsa-CI from Debian MariaDB 10.5 repositoryOtto Kekäläinen2022-03-172-167/+88
* | MDEV-27819: func_2.xxx_charset skipped after renaming utf8 to utf8mb3Rucha Deodhar2022-03-244-130/+130
* | MDEV-28137 Some memory transactions are unnecessarily complexMarko Mäkelä2022-03-243-36/+71
* | MDEV-27760 event may non stop replicate in circular semisync setupAndrei2022-03-224-9/+217
* | MDEV-27524 addendum: fix for bug introduced by automatic migrationJulius Goryavsky2022-03-221-10/+0
* | MDEV-27909 InnoDB: Failing assertion: state == TRX_STATE_NOT_STARTED ... on DDLMarko Mäkelä2022-03-183-71/+57
* | Merge branch 10.5 into 10.6Daniel Black2022-03-1828-151/+404
|\ \ | |/
| * MDEV-17841 fixup: GCC -Wmaybe-uninitializedMarko Mäkelä2022-03-171-3/+2
| * Merge 10.4 to 10.5Daniel Black2022-03-1727-148/+400
| |\
| | * Merge 10.3 to 10.4Daniel Black2022-03-1627-198/+364
| | |\
| | | * Merge 10.2 to 10.3Daniel Black2022-03-164-34/+42
| | | |\
| | | | * MDEV-23915 ER_KILL_DENIED_ERROR not passed a thread id (part 2)Daniel Black2022-03-162-25/+25
| | | | * MDEV-23915 ER_KILL_DENIED_ERROR not passed a thread idDaniel Black2022-03-163-10/+18
| | | * | Merge branch 10.2 into 10.3Alexander Barkov2022-03-167-0/+129
| | | |\ \ | | | | |/
| | | | * MDEV-23210 Assertion `(length % 4) == 0' failed in my_lengthsp_utf32 on ALTER...Alexander Barkov2022-03-147-10/+202
| | | | * MDEV-28036 gcol.gcol_supported_sql_funcs_xxx fail in FIPS modebb-10.2-elenstElena Stepanova2022-03-141-0/+3
| | | * | Merge 10.2 (part) into 10.3Daniel Black2022-03-156-116/+46
| | | |\ \ | | | | |/
| | | | * MDEV-28011: debian autobake cleanupDaniel Black2022-03-102-102/+13
| | | | * MDEV-27978 fix wrong name in error when max_session_mem_used exceededHaidong Ji2022-03-085-3/+31
| | | * | MDEV-27753 Incorrect ENGINE type of table after crash for CONNECT tableSergei Golubchik2022-03-1410-47/+159
* | | | | MDEV-26551 InnoDB crash on multiple concurrent SHOW TABLE STATUSMarko Mäkelä2022-03-165-76/+27
* | | | | MDEV-28079 Shutdown hangs after altering innodb partition fts tableThirunarayanan Balathandayuthapani2022-03-165-6/+29
* | | | | MDEV-27955 main.func_json_notembedded test fails on out-of-memoryDaniel Black2022-03-162-5/+5
* | | | | Merge 10.5 into 10.6Marko Mäkelä2022-03-1512-43/+160
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-27985 buf_flush_freed_pages() causes InnoDB to hangMarko Mäkelä2022-03-151-31/+72
| * | | | MDEV-25214 Crash in fil_space_t::try_to_closeMarko Mäkelä2022-03-151-2/+6
| * | | | Merge 10.4 into 10.5Marko Mäkelä2022-03-1510-11/+83
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2022-03-157-8/+57
| | |\ \ \ | | | |/ /
| | | * | mtr: fix --source lines detectionSergei Golubchik2022-03-141-1/+1
| | | * | MDEV-18304 sql_safe_updates does not work with OR clausesSergei Golubchik2022-03-124-7/+52
| | | * | Avoid shutdown timeout in innodb.undo_truncateMarko Mäkelä2022-03-112-0/+4
| | * | | MDEV-28060 Online DDL fails while checking for instant alter conditionThirunarayanan Balathandayuthapani2022-03-143-1/+24