summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-27524 addendum: additional tests10.6-MDEV-28968-galeraJulius Goryavsky2022-06-2847-32/+3079
* only copy buffer pool dump in SST galera modeSergei Golubchik2022-06-281-39/+16
* revert mariabackup part of MDEV-27524, fix the testSergei Golubchik2022-06-2810-354/+90
* C/C 3.3Sergei Golubchik2022-06-281-0/+0
* MDEV-18976 fixup: encryption.innodb-redo-nokeysMarko Mäkelä2022-06-282-0/+6
* MDEV-26979 heap-use-after-free or SIGSEGV when accessing INNODB_SYS_TABLESTAT...Marko Mäkelä2022-06-272-77/+46
* Merge 10.5 into 10.6Marko Mäkelä2022-06-274-1/+31
|\
| * Merge 10.4 into 10.5Marko Mäkelä2022-06-274-1/+31
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2022-06-274-1/+31
| | |\
| | | * MDEV-26577 InnoDB: Failing assertion: dict_tf2_is_valid(flags, flags2) during...Marko Mäkelä2022-06-273-0/+27
| | | * MDEV-28389 fixup: Fix compiler warningsMarko Mäkelä2022-06-271-1/+4
* | | | MDEV-28950 Assertion `*err == DB_SUCCESS' failed in btr_page_split_and_insertMarko Mäkelä2022-06-272-10/+18
* | | | Suppress a message that may be emitted on slow systemsMarko Mäkelä2022-06-271-0/+1
* | | | 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
|\ \ \ \ | |/ / /