summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-22979 "mysqld --bootstrap" / mysql_install_db hangs when Spider is insta...bb-10.4-MDEV-22979Kentoku SHIBA2020-06-281-4/+8
* MDEV-22979 "mysqld --bootstrap" / mysql_install_db hangs when Spider is insta...Kentoku SHIBA2020-06-281-2/+11
* Revert "Fix cross-compilation for systemd files"Otto Kekäläinen2020-06-271-3/+0
* Fix cross-compilation for systemd filesOtto Kekäläinen2020-06-271-0/+3
* Merge branch '10.4-MDEV-22729-2' into 10.4Julius Goryavsky2020-06-252-19/+6
|\
| * MDEV-22729: additional changes after merge10.4-MDEV-22729-2Julius Goryavsky2020-06-231-2/+3
| * Merge branch '10.4-MDEV-22729' of https://github.com/codership/mariadb-server...Julius Goryavsky2020-06-192-28/+15
| |\
| | * MDEV-22729 fixes for galera.galera_slave_replay testsjaakola2020-05-272-28/+15
* | | Disable sporadically failing galera_toi_truncate test caseJan Lindström2020-06-241-0/+1
* | | Stabilize glera_var_cluster_conf_id test case.Jan Lindström2020-06-241-2/+2
* | | MDEV-22632 wsrep XID checkpointing can happen out of order for certification ...sjaakola2020-06-245-13/+127
* | | MDEV-22993: Crash on EXPLAIN with PUSHED DOWN SELECT and subquerySergei Petrunia2020-06-243-38/+143
* | | Test case cleanups.Jan Lindström2020-06-226-4/+18
* | | MDEV-22438 add a function similar to std::make_scope_exit()Eugene Kosov2020-06-222-4/+68
|/ /
* | MDEV-22665: Print ranges in the optimizer trace created for non-indexed colum...Varun Gupta2020-06-185-38/+240
* | MDEV-22894: Mariabackup should not read [mariadb-client] option groupVlad Lesin2020-06-183-1/+13
* | MDEV-18215: mariabackup does not report unknown command line optionsVlad Lesin2020-06-181-1/+1
* | Fix the test mariabackup.mdev-14447Marko Mäkelä2020-06-181-2/+2
* | MDEV-22902 Assertion `!page_has_siblings(block->frame)' failed in btr_pcur_st...Thirunarayanan Balathandayuthapani2020-06-171-1/+1
* | Remove redundant code in opt_range.cc: print_key_value()Sergei Petrunia2020-06-171-9/+0
* | MDEV-22917 wolfssl might crash at startup when both SSL and encryption plugin...Vladislav Vaintroub2020-06-173-2/+7
* | MDEV-22794: Avoid potential rollback segment contention withKrunal Bauskar2020-06-171-13/+5
* | MDEV-22370 safe_mutex: Trying to lock uninitialized mutex at /data/src/10.4-b...Sachin2020-06-175-1/+40
* | MDEV-21759 galera.galera_parallel_autoinc_manytrx sporadic failures.MikkoJaakola2020-06-162-0/+4
* | Fix include statements in galera_ipv6_mariabackup_section andAlexey Yurchenko2020-06-152-2/+2
* | MDEV-18215: mariabackup does not report unknown command line optionsVlad Lesin2020-06-1415-135/+252
* | Merge commit 10.3 into 10.4Marko Mäkelä2020-06-141-0/+1
|\ \
| * \ Merge 10.2 into 10.3Marko Mäkelä2020-06-141-0/+1
| |\ \
| | * | MDEV-22889: Disable innodb.innodb_force_recovery_rollbackMarko Mäkelä2020-06-141-0/+1
* | | | MDEV-21560 Assertion `grant_table || grant_table_role' failed in check_grant_...Sergei Golubchik2020-06-133-1/+36
* | | | Merge 10.3 into 10.4Marko Mäkelä2020-06-1342-183/+479
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2020-06-1334-135/+350
| |\ \ \ | | |/ /
| | * | MDEV-21217 innodb_force_recovery=2 may wrongly abort rollbackMarko Mäkelä2020-06-133-1/+52
| | * | Fix wrong merge of commit d218d1aa49e848cef2bdbe83bbaf08e474d5209cVicențiu Ciorbaru2020-06-123-9/+4
| | * | Merge branch '10.1' into 10.2Vicențiu Ciorbaru2020-06-1119-61/+207
| | |\ \
| | | * | MDEV-22755 CREATE USER leads to indirect SIGABRT in __stack_chk_fail () from ...Alexander Barkov2020-06-113-16/+58
| | | * | MDEV-22834: Disks plugin - change datatype to bigintVicențiu Ciorbaru2020-06-102-9/+10
| | | * | MDEV-5924: MariaDB could crash after changing the query_cache sizeOleksandr Byelkin2020-06-103-3/+42
| | | * | Revert "MDEV-22830: SQL_CALC_FOUND_ROWS not working properly for single SELEC...Oleksandr Byelkin2020-06-103-13/+1
| | | * | MDEV-22830: SQL_CALC_FOUND_ROWS not working properly for single SELECT for DUALrucha1742020-06-093-1/+13
| | | * | MDEV-22717: Conditional jump or move depends on uninitialised value(s) in fin...Sujatha2020-06-081-2/+2
| | | * | Client spelling mistakesIan Gilfillan2020-06-087-32/+32
| | | * | MDEV-22728: SIGFPE in Unique::get_cost_calc_buff_size from prepare_search_bes...Varun Gupta2020-06-074-1/+70
| | * | | MDEV-21619 Server crash or assertion failures in my_datetime_to_strAlexander Barkov2020-06-117-0/+85
| | * | | Remove a stale testMarko Mäkelä2020-06-102-58/+0
| | * | | MDEV-22849 Reuse skip_trailing_space() in my_hash_sort_utf8mbXAlexander Barkov2020-06-101-15/+11
| | * | | innodb: dict_mem_table_add_col - compile warning fix argument 1 null where no...Daniel Black2020-06-091-2/+2
| * | | | MDEV-22268 virtual longlong Item_func_div::int_op(): Assertion `0' failed in ...Alexander Barkov2020-06-134-7/+61
| * | | | MDEV-11563: GROUP_CONCAT(DISTINCT ...) may produce a non-distinct listVarun Gupta2020-06-094-38/+65
* | | | | MDEV-22499 Assertion `(uint) (table_check_constraints - share->check_constrai...Alexander Barkov2020-06-122-0/+36