summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-24302 follow-up: RESET MASTER hangsbb-10.5-MDEV-24302Marko Mäkelä2021-03-307-69/+71
* Deb: Fix failing Salsa-CI by syncing fixes from downstream to upstreamOtto Kekäläinen2021-03-291-4/+8
* Deb: Add Breaks/ReplacesOtto Kekäläinen2021-03-292-29/+32
* Revert "MDEV-23342 MariaDB cannot be installed over MySQL 5.7.30 on Bionic an...Otto Kekäläinen2021-03-291-30/+112
* MDEV-24302: RESET MASTER hangsMarko Mäkelä2021-03-299-165/+176
* Fixed access to undefined memoryMonty2021-03-281-3/+5
* Merge 10.4 into 10.5Marko Mäkelä2021-03-2761-633/+906
|\
| * Merge 10.3 into 10.4Marko Mäkelä2021-03-2754-624/+701
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2021-03-2747-608/+349
| | |\
| | | * Replace mallinfo with mallinfo2 on supported systemsMichael Okoko2021-03-273-2/+8
| | | * cmake cleanup: drop support for ancient clang in WITH_ASAN optionEugene Kosov2021-03-261-10/+0
| | | * MDEV-25238 add support for -fsanitize-address-use-after-scopeEugene Kosov2021-03-261-0/+6
| | | * MDEV-24786: row_upd_clust_step() skips mtr_t::commit() on virtual column errorst-10.2-MDEV-24786Marko Mäkelä2021-03-261-80/+46
| | | * Cleanup - reduce duplicate code, in SSL IO error handling.bb-10.2-sysprgVladislav Vaintroub2021-03-251-23/+29
| | | * MDEV-25242 Server crashes in check_grant upon invoking function with userstat...Sergei Golubchik2021-03-243-8/+27
| | | * MDEV-23740 postfix - potentially uninitialized variable passed to vio_socket...Vladislav Vaintroub2021-03-241-10/+15
| | | * MDEV-24879 Client crash on undefined charsetsdirSergei Golubchik2021-03-231-1/+5
| | | * Follow up fixes for making @@wsrep_provider read-onlyDaniele Sciascia2021-03-238-10/+11
| | | * fixed typo in postinst scriptAlexey Bychko2021-03-231-3/+3
| | | * MDEV-24767 Wrong result when forced BNLH is used for join supportedIgor Babaev2021-03-223-1/+55
| | | * MDEV-23076 Misleading "InnoDB: using atomic writes"Marko Mäkelä2021-03-223-19/+7
| | | * MDEV-22653: Remove the useless parameter innodb_simulate_comp_failuresMarko Mäkelä2021-03-2214-400/+0
| | | * Added missed ' -- ' between the end of the lldb command options and the begin...Dmitry Shulga2021-03-221-1/+1
| | | * MDEV-25195: pam check getgrouplist functionDaniel Black2021-03-221-3/+4
| | | * MDEV-22240: don't use pc.splitbrain=true on node2 in galera.galera_gcache_rec...Alexey Yurchenko2021-03-211-1/+1
| | | * MDEV-8708 fixup: Remove dead codeMarko Mäkelä2021-03-191-4/+0
| | | * MDEV-24903: mariabackup SST fails while adding --log-bin in startup commandJulius Goryavsky2021-03-197-42/+137
| | * | MDEV-25128 Wrong result from join with materialized semi-join andIgor Babaev2021-03-234-6/+307
| | * | fixed typo in postinst scriptAlexey Bychko2021-03-231-3/+3
| | * | MDEV-24796 Assertion `page_has_next... failed in btr_pcur_store_position()Marko Mäkelä2021-03-223-3/+30
| * | | MDEV-21697: Galera assertion !wsrep_has_changes(thd) || (thd->lex->sql_comman...bb-10.4-MDEV-21697mkaruza2021-03-253-1/+129
| * | | MDEV-24954 : 10.5.9 crashes on int wsrep::client_state::ordered_commit(): Ass...bb-10.4-MDEV-24954Jan Lindström2021-03-251-17/+42
| * | | fixed typo in postinst scriptAlexey Bychko2021-03-231-3/+3
| * | | MDEV-25206 Crash with CREATE VIEW .. SELECT with non-existing fieldIgor Babaev2021-03-213-2/+40
* | | | MDEV-25265: ALTER TABLE...IMPORT TABLESPACE fails after DROP INDEXMarko Mäkelä2021-03-266-17/+30
* | | | MEM_CHECK_DEFINED: replace HAVE_valgrindbb-10.5-danielblack-clang-valgrind-without-memcheck_hDaniel Black2021-03-265-10/+12
* | | | MDEV-24589 DROP TABLE is not crash-safeMarko Mäkelä2021-03-234-34/+20
* | | | fixup cebf9ee2040195a61fbed32d06cc2e335e9f8dfdMarko Mäkelä2021-03-231-1/+1
* | | | MDEV-15528 fixup: Remove dict_table_open_on_index_id()Marko Mäkelä2021-03-232-86/+2
* | | | fixed typo in postinst scriptAlexey Bychko2021-03-231-3/+3
* | | | Fixed wrong usage strlen(), should be sizeof()Monty2021-03-221-1/+1
* | | | Fix various spelling errors still found in codeOtto Kekäläinen2021-03-2260-92/+91
* | | | MDEV-25211 Remove useless counter Innodb_buffered_aio_submittedMarko Mäkelä2021-03-203-8/+0
* | | | Merge 10.4 into 10.5Marko Mäkelä2021-03-205-3/+72
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2021-03-2012-317/+115
| |\ \ \ | | |/ /
| | * | fix for engines/funcs/rpl_sp.testAlice Sherepa2021-03-191-43/+46
| | * | Merge 10.2 into 10.3Marko Mäkelä2021-03-195-3/+70
| | |\ \ | | | |/
| | | * update libmariadbSergei Golubchik2021-03-191-0/+0
| | | * myseek: AIX has no "tell"bb-10.2-danielblack-aix-notellDaniel Black2021-03-191-1/+1
| | | * MDEV-25112 MIN/MAX aggregation over an indexed column may return wrong resultIgor Babaev2021-03-183-0/+65