summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.5 into 10.6mariadb-10.5.7bb-10.6-georg10.6-vatuMarko Mäkelä2020-11-0347-237/+1711
|\
| * bump the VERSIONDaniel Bartholomew2020-11-031-1/+1
| * Merge bb-10.5-release into 10.5Marko Mäkelä2020-11-032-1/+6
| |\
| | * MDEV-24101 innodb_random_read_ahead=ON causes hang on DDL or shutdownmariadb-10.5.7Marko Mäkelä2020-11-032-1/+6
| * | Merge 10.4 into 10.5Marko Mäkelä2020-11-0344-236/+1705
| |\ \
| | * \ Merge 10.3 into 10.4Marko Mäkelä2020-11-0396-826/+3165
| | |\ \
| | | * \ Merge 10.2 into 10.3Marko Mäkelä2020-11-021-1/+1
| | | |\ \
| | | | * | fixup a593e03d58f922a99ba49de1bec6810fc7e9874f: nullptrMarko Mäkelä2020-11-021-1/+1
| | | * | | Merge 10.2 into 10.3Marko Mäkelä2020-11-0232-96/+1635
| | | |\ \ \ | | | | |/ /
| | | | * | MDEV-22387: Do not violate __attribute__((nonnull))Marko Mäkelä2020-11-0222-47/+88
| | | | * | Merge bb-10.2-release into 10.2Marko Mäkelä2020-11-029-385/+416
| | | | |\ \
| | | | | * | List of unstable tests for 10.2.35 releasemariadb-10.2.35Elena Stepanova2020-10-311-384/+352
| | | | * | | MDEV-23630 fixup: main.mysqldump resultMarko Mäkelä2020-11-021-2/+3
| | | | * | | Add dbug_print_sel_arg() debugging help functionSergei Petrunia2020-11-011-0/+107
| | | | * | | MDEV-23630: mysqldump logically dump system table informationDaniel Black2020-11-015-19/+1406
| | | | * | | Fix RPM packaging on cmake 3.18+Sergei Golubchik2020-10-301-19/+23
| | | * | | | List of unstable tests for 10.3.26 releasemariadb-10.3.26Elena Stepanova2020-11-011-464/+373
| | * | | | | fixup 67cb7ea22ac1a510dcbaf9bc48f0f8cf9e0ce8f5Marko Mäkelä2020-11-032-6/+6
| | * | | | | Clean up wsrep.variablesJan Lindström2020-11-032-136/+3
| | * | | | | MDEV-23872 Crash in galera::TrxHandle::state()Teemu Ollakka2020-11-031-0/+20
| | * | | | | MDEV-24072 Assertion 'ib_table.n_v_cols' failed in instant_alter_column_possi...Marko Mäkelä2020-11-023-1/+27
| | * | | | | MDEV-22974: mysql_native_password make "invalid" validDaniel Black2020-10-315-1/+57
| * | | | | | Fix appvyeor's perl.exe pathVladislav Vaintroub2020-11-031-1/+1
* | | | | | | Merge 10.5 into 10.6Marko Mäkelä2020-11-02627-13736/+34526
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix clang -Winconsistent-missing-overrideMarko Mäkelä2020-11-021-18/+16
| * | | | | | Windows : require at least VS2019 for MSVC.Vladislav Vaintroub2020-11-022-2/+5
| * | | | | | handler: move row change start signal down after the checksNikita Malyavin2020-11-021-8/+8
| * | | | | | MDEV-22506 Malformed error message for ER_KEY_CONTAINS_PERIOD_FIELDSNikita Malyavin2020-11-022-89/+107
| * | | | | | MDEV-22677 UPDATE crashes on partitioned HEAP table WITHOUT OVERLAPSNikita Malyavin2020-11-023-1/+15
| * | | | | | MDEV-22608 ASAN use-after-poison in TABLE::check_period_overlapsNikita Malyavin2020-11-022-0/+18
| * | | | | | MDEV-22639 Assertion failed in ha_check_overlaps upon multi-table updateNikita Malyavin2020-11-023-5/+19
| * | | | | | MDEV-22714 Assertion failed upon multi-update on table WITHOUT OVERLAPSNikita Malyavin2020-11-023-6/+32
| * | | | | | Add DBUG_ASSERT in Field::ptr_in_recordNikita Malyavin2020-11-021-2/+3
| | |_|_|_|/ | |/| | | |
| * | | | | List of unstable tests for 10.5.7 releaseElena Stepanova2020-11-021-491/+393
| * | | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-11-0161-154/+1124
| |\ \ \ \ \
| | * \ \ \ \ Merge branch '10.3' into 10.4Oleksandr Byelkin2020-10-3163-145/+1135
| | |\ \ \ \ \ | | | |/ / / / | | |/| / / / | | | |/ / /
| | | * | | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-10-3062-146/+1082
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | MDEV-23991 fixup: Initialize the memoryMarko Mäkelä2020-10-301-0/+3
| | | | * | Update Connector/CMarko Mäkelä2020-10-301-0/+0
| | | | * | MDEV-24033: SIGSEGV in __memcmp_avx2_movbe from queue_insert | SIGSEGV in __...Varun Gupta2020-10-306-1/+61
| | | | |/
| | | | * Fix sporadic test failure on galera_parallel_apply_3nodes.Jan Lindström2020-10-302-5/+23
| | | | * MDEV-19838: fix of error messagesOleksandr Byelkin2020-10-291-5/+2
| | | | * MDEV-19838: followup, fix for PS & embeddedOleksandr Byelkin2020-10-291-1/+2
| | | | * Merge branch '10.1' into 10.2Oleksandr Byelkin2020-10-2916-34/+110
| | | | |\
| | | | | * MDEV-23702 calculating(auto rounding) issueSergei Golubchik2020-10-2912-24/+47
| | | | | * update result files after backportSergei Golubchik2020-10-293-12/+0
| | | | | * Move result files at the correct place.Oleksandr Byelkin2020-10-293-0/+0
| | | | | * MDEV-24040 - fix appveyor buildVladislav Vaintroub2020-10-281-0/+5
| | | | | * MDEV-24040 Named pipe permission issuebb-10.1-wladVladislav Vaintroub2020-10-271-13/+57
| | | | * | remove non-working debug assertSergei Golubchik2020-10-292-5/+1