summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-23851 BF-BF Conflict issue because of UK GAP locksbb-10.2-MDEV-23851sjaakola2021-01-149-10/+529
* MDEV-24536 innodb_idle_flush_pct has no effectMarko Mäkelä2021-01-136-15/+37
* Fix innodb.innodb_mysqlMarko Mäkelä2021-01-131-1/+1
* MDEV-24208 SHOW RELAYLOG EVENTS command is not supported in the prepared sta...Dmitry Shulga2021-01-135-11/+149
* MDEV-23826: ORDER BY in view definition leads to wrong result with GROUP BY o...Varun Gupta2021-01-124-1/+111
* MDEV-23753: SIGSEGV in Column_stat::store_stat_fieldsVarun Gupta2021-01-124-0/+44
* MDEV-16341 Wrong length for USER columns in performance_schema tablesSergei Golubchik2021-01-1117-44/+44
* MDEV-14884 Failed to enable encryption of temporary files in mariadb 10.3.3Sergei Golubchik2021-01-111-3/+3
* MDEV-18428 Memory: If transactional=0 is specified in CREATE TABLE, it is not...Sergei Golubchik2021-01-1123-43/+69
* cleanup: copy RAII helpers from 10.5, cleanup testSergei Golubchik2021-01-114-76/+114
* don't do a warning for bad table options in replication slave threadSergei Golubchik2021-01-113-6/+9
* MDEV-18428 Memory: If transactional=0 is specified in CREATE TABLE, it is not...Sergei Golubchik2021-01-112-2/+3
* MDEV-17852 Altered connection limits for user have no effectSergei Golubchik2021-01-113-1/+54
* MDEV-22966 Server crashes or hangs with SET ROLE when started with skip-grant...Sergei Golubchik2021-01-113-0/+25
* main.skip_grants cleanupSergei Golubchik2021-01-113-41/+38
* MDEV-17251 SHOW STATUS unnecessary calls calc_sum_of_all_statusSergei Golubchik2021-01-114-11/+16
* MDEV-12161 Can't specify collation for virtual columnsSergei Golubchik2021-01-117-33/+61
* MDEV-23536 Race condition between KILL and transaction commitSergei Golubchik2021-01-113-0/+5
* Revert "MDEV-23536 : Race condition between KILL and transaction commit"Sergei Golubchik2021-01-112-32/+8
* MDEV-21478 Inplace ALTER fails to report error when FTS_DOC_IDThirunarayanan 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