summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-28709 unexpected X lock on Supremum in READ COMMITTEDbb-10.6-MDEV-28709-sup_X_lock-skip_gap_lock_inheritance_n_recsVlad Lesin2022-10-143-18/+47
* MDEV-28709 unexpected X lock on Supremum in READ COMMITTEDVlad Lesin2022-08-313-44/+176
* Merge 10.5 into 10.6Marko Mäkelä2022-08-3020-49/+421
|\
| * Merge 10.4 into 10.5Marko Mäkelä2022-08-3016-38/+341
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2022-08-3012-39/+290
| | |\
| | | * MDEV-13888: innodb_fts.innodb_fts_plugin failedMarko Mäkelä2022-08-302-25/+35
| | | * MDEV-29409 Buffer overflow in my_wc_mb_filename() on RENAME TABLEMarko Mäkelä2022-08-303-6/+33
| | | * MDEV-29258 Failing assertion for name length on RENAME TABLEMarko Mäkelä2022-08-305-8/+31
| | | * MDEV-29403 innodb.innodb_sys_semaphore_waits fails with wrong errno 5014bb-10.3-elenstElena Stepanova2022-08-281-2/+2
| | | * MDEV-29350 Crash when IN predicand is used in eliminated GROUP BY clauseIgor Babaev2022-08-253-1/+192
| | * | MDEV-18873 Server crashes in Compare_identifiers::operator or in my_strcasecm...tmokmss2022-08-266-0/+52
| * | | mariabackup: remove MySQL wordingDaniel Black2022-08-261-6/+6
| * | | MDEV-23607 MariaBackup - align required GRANTS to cmd optionsDaniel Black2022-08-263-9/+78
* | | | Ensure that source files contain only valid UTF8 encodings (#2188)anson10142022-08-304-60/+34
* | | | MDEV-29383 Assertion mysql_mutex_assert_owner(&log_sys.flush_order_mutex) fai...Marko Mäkelä2022-08-263-8/+12
* | | | Merge 10.5 into 10.6Marko Mäkelä2022-08-2513-121/+317
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2022-08-258-60/+222
| |\ \ \ | | |/ /
| | * | Merge 10.3 into 10.4Marko Mäkelä2022-08-258-61/+223
| | |\ \ | | | |/
| | | * MDEV-29384 Hangs caused by innodb_adaptive_hash_index=ONMarko Mäkelä2022-08-251-40/+1
| | | * update a global_suppressions() listSergei Golubchik2022-08-251-1/+1
| | | * btr_search_drop_page_hash_index(): Remove a racey debug checkMarko Mäkelä2022-08-241-4/+1
| | | * MDEV-29319 Assertion failure size_in_header >= space.free_limit in fsp_get_av...Thirunarayanan Balathandayuthapani2022-08-241-1/+1
| | | * MDEV-29291 Assertion `!table->fts' failed in dict_table_can_be_evicted on SHU...Thirunarayanan Balathandayuthapani2022-08-241-1/+1
| | | * MDEV-29319 Assertion failure size_in_header >= space.free_limit in fsp_get_av...Thirunarayanan Balathandayuthapani2022-08-241-1/+3
| | | * MDEV-28294: set default role bypasses Replicate_Wild_Ignore_Table: mysql.%Brandon Nesterenko2022-08-223-12/+176
| * | | MDEV-29367 Refactor tpool::cacheVladislav Vaintroub2022-08-242-43/+89
* | | | MDEV-29081 trx_t::lock.was_chosen_as_deadlock_victim race in lock_wait_end()Vlad Lesin2022-08-2413-96/+271
* | | | MDEV-29314 Assertion `n_fields > n_cols' failed in dict_index_t::init_change...Thirunarayanan Balathandayuthapani2022-08-233-1/+25
* | | | Merge 10.5 into 10.6Nayuta Yanagisawa2022-08-231-4/+2
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Nayuta Yanagisawa2022-08-231-4/+2
| |\ \ \ | | |/ /
| | * | Fix wrong diff introduced by merge commitbb-10.4-nayutaNayuta Yanagisawa2022-08-231-4/+2
* | | | MDEV-29355 Backport templatized INET6 implementation from 10.7 to 10.6Alexander Barkov2022-08-239-2112/+2174
* | | | MDEV-29282 atomic.rename_trigger fails occasionallyThirunarayanan Balathandayuthapani2022-08-232-17/+23
* | | | MDEV-29336: Potential deadlock in btr_page_alloc_low() with the AHIMarko Mäkelä2022-08-233-5/+79
* | | | Merge 10.5 into 10.6Marko Mäkelä2022-08-2311-48/+177
|\ \ \ \ | |/ / /
| * | | MDEV-27099 Subquery using the ALL keyword on INET6 columns produces a wrong r...Alexander Barkov2022-08-232-0/+27
| * | | Merge 10.4 into 10.5Marko Mäkelä2022-08-228-47/+148
| |\ \ \ | | |/ /
| | * | Merge 10.3 into 10.4Marko Mäkelä2022-08-225-22/+63
| | |\ \ | | | |/
| | | * MDEV-27700 ASAN: Heap_use_after_free in btr_search_drop_page_hash_index()Thirunarayanan Balathandayuthapani2022-08-225-22/+63
| | * | MDEV-27101 Subquery using the ALL keyword on TIMESTAMP columns produces a wro...Alexander Barkov2022-08-224-24/+95
* | | | Merge 10.5 into 10.6Marko Mäkelä2022-08-2218-97/+253
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2022-08-2218-96/+255
| |\ \ \ | | |/ /
| | * | Merge 10.3 into 10.4Marko Mäkelä2022-08-2218-90/+256
| | |\ \ | | | |/
| | | * MDEV-13013 fixup: Adjust a testMarko Mäkelä2022-08-221-10/+10
| | | * MDEV-29043 mariabackup --compress hangsMarko Mäkelä2022-08-191-8/+43
| | | * MDEV-13013 InnoDB unnecessarily extends data filesThirunarayanan Balathandayuthapani2022-08-178-49/+66
| | | * MDEV-29008 Server crash or assertion `field' failed in spider_db_open_item_id...Nayuta Yanagisawa2022-08-164-2/+80
| | | * Merge branch '10.3' into bb-10.3-releaseOleksandr Byelkin2022-08-155-18/+53
| | | |\
| | | | * bump the VERSIONDaniel Bartholomew2022-08-141-1/+1
| | | | * MDEV-27151: JSON_VALUE() does not parse NULL properties properlyRucha Deodhar2022-08-113-1/+52