summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-24255 MTR test galera_bf_abort fails with --ps-protocolbb-10.4-MDEV-24255Teemu Ollakka2020-12-2810-14/+165
* Merge branch '10.3' into 10.4bb-10.4-MDEV-23468Oleksandr Byelkin2020-12-25112-1257/+1838
|\
| * Merge branch '10.2' into 10.3Oleksandr Byelkin2020-12-241-1/+1
| |\
| | * Fix MDEV-21958 code to be working with not 64 MAX_INDEXESOleksandr Byelkin2020-12-241-1/+1
| * | MDEV-24476 Overloaded functions dbug_print_rec break compilation in 10.3Aleksey Midenkov2020-12-241-0/+48
| * | Bring changes to oracle parserOleksandr Byelkin2020-12-241-9/+5
| * | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-12-23115-1234/+1936
| |\ \ | | |/
| | * 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
* | | Merge 10.3 into 10.4Marko Mäkelä2020-12-2336-94/+593
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2020-12-236-26/+22
| |\ \ | | |/
| | * 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