summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-25899 intermediate files operations are not protected by backup10.6-MDEV-25899Vlad Lesin2021-06-115-5/+63
* MDEV-25506 (3 of 3): Do not delete .ibd files before commitMarko Mäkelä2021-06-0998-3808/+2184
* MDEV-25180 fixup: Assertion table->def_trx_id == trx->id... failed in row_mer...Marko Mäkelä2021-06-091-9/+22
* MDEV-25852: Orphan #sql*.ibd files are left behindMarko Mäkelä2021-06-091-19/+87
* Merge 10.5 into 10.6Marko Mäkelä2021-06-0947-117/+421
|\
| * Merge 10.4 into 10.5Marko Mäkelä2021-06-092-5/+4
| |\
| | * Merge 10.3 to 10.4mariadb-10.4.20Marko Mäkelä2021-06-092-5/+4
| | |\
| | | * MDEV-25886 CHECK TABLE crash with DB_MISSING_HISTORY if innodb_read_onlymariadb-10.3.30Marko Mäkelä2021-06-092-5/+4
| * | | Merge 10.4 into 10.5Marko Mäkelä2021-06-0828-50/+181
| |\ \ \ | | |/ /
| | * | dict_index_build_internal_clust(): Catch MDEV-20131 on CREATE TABLEMarko Mäkelä2021-06-081-2/+2
| | * | Merge 10.3 into 10.4Marko Mäkelä2021-06-0814-19/+114
| | |\ \ | | | |/
| | | * Merge 10.2 into 10.3Marko Mäkelä2021-06-0811-17/+110
| | | |\
| | | | * MDEV-25869 Change buffer entries are lost on InnoDB restartmariadb-10.2.39Marko Mäkelä2021-06-081-3/+8
| | | | * Revert "CONNECT: move jar files to /usr/share and include them in DEBs"Otto Kekäläinen2021-06-061-4/+0
| | | | * MDEV-23815 Windows : mysql_upgrade_wizard fails, if service name has spacesVladislav Vaintroub2021-06-061-1/+4
| | | | * MDEV-25859 - HeidiSQL 11.3Vladislav Vaintroub2021-06-051-1/+1
| | | | * MDEV-25777: JAVA_INCLUDE_PATH and JAVA_INCLUDE_PATH2 not found with out of so...Anel Husakovic2021-06-042-1/+5
| | | | * MDEV-25672 table alias from previous statement interferes later commandsSergei Golubchik2021-06-023-6/+24
| | | | * MDEV-25635 Assertion failure when pushing from HAVING into WHERE of viewIgor Babaev2021-06-023-1/+68
| | | * | MDEV-25682 Explain shows an execution plan different from actually executedIgor Babaev2021-06-074-1/+44
| | | * | MDEV-21373 DBUG compilation - bad synchronization in ha_heap::external_lock()Vladislav Vaintroub2021-06-041-1/+1
| | * | | Ported the test case for MDEV-25682 from 10.2Igor Babaev2021-06-072-0/+41
| | * | | Fix mtr tests with file_key_managment extension for WindowsAnel Husakovic2021-06-0411-31/+31
| * | | | MDEV-25866 Upgrade from pre-10.5.10 to 10.5.10 causes CHECK errors on encrypt...Monty2021-06-072-0/+21
| * | | | Fixed a DBUG_ASSERT when running zerofill() on aria tablesMonty2021-06-071-2/+8
| * | | | MDEV-25783: Change buffer records are lost under heavy loadMarko Mäkelä2021-06-071-0/+27
| * | | | Make maria.repair more resiliant for different failuresMonty2021-06-072-7/+2
| * | | | Deb: Misc cleanup and autobake-deb.sh and Salsa-CI fixesOtto Kekäläinen2021-06-058-48/+23
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-06-048-14/+141
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-06-041-2/+2
| | |\ \ \ | | | |/ /
| | | * | MDEV-17749 fixup: ./mtr --embedded main.lock_kill (again)Marko Mäkelä2021-06-041-2/+2
| | | * | MDEV-25714 Join using derived with aggregation returns incorrect resultsIgor Babaev2021-06-034-6/+121
| | * | | Corrected the test case of MDEV-25714 in order to have the same EXPLAIN outpu...Igor Babaev2021-06-032-0/+8
| | * | | MDEV-25714 Join using derived with aggregation returns incorrect resultsIgor Babaev2021-06-034-6/+121
| | * | | Fixed that compile-pentium64-valgrind-max worksMonty2021-06-024-16/+16
* | | | | MDEV-25857: MTR should report at least last test that was executed in case of...Anel Husakovic2021-06-092-0/+16
* | | | | MDEV-25698 SIGSEGV in wsrep_should_replicate_ddlmkaruza2021-06-093-0/+15
* | | | | MDEV-25870 Windows - MSI generation cleanup, fix ARM64Vladislav Vaintroub2021-06-074-81/+72
* | | | | MDEV-25870 Windows - fix ARM64 cross-compilationVladislav Vaintroub2021-06-0711-17/+45
* | | | | MDEV-25754 ASAN: stack-buffer-overflow in Field_newdate::val_str()Monty2021-06-073-2/+21
* | | | | MDEV-25778 Overrun buffer in to_string_native()Monty2021-06-073-1/+19
* | | | | Record in test suite that temporary tables only uses write locksMonty2021-06-072-0/+26
* | | | | MDEV-25602 get rid of __WIN__ in favor of standard _WIN32Vladislav Vaintroub2021-06-06132-379/+303
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-06-024-5/+13
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-23399 fixup for MDEV-10814Marko Mäkelä2021-06-021-1/+1
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-06-022-2/+3
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-06-022-2/+3
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-06-021-0/+1
| | | |\ \ | | | | |/
| | | | * MDEV-25730 fixup: GCC -Og -Wmaybe-uninitializedMarko Mäkelä2021-06-021-0/+1
| | | * | MDEV-17749 fixup: ./mtr --embedded main.lock_killMarko Mäkelä2021-06-021-2/+2