summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.8 into 10.9Marko Mäkelä2022-12-126-53/+126
|\
| * Merge 10.7 into 10.8Marko Mäkelä2022-12-126-53/+126
| |\
| | * Merge 10.6 into 10.7Marko Mäkelä2022-12-126-53/+126
| | |\
| | | * Fix GCC -Og -Wmaybe-uninitializedMarko Mäkelä2022-12-121-1/+1
| | | * MDEV-30180 Server hang with innodb_undo_log_truncate=ONMarko Mäkelä2022-12-121-2/+3
| | | * Fixed bug in Aria when used with enterprise mariadb-backupMonty2022-12-085-51/+123
* | | | Merge 10.8 into 10.9Marko Mäkelä2022-12-0768-364/+925
|\ \ \ \ | |/ / /
| * | | Merge 10.7 into 10.8Marko Mäkelä2022-12-0768-364/+925
| |\ \ \ | | |/ /
| | * | Merge 10.6 into 10.7Marko Mäkelä2022-12-0768-364/+925
| | |\ \ | | | |/
| | | * MDEV-29822 - disable a test that fails sporadicallyVladislav Vaintroub2022-12-061-0/+12
| | | * Merge 10.5 into 10.6Marko Mäkelä2022-12-0547-21/+655
| | | |\
| | | | * MDEV-30114 Incremental prepare fails when innodb_undo_tablespaces > 0Thirunarayanan Balathandayuthapani2022-12-0211-0/+30
| | | | * Merge 10.4 into 10.5Marko Mäkelä2022-12-010-0/+0
| | | | |\
| | | | | * MDEV-29512 deadlock between commit monitor and THD::LOCK_thd_data mutexsjaakola2022-11-293-0/+146
| | | | | * MDEV-29878 Galera test failure on MDEV-26575Daniele Sciascia2022-11-294-12/+27
| | | | | * Restore auto increment offset in test galera_join_with_cc_ADaniele Sciascia2022-11-292-0/+10
| | | | | * MDEV-29880 Galera test failure on GCF-336Daniele Sciascia2022-11-295-8/+20
| | | | | * Update wsrep-lib submoduleJan Lindström2022-11-291-0/+0
| | | | | * reformat the testWeijun-H2022-11-273-6/+12
| | | | | * update anotationWeijun-H2022-11-271-1/+1
| | | | | * remove redundant test fileWeijun-H2022-11-272-20/+0
| | | | | * increase max field nameWeijun-H2022-11-272-0/+20
| | | | | * remove redundant test fileWeijun-H2022-11-272-20/+0
| | | | | * increase max field nameWeijun-H2022-11-275-1/+40
| | | | | * MDEV-19190 Assertion `...auto_inc_initialized` failed in get_auto_incrementlrf1412022-11-245-1/+59
| | | | | * MDEV-29817: Issues with handling options for SSL CRLs (and some others)Julius Goryavsky2022-11-225-5/+12
| | | | | * MDEV-27670 Assertion `(cs->state & 0x20000) == 0' failed in my_strnncollsp_nc...Alexander Barkov2022-11-228-2/+298
| | | | * | Merge 10.4 into 10.5Jan Lindström2022-11-3038-21/+636
| | | * | | MDEV-30148 Race condition between non-persistent statistics and purgeMarko Mäkelä2022-12-054-318/+76
| | | * | | Gitlab-CI: Upgrade Fedora build always use latest (now 37) versionOtto Kekäläinen2022-12-051-8/+11
| | | * | | MDEV-29129: Performance regression starting in 10.6: select order by limit ...Sergei Petrunia2022-12-0311-17/+94
| | | * | | MDEV-28206: SIGSEGV in Item_field::fix_fields when using LEAD...OVERDaniel Black2022-12-024-0/+77
* | | | | | Merge 10.8 into 10.9Marko Mäkelä2022-11-3041-342/+586
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.7 into 10.8Marko Mäkelä2022-11-3041-342/+586
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.6 into 10.7Marko Mäkelä2022-11-3041-345/+590
| | |\ \ \ \ | | | |/ / /
| | | * | | MDEV-30069 fixup: Do not truncate files on recoveryMarko Mäkelä2022-11-302-2/+5
| | | * | | MDEV-30132 Crash after recovery, with InnoDB: Tried to read ...Marko Mäkelä2022-11-3015-254/+92
| | | * | | Cleanup: Remove fil_space_t::is_deferred()Marko Mäkelä2022-11-302-10/+1
| | | * | | MDEV-30132 Crash after recovery, with InnoDB: Tried to read ... bytes at offsetMarko Mäkelä2022-11-301-0/+1
| | | * | | Merge 10.5 into 10.6Marko Mäkelä2022-11-301-0/+2
| | | |\ \ \ | | | | |/ /
| | | | * | MDEV-24412: Disable the test on ./mtr --embeddedMarko Mäkelä2022-11-301-0/+2
| | | * | | Merge 10.5 into 10.6Marko Mäkelä2022-11-3012-63/+180
| | | |\ \ \ | | | | |/ /
| | | | * | MDEV-24412: Create a separate testMarko Mäkelä2022-11-305-54/+136
| | | | * | MDEV-23230 wsrep files installed when built without WSREP (#2334)Daniel Black2022-11-287-10/+45
| | | * | | MDEV-30119 INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION.NAME is NULL for ...Thirunarayanan Balathandayuthapani2022-11-2911-13/+206
| | | * | | Extend GitLab CI with build and test jobs for sanitizers (#2174)anson10142022-11-291-4/+104
* | | | | | Merge 10.8 into 10.9Marko Mäkelä2022-11-2821-189/+193
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.7 into 10.8Marko Mäkelä2022-11-2821-162/+188
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.6 into 10.7Marko Mäkelä2022-11-2819-162/+187
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge 10.5 into 10.6Marko Mäkelä2022-11-2816-149/+181
| | | |\ \ \ | | | | |/ /