summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* prepare_inplace_alter_table_dict(): After allocating online log,bb-10.6-MDEV-15250-unreachableThirunarayanan Balathandayuthapani2022-04-2213-60/+399
* Denote code that is unreachable in testsMarko Mäkelä2022-04-194-1/+30
* MergeMarko Mäkelä2022-04-1946-1430/+1297
|\
| * MDEV-15250 UPSERT during ALTER-TABLE results in 'Duplicate entry' error for ...Thirunarayanan Balathandayuthapani2022-04-1746-1430/+1297
* | Merge 10.5 into 10.6Marko Mäkelä2022-04-156-20/+57
|\ \ | |/ |/|
| * MDEV-9948 Failing assertion: new_state->key_version != ENCRYPTION_KEY_VERSION...Marko Mäkelä2022-04-154-13/+35
| * Spider: disable spider/bugfix.mdev_27239Nayuta Yanagisawa2022-04-151-0/+1
* | 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