summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-21478 Inplace ALTER fails to report error when FTS_DOC_IDbb-10.2-MDEV-21478Thirunarayanan Balathandayuthapani2021-01-113-0/+90
* MDEV-24554 Do not use verisign server for authenticode timestampingVladislav Vaintroub2021-01-091-1/+1
* MDEV-23536 : Race condition between KILL and transaction commitJan Lindström2021-01-085-39/+41
* Cleanup: Remove unused symbol QUE_THR_PROCEDURE_WAITMarko Mäkelä2021-01-082-4/+2
* fixup MDEV-17556: fix mroongaNikita Malyavin2021-01-083-19/+19
* MDEV-19838 fixup: clang -Wunused-const-variableMarko Mäkelä2021-01-081-4/+3
* MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failedNikita Malyavin2021-01-0835-224/+206
* MDEV-19442 add-onAndrei Elkin2021-01-071-1/+1
* MDEV-24482: Added wait condition to make sure table t1 is replicated to node_2.Stepan Patryshev2021-01-041-0/+3
* MDEV-24465: Added wait condition to make sure table t1 is replicated to node_2.Stepan Patryshev2021-01-041-0/+3
* MDEV-24464: Added wait condition to make sure table t1 is replicated to node_2.Stepan Patryshev2021-01-041-0/+3
* MDEV-24447: Added wait condition to make sure table t1 is replicated to node_2.Stepan Patryshev2021-01-041-0/+3
* MDEV-24462: Added wait condition to make sure table t1 is replicated to node_2.Stepan Patryshev2021-01-041-0/+3
* MDEV-23033: All slaves crash once in ~24 hours and loop restart with signal 11Sujatha2021-01-045-65/+906
* MDEV-23875 is failing to build on windows.Rucha Deodhar2021-01-041-1/+1
* MDEV-23875: select into outfile not respect UMASK and UMASK_DIRRucha Deodhar2020-12-311-3/+3
* MDEV-19442 server_audit plugin doesn't consider proxy users in server_audit_e...Alexey Botchkov2020-12-283-8/+20
* MDEV-24449 Corruption of system tablespace or last recovered pageMarko Mäkelä2020-12-281-1/+1
* MDEV-23851 MDEV-24229 BF-BF conflict issuessjaakola2020-12-282-6/+30
* Fix MDEV-21958 code to be working with not 64 MAX_INDEXESOleksandr Byelkin2020-12-241-1/+1
* Forgot to add this change to previous csetSergei Petrunia2020-12-221-0/+10
* MDEV-24444: ASAN use-after-poison in Item_func_in::get_func_mm_tree with NOT INSergei Petrunia2020-12-223-1/+24
* MDEV-22630 mysql_upgrade (MariaDB 5.2.X --> MariaDB 10.3.X) does not fix auth...Sergei Golubchik2020-12-191-0/+1
* Item_func_like::walk() was ignoring escape_itemSergei Golubchik2020-12-193-0/+21
* MDEV-24346 valgrind error in main.precedenceSergei Golubchik2020-12-193-1/+30
* MDEV-24346 valgrind error in main.precedenceSergei Golubchik2020-12-195-3/+14
* Item_func_like calls escape_item->fix_fields() twiceSergei Golubchik2020-12-193-2/+15
* MDEV-23065 : Crash after setting wsrep_on to ON dynamically and reconnectJan Lindström2020-12-193-1/+10
* MDEV-22008 rpl.rpl_semi_sync fails in bb, MDEV-24418 reenable binlog_truncate...Alice Sherepa2020-12-1813-206/+157
* MDEV-24041 Generated column DELETE with FOREIGN KEY crash InnoDBNikita Malyavin2020-12-183-1/+66
* MDEV-20751 Permission Issue With Nested CTEsIgor Babaev2020-12-173-2/+122
* MDEV-24327 wsrep XID checkpointing order with log_slave_updates=OFFbb-10.2-MDEV-24327sjaakola2020-12-174-5/+132
* MDEV-23406 Signal 8 in maria_create after recursive cte queryIgor Babaev2020-12-167-39/+370
* MDEV-22810 mariabackup does not honor open_files_limit from option during bac...Vlad Lesin2020-12-161-0/+4
* MDEV-21958: postfix - result of range_mrr_icpDaniel Black2020-12-161-0/+15
* MDEV-24172: innodb stats table last_update is TIMESTAMPDaniel Black2020-12-163-8/+4
* MDEV-24414 Update and enable galera.galera_defaultsbb-10.2-MDEV-24414Stepan Patryshev2020-12-152-2/+1
* MDEV-21958: Query having many NOT-IN clauses running foreverSergei Petrunia2020-12-153-0/+60
* MDEV-24034 Policy CMP0075 is not set during compileVladislav Vaintroub2020-12-152-39/+3
* MDEV-23209: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())'Rucha Deodhar2020-12-151-0/+7
* MDEV-22422: Assertion `! is_set()' failed in Diagnostics_area::set_eof_statusRucha Deodhar2020-12-151-0/+3
* MDEV-21646: postfix - my_addr_resolve: static Dl_info infoDaniel Black2020-12-151-1/+1
* MDEV-24331 mysqldump fails with "Got error: 1356" if the database contains a ...Sergei Golubchik2020-12-113-1/+52
* MDEV-23942 mariadb-10.5.6/storage/connect/plugutil.cpp:380: bad width ?Sergei Golubchik2020-12-101-2/+2
* MDEV-24194 View definition corruptionSergei Golubchik2020-12-103-10/+13
* MDEV-4677 GROUP_CONCAT not showing any output with group_concat_max_len >= 4GbSergei Golubchik2020-12-1010-18/+41
* document that a fulltext parser plugin can replace mysql_add_word callbackSergei Golubchik2020-12-101-1/+3
* tests for YEAR(N)Sergei Golubchik2020-12-102-0/+69
* cleanup: type_year test formattingSergei Golubchik2020-12-102-21/+23
* MDEV-14836 Assertion `m_status == DA_ERROR' failed in Diagnostics_area::sql_e...Sergei Golubchik2020-12-102-1/+2