summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-24208 SHOW RELAYLOG EVENTS command is not supported in the prepared sta...bb-10.2-MDEV-24208Dmitry Shulga2021-01-125-11/+149
* 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
* MDEV-24033: SIGSEGV in __memcmp_avx2_movbe from queue_insert | SIGSEGV in __m...Sergei Golubchik2020-12-1021-799/+328
* Revert "MDEV-24033: SIGSEGV in __memcmp_avx2_movbe from queue_insert | SIGSEG...Sergei Golubchik2020-12-104-20/+1
* MDEV-17573 Assertion in federatedx on multi-updateAleksey Midenkov2020-12-096-15/+77
* MDEV-24019 Assertion is hit for query using recursive CTE with no default DBIgor Babaev2020-12-083-24/+90
* MDEV-22781 CREATE VIEW containing WITH clause Signal 11Igor Babaev2020-12-075-6/+73
* MDEV-24139: CHECK_CLAUSE field in INFORMATION_SCHEMA.CHECK_CONSTRAINTS trunca...Anel Husakovic2020-12-078-15/+21
* MDEV-21367: mysqld_safe log don't log to err.logAnel Husakovic2020-12-071-6/+4
* MDEV-24177 && MDEV-24178Anel Husakovic2020-12-071-0/+1
* MDEV-24314 Unexpected error message when selecting from view that usesIgor Babaev2020-12-044-0/+69
* MDEV-24340 Unique final message of InnoDB during shutdownbb-10.2-MDEV-24340Marko Mäkelä2020-12-044-26/+17
* MDEV-24318 server_audit doesn't respect filters for PROXY_CONNECTAlexey Botchkov2020-12-012-5/+5
* MDEV-22929 MariaBackup option to report and/or continue when corruption is en...Vlad Lesin2020-12-0115-128/+1204
* MDEV 15532 Assertion `!log->same_pk' failed in row_log_table_apply_deleteMonty2020-11-3021-84/+164
* Disable mysqldump-system.test if auth socket plugin is not dynamicMonty2020-11-301-0/+5
* MDEV-24289: show grants missing with grant optionAnel Husakovic2020-11-263-1/+30
* MDEV-24275 InnoDB persistent stats analyze forces full scan forcing lock crashEugene Kosov2020-11-251-1/+1
* Skip main.lock_view for cmake -DPLUGIN_PERFSCHEMA=NOMarko Mäkelä2020-11-251-0/+1
* Cleanup: row_log_free()Marko Mäkelä2020-11-255-5/+8
* MDEV-24097 node restart overlaps with earlier still ongoing SST processsjaakola2020-11-231-0/+8