summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.5 into 10.6Marko Mäkelä2022-06-2749-1009/+1619
|\
| * Merge 10.4 into 10.5Marko Mäkelä2022-06-2749-1037/+1618
| |\
| | * MDEV-28854 after-merge fix: Remove a test for MDEV-26583Marko Mäkelä2022-06-273-81/+0
| | * Merge 10.3 into 10.4Marko Mäkelä2022-06-2748-515/+608
| | |\
| | | * MDEV-28389: Simplify the InnoDB corrupted page outputMarko Mäkelä2022-06-274-234/+39
| | | * MDEV-28854 Disallow INSERT DELAYED on Spider tableHirokazu Hata2022-06-279-35/+71
| | | * MDEV-22590 SIGSEGV in flush_all_key_blocks when changing key_buffer_size / AS...Oleksandr Byelkin2022-06-243-1/+44
| | | * MDEV-26562: galera-sst-mariabackup is failing due to missing xtrabackup_check...Julius Goryavsky2022-06-212-39/+70
| | | * MDEV-28884: include kernel information in crashing signal handlerDaniel Black2022-06-181-0/+10
| | | * remove invalid testSergei Golubchik2022-06-182-82/+0
| | | * Fix intermittent failures of innodb.stats_persistentMarko Mäkelä2022-06-172-4/+5
| | | * MDEV-21027 Assertion `part_share->auto_inc_initialized || !can_use_for_auto_i...Shunsuke Tokunaga2022-06-168-5/+52
| | | * mtr: fix a race conditionSergei Golubchik2022-06-151-2/+6
| | | * cleanup: move the check out of the loopSergei Golubchik2022-06-151-10/+9
| | | * MDEV-28656: Inability to roll upgrade without stopping the Galera clusterJulius Goryavsky2022-06-146-108/+196
| | | * MDEV-28628: Change current Debian package revision schemeTuukka Pasanen2022-06-141-4/+12
| | | * MDEV-26127 Assertion `err != DB_DUPLICATE_KEY' failed or InnoDB: Failing asse...Nayuta Yanagisawa2022-06-135-7/+51
| | | * MDEV-27766: connect engine; INSERT ignore option, was ignoredMathew Heard2022-06-104-4/+42
| | | * MDEV-28666: Add correct 'Breaks' to make sure upgrade from 10.2 succeedsTuukka Pasanen2022-06-101-1/+2
| | * | MDEV-28583 postfix: fixing .result files after automatic mergeJulius Goryavsky2022-06-214-450/+1066
| | * | MDEV-28819 Statically compiled encryption plugins do not work in mariadb-backupVladislav Vaintroub2022-06-201-1/+1
| | * | MDEV-17390: re-neable rpl_semi_sync_after_sync testDaniel Black2022-06-171-1/+0
| * | | Fix GCC -Og -Wmaybe-uninitializedMarko Mäkelä2022-06-271-8/+11
* | | | MDEV-28935 crash in io_slots::releaseVladislav Vaintroub2022-06-231-14/+10
* | | | MDEV-28923 atomic.rename_table occasionally failsMarko Mäkelä2022-06-231-11/+13
* | | | Merge remote-tracking branch 'origin/10.5' into 10.6Vladislav Vaintroub2022-06-235-14/+73
|\ \ \ \ | |/ / /
| * | | MDEV-28920 Rescheduling of innodb_stats_func() missingVladislav Vaintroub2022-06-231-9/+10
| * | | MDEV-28858 Wrong result with table elimination combined with not_null_range_scanMonty2022-06-164-6/+64
* | | | MDEV-18976 fixup: encryption.innodb-redo-badkeyMarko Mäkelä2022-06-222-0/+4
* | | | MDEV-22388 Corrupted undo log record leads to server crashMarko Mäkelä2022-06-229-130/+51
* | | | MDEV-28836 fixupMarko Mäkelä2022-06-224-3/+22
* | | | MDEV-28836: Memory alignment cleanupMarko Mäkelä2022-06-2122-150/+94
* | | | MDEV-28870 InnoDB: Missing FILE_CREATE, FILE_DELETE or FILE_MODIFY before FIL...Marko Mäkelä2022-06-215-263/+131
* | | | MDEV-28845 fixup: Prevent an infinite loopMarko Mäkelä2022-06-211-0/+1
* | | | MDEV-28782 fixup: ./mtr --embeddedMarko Mäkelä2022-06-211-0/+17
* | | | MDEV-28782 mariadb-tzinfo-to-sql to work in bootstrap modeDaniel Black2022-06-184-24/+56
* | | | Merge 10.5 into 10.6Marko Mäkelä2022-06-161-19/+19
|\ \ \ \ | |/ / /
| * | | MDEV-28832 infinite loop in mariabackup if log LOG_HEADER_FORMAT field is 0Vlad Lesin2022-06-151-19/+19
* | | | MDEV-28864 Assertion `trx_id <= create_id' failed in innodb_check_version()Marko Mäkelä2022-06-161-0/+1
* | | | MDEV-28845 InnoDB: Failing assertion: bpage->can_relocate() in buf0lru.ccMarko Mäkelä2022-06-154-6/+21
* | | | MDEV-13542 fixup: Relax an assertionMarko Mäkelä2022-06-151-0/+1
* | | | MDEV-28840 innodb_undo_log_truncate is not crash-safeMarko Mäkelä2022-06-143-3/+4
* | | | MDEV-25581 Allow user thread to do InnoDB fts cache syncThirunarayanan Balathandayuthapani2022-06-142-132/+0
* | | | Merge 10.5 into 10.6Marko Mäkelä2022-06-149-30/+140
|\ \ \ \ | |/ / /
| * | | MDEV-28828 SIGSEGV in buf_flush_LRU_list_batchMarko Mäkelä2022-06-141-2/+1
| * | | MDEV-26127 Assertion `err != DB_DUPLICATE_KEY' failed or InnoDB: Failing asse...Nayuta Yanagisawa2022-06-135-9/+55
| * | | MDEV-28642: Suspend obvious false-positive Lintian warningsTuukka Pasanen2022-06-133-20/+108
* | | | MDEV-28802 DROP DATABASE in InnoDB still is case-insensitiveMarko Mäkelä2022-06-133-1/+35
* | | | Update magic file with Aria table files and ddl logMonty2022-06-131-14/+14
* | | | MDEV-25581 Allow user thread to do InnoDB fts cache syncThirunarayanan Balathandayuthapani2022-06-1011-395/+82