summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-21423: Replace trx_sys.rw_trx_hash with a locked hash tablebb-10.6-MDEV-21423Marko Mäkelä2022-04-1419-894/+530
* Cleanup: alignas(CPU_LEVEL1_DCACHE_LINESIZE)Marko Mäkelä2022-04-1411-33/+26
* MDEV-28313: Shrink ReadView::m_mutexMarko Mäkelä2022-04-145-30/+19
* MDEV-28313: Shrink rw_trx_hash_element_t::mutexMarko Mäkelä2022-04-145-38/+34
* MDEV-28313: InnoDB transactions are not aligned at cache linesMarko Mäkelä2022-04-143-15/+27
* cleanup: un-inline dtype_get_mblen()Sergei Golubchik2022-04-134-45/+24
* MDEV-27767 poor scaling with InnoDB and utf8mb3 because of charset statsSergei Golubchik2022-04-132-5/+3
* MDEV-28266 Crash in Field_string::type_handler when calling proceduresOleksandr Byelkin2022-04-133-13/+36
* Merge 10.5 into 10.6Marko Mäkelä2022-04-122-6/+10
|\
| * MDEV-26128 type_set and type_enum are brokenAlexander Barkov2022-04-122-5/+9
| * MDEV-26578 ERROR: AddressSanitizer: heap-use-after-free around dict_table_t::...Thirunarayanan Balathandayuthapani2022-04-113-2/+15
* | Merge 10.5 into 10.6Marko Mäkelä2022-04-1218-103/+725
|\ \ | |/
| * 10.5 tests for MDEV-26507 Assertion `tmp != ((long long) 0x8000000000000000LL...Alexander Barkov2022-04-104-0/+88
| * MDEV-28255 "Error" instead of NULL in P_S.THREADS_CONNECTION_TYPE for backgro...Sergei Golubchik2022-04-093-4/+8
| * MDEV-27239 Spider: Assertion `thd->transaction->stmt.ha_list == __null || tra...Nayuta Yanagisawa2022-04-084-94/+105
| * Merge 10.4 into 10.5Marko Mäkelä2022-04-072-0/+498
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2022-04-073-1/+508
| | |\
| | | * MDEV-28247 : Disable background ibuf merge during Galera SSTJan Lindström2022-04-071-0/+11
| | | * Adding MTR tests to cover how keywords of different kinds behave in various c...Alexander Barkov2022-04-072-0/+498
| * | | deb: make --output-sync=targetDaniel Black2022-04-071-1/+1
| * | | MDEV-28153: Debian autobake to generate controlDaniel Black2022-04-072-4/+12
| * | | MDEV-28250 aix test case failure innodb_zip.innochecksum_3,4k,crc32,innodbDaniel Black2022-04-071-0/+12
| * | | main.thread_pool_info - no threadpool on aixDaniel Black2022-04-071-0/+1
* | | | MDEV-28194: Remove unneeded path from MariaDB server postinst scriptTuukka Pasanen2022-04-121-1/+1
* | | | MDEV-28289 fts_optimize_sync_table() is acquiring dict_sys.latch while holdin...Marko Mäkelä2022-04-113-23/+23
* | | | MDEV-28274 Assertion s <= READ_FIX failed in buf_page_t::set_stateMarko Mäkelä2022-04-114-8/+127
* | | | MDEV-10183 implement service_manager_extend_timeout on WindowsVladislav Vaintroub2022-04-114-2/+15
* | | | 10.6 tests for MDEV-26507 Assertion `tmp != ((long long) 0x8000000000000000LL...Alexander Barkov2022-04-102-0/+30
* | | | MDEV-27234 fixup: Add a result fileMarko Mäkelä2022-04-091-0/+21
* | | | MDEV-27783 InnoDB: Failing assertion: table->get_ref_count() == 0 upon ALTER ...Thirunarayanan Balathandayuthapani2022-04-074-17/+57
* | | | MDEV-26781 InnoDB hangs when using SUX_LOCK_GENERICMarko Mäkelä2022-04-063-409/+138
* | | | MDEV-25975: Merge 10.5 into 10.6Marko Mäkelä2022-04-0633-441/+160
|\ \ \ \ | |/ / /
| * | | MDEV-13005 after-merge fixupMarko Mäkelä2022-04-062-2/+2
| * | | MDEV-25975: Merge 10.4 into 10.5Marko Mäkelä2022-04-0634-472/+161
| |\ \ \ | | |/ /
| | * | MDEV-25975 merge fixupMarko Mäkelä2022-04-063-11/+6
| | * | MDEV-25975: Merge 10.3 into 10.4Marko Mäkelä2022-04-0633-465/+179
| | |\ \ | | | |/
| | | * MDEV-25975 innodb_disallow_writes causes shutdown to hangMarko Mäkelä2022-04-0630-398/+229
* | | | Merge 10.5 into 10.6Marko Mäkelä2022-04-0667-563/+686
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2022-04-0666-554/+678
| |\ \ \ | | |/ /
| | * | MDEV-23328 fixup: sign mismatch in format stringsMarko Mäkelä2022-04-061-5/+6
| | * | Merge 10.3 into 10.4Marko Mäkelä2022-04-0633-481/+427
| | |\ \ | | | |/
| | | * Merge 10.2 into 10.3Marko Mäkelä2022-04-0614-306/+84
| | | |\
| | | | * MDEV-26136: Correct AIX/macOS cast warning (my_time.h)Daniel Black2022-04-041-1/+4
| | | | * MDEV-27343 Useless warning "InnoDB: Allocated tablespace ID <id> for <tablena...Vlad Lesin2022-03-303-5/+15
| | | | * Cleanup: Remove some unused functionsMarko Mäkelä2022-03-304-279/+4
| | | | * MDEV-19631: Assertion `0' failed in st_select_lex_unit::optimize or different...Dmitry Shulga2022-03-303-0/+41
| | | | * MDEV-27835 innochecksum -S crashes for encrypted .ibd tablespaceVlad Lesin2022-03-293-27/+27
| | | * | MDEV-27673 Warning after "select progress from information_schema.processlist"Sergei Golubchik2022-04-053-1/+12
| | | * | Revert "MDEV-28131 Unexpected warning while selecting from information_schema...Sergei Golubchik2022-04-051-10/+0
| | | * | MDEV-19525 fix the test for embeddedSergei Golubchik2022-04-051-1/+4