summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-29027 ASAN errors in spider_db_free_result after partition DDLbb-10.5-MDEV-29027Nayuta Yanagisawa2022-07-064-10/+66
* MDEV-28648 main.ssl_timeout fails with OpenSSL 3.0.3Vladislav Vaintroub2022-07-042-2/+2
* MDEV-27778 md5 in FIPS crashes with OpenSSL 3.0.0Honza Horak2022-07-041-0/+11
* Revert "don't build with OpenSSL 3.0, it doesn't work before MDEV-25785"Oleksandr Byelkin2022-07-041-1/+1
* MDEV-25785 Add support for OpenSSL 3.0Vladislav Vaintroub2022-07-048-56/+134
* Merge 10.4 into 10.5Marko Mäkelä2022-07-046-20/+248
|\
| * MDEV-26294 Duplicate entries in unique index not detected when changing colla...Marko Mäkelä2022-07-046-21/+249
* | Valgrind: Disable tests that would often time outMarko Mäkelä2022-07-017-2/+7
* | Merge 10.4 into 10.5Marko Mäkelä2022-07-0141-265/+524
|\ \ | |/
| * Merge 10.3 into 10.4Marko Mäkelä2022-07-0132-224/+252
| |\
| | * MDEV-28912 NON-UNIQUE FTS_DOC_ID index mistaken as FTS_DOC_ID_INDEXThirunarayanan Balathandayuthapani2022-07-013-1/+22
| | * MDEV-28389 fixup: Fix pre-GCC 10 -WconversionMarko Mäkelä2022-07-011-1/+4
| | * Fix most clang-15 -Wunused-but-set-variableMarko Mäkelä2022-07-0114-188/+97
| | * Fix clang-15 -Wdeprecated-non-prototypeMarko Mäkelä2022-07-012-16/+7
| | * MDEV-28706 Redundant InnoDB table fails during alterThirunarayanan Balathandayuthapani2022-06-303-0/+28
| | * A cleanup for MDEV-25243 ASAN heap-use-after-free in Item_func_sp::execute_im...Alexander Barkov2022-06-281-0/+2
| | * MDEV-21310 AUTO_INCREMENT column throws range error on INSERT in partitioned ...Nayuta Yanagisawa2022-06-288-14/+89
| * | MDEV-28919 Assertion `(((core_null) + 7) >> 3) == oindex.n_core_null_bytes ||...Thirunarayanan Balathandayuthapani2022-06-303-0/+59
| * | MDEV-28567 MDL debug loggingAleksey Midenkov2022-06-281-15/+38
| * | MDEV-24343 Spider Left join failed Unknown column 't0.ID' in 'on clause'Nayuta Yanagisawa2022-06-286-18/+168
* | | MDEV-26293 InnoDB: Failing assertion: space->is_ready_to_close() ...Marko Mäkelä2022-06-303-20/+27
* | | MSAN: Disable some slow testsMarko Mäkelä2022-06-303-0/+6
* | | MDEV-28352 Spider: heap-use-after-free in ha_spider::lock_tables(), heap free...Nayuta Yanagisawa2022-06-283-160/+78
* | | 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
* | | 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-28920 Rescheduling of innodb_stats_func() missingVladislav Vaintroub2022-06-231-9/+10