summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | MDEV-30695 Refactor case folding data types in Asian collationsAlexander Barkov2023-02-2120-7842/+8185
| | * | | | | MDEV-30692 conf_to_src is not up to dateAlexander Barkov2023-02-212-253/+266
| | * | | | | MDEV-30661 UPPER() returns an empty string for U+0251 in uca1400 collations f...Alexander Barkov2023-02-1735-706/+507
| * | | | | | bump the VERSIONDaniel Bartholomew2023-02-161-1/+1
* | | | | | | Fixed bug in optimizer_costs.testMonty2023-02-272-2/+4
* | | | | | | Fix CODING_STANDARDS link in PR templateAndrew Hutchings2023-02-231-1/+1
* | | | | | | bump the VERSIONbb-11.0-bumpversionDaniel Bartholomew2023-02-221-1/+1
* | | | | | | Added mysql-log-rotate to .gitignoremariadb-11.0.1Michael Widenius2023-02-211-0/+1
* | | | | | | MDEV-30699: Updated prev_record_reads() to be more exactMonty2023-02-2115-239/+898
* | | | | | | Added r_table_loops to "ANALYZE FORMAT=JSON statement"Monty2023-02-214-1/+16
* | | | | | | Adjust costs for rowid filterMonty2023-02-2133-748/+438
* | | | | | | MDEV-30525: Assertion `ranges > 0' fails in IO_AND_CPU_COSTSergei Petrunia2023-02-213-0/+30
* | | | | | | MDEV-30659 Server crash on EXPLAIN SELECT/SELECT on table with engine Aria fo...Sergei Petrunia2023-02-216-6/+175
* | | | | | | MDEV-30544 Deprecate innodb_defragment and related parametersMarko Mäkelä2023-02-2116-8/+96
* | | | | | | MDEV-29694 fixup: Remove srv_change_buffer_max_size, adjust commentsMarko Mäkelä2023-02-215-41/+2
* | | | | | | bump the maturitySergei Golubchik2023-02-202-2/+2
* | | | | | | MDEV-30673 InnoDB recovery hangs when buf_LRU_get_free_blockThirunarayanan Balathandayuthapani2023-02-171-4/+8
* | | | | | | fix for --view-protocolSergei Golubchik2023-02-162-7/+3
* | | | | | | MDEV-22570 fixup: Silence clang -Wunneeded-internal-declarationMarko Mäkelä2023-02-161-0/+1
* | | | | | | Merge 10.11 into 11.0Marko Mäkelä2023-02-16493-2603/+7019
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 10.10 into 10.11Marko Mäkelä2023-02-16361-1939/+2938
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge 10.9 into 10.10Marko Mäkelä2023-02-16326-1774/+2897
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Merge 10.8 into 10.9Marko Mäkelä2023-02-16327-1771/+2896
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Merge 10.6 into 10.8Marko Mäkelä2023-02-162-2/+11
| | | | |\ \ \ | | | | | |/ /
| | | | | * | Merge 10.5 into 10.6Marko Mäkelä2023-02-162-2/+11
| | | | | |\ \ | | | | | | |/
| | | | | | * MDEV-30552 fixup: Fix the test for non-debugMarko Mäkelä2023-02-162-2/+11
| | | | | | * Fix clang -Winconsistent-missing-overrideMarko Mäkelä2023-02-161-1/+1
| | | | * | | MDEV-27774 fixup: Correct a commentMarko Mäkelä2023-02-161-1/+1
| | | | * | | Merge 10.6 into 10.8Marko Mäkelä2023-02-1631-129/+340
| | | | |\ \ \ | | | | | |/ /
| | | | | * | MDEV-30638 Deadlock between INSERT and InnoDB non-persistent statistics updateMarko Mäkelä2023-02-167-33/+13
| | | | | * | MDEV-30134 Assertion failed in buf_page_t::unfix() in buf_pool_t::watch_unset()Marko Mäkelä2023-02-162-50/+33
| | | | | * | MDEV-30397: MariaDB crash due to DB_FAIL reported for a corrupted pageMarko Mäkelä2023-02-163-4/+8
| | | | | * | Merge 10.5 into 10.6Marko Mäkelä2023-02-167-16/+120
| | | | | |\ \ | | | | | | |/
| | | | | | * MDEV-30657 InnoDB: Not applying UNDO_APPEND due to corruptionMarko Mäkelä2023-02-152-7/+21
| | | | | | * MDEV-30333 Wrong result with not_null_range_scan and LEFT JOIN with empty tableMonty2023-02-153-5/+95
| | | | | | * Fix S3 engine Coverity hitsAndrew Hutchings2023-02-142-4/+4
| | | | | * | MDEV-30324: Wrong result upon SELECT DISTINCT ... WITH TIESVicențiu Ciorbaru2023-02-153-1/+48
| | | | | * | Whitespace fixVicențiu Ciorbaru2023-02-151-1/+1
| | | | | * | Update comments to match new debug_sync implementationVicențiu Ciorbaru2023-02-152-10/+8
| | | | | * | Merge 10.5 into 10.6Marko Mäkelä2023-02-1410-8/+111
| | | | | |\ \ | | | | | | |/
| | | | | | * MDEV-30552 InnoDB recovery crashes when error handling scenarioThirunarayanan Balathandayuthapani2023-02-144-0/+50
| | | | | | * MDEV-30551 InnoDB recovery hangs when buffer pool ran out of memoryThirunarayanan Balathandayuthapani2023-02-144-3/+28
| | | | | | * MDEV-30412: JSON_OBJECTAGG doesn't escape double quote in keyWeijun Huang2023-02-143-1/+21
| | | | * | | MDEV-30426 Assertion !rec_offs_nth_extern(offsets2, n) during bulk insertThirunarayanan Balathandayuthapani2023-02-144-3/+44
| | | | * | | Fix RPL tests post DEBUG_SYNC changeVicențiu Ciorbaru2023-02-102-13/+2
| | | | * | | Merge 10.6 into 10.8Marko Mäkelä2023-02-10299-1655/+2528
| | | | |\ \ \ | | | | | |/ /
| | | | | * | Merge 10.5 into 10.6Marko Mäkelä2023-02-10285-1546/+2180
| | | | | |\ \ | | | | | | |/
| | | | | | * Merge 10.4 into 10.5Marko Mäkelä2023-02-10277-1500/+2048
| | | | | | |\
| | | | | | | * MDEV-30621: Türkiye is the correct current country namingDaniel Black2023-02-103-4/+6
| | | | | | | * MDEV-30608: rpl.rpl_delayed_parallel_slave_sbm sometimes fails with Seconds_B...Brandon Nesterenko2023-02-093-0/+44