summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2020-06-1445-132/+523
|\
| * 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
| * | | | MDEV-22854 Garbage returned with SELECT CASE..DEFAULT(timestamp_field_with_no...Alexander Barkov2020-06-104-0/+31
| * | | | MDEV-22734 Assertion `mon > 0 && mon < 13' failed in sec_since_epochAlexander Barkov2020-06-083-3/+24
* | | | | MDEV-22884 Assertion `grant_table || grant_table_role' failed on perfschemaSergei Golubchik2020-06-133-0/+20
* | | | | MDEV-22190 InnoDB: Apparent corruption of an index page ... to be writtenMarko Mäkelä2020-06-131-0/+6
* | | | | when printing Item_in_optimizer, use precedence of wrapped Itembb-10.5-pr1588Sidney Cammeresi2020-06-125-10/+11
* | | | | MDEV-22840: JSON_ARRAYAGG gives wrong results with NULL values and ORDER by c...Varun Gupta2020-06-124-5/+131
* | | | | MDEV-22011: DISTINCT with JSON_ARRAYAGG gives wrong resultsVarun Gupta2020-06-125-10/+200
* | | | | MDEV-11563: GROUP_CONCAT(DISTINCT ...) may produce a non-distinct listVarun Gupta2020-06-124-38/+65
* | | | | MDEV-15101: Stop ANALYZE TABLE from flushing table definition cacheSergei Petrunia2020-06-123-3/+12
* | | | | MDEV-22867 Assertion instant.n_core_fields == n_core_fields failedMarko Mäkelä2020-06-126-4/+101
* | | | | MDEV-15101: Stop ANALYZE TABLE from flushing table definition cacheSergei Petrunia2020-06-1210-3/+195
* | | | | MDEV-8139: Fix the MSAN instrumentationThirunarayanan Balathandayuthapani2020-06-122-1/+3
* | | | | MDEV-22877 Avoid unnecessary buf_pool.page_hash S-latch acquisitionMarko Mäkelä2020-06-1211-485/+292
* | | | | more mysql_create_view link/unlink woesSergei Golubchik2020-06-121-3/+3
* | | | | MDEV-22878 galera.wsrep_strict_ddl hangs in 10.5 after mergeSergei Golubchik2020-06-121-1/+2
* | | | | MDEV-21851: post-push to fix main.flush_read_lock.Andrei Elkin2020-06-122-4/+4
* | | | | MDEV-16470: switch off user variables (and fixes of its support)bb-10.5-MDEV-22550Oleksandr Byelkin2020-06-1213-73/+89
* | | | | MDEV-22834: Disks plugin - change datatype to bigintbb-10.5-mdev1501Vicențiu Ciorbaru2020-06-122-9/+10
* | | | | MDEV-21851: Error in BINLOG_BASE64_EVENT i s always error-logged as if it is ...Andrei Elkin2020-06-129-10/+16
* | | | | MDEV-22602 Disable UPDATE CASCADE for SQL constraintsAleksey Midenkov2020-06-1210-24/+110
* | | | | MDEV-22119: main.innodb_ext_key fails sporadicallyVarun Gupta2020-06-122-0/+8
* | | | | MDEV-8139 Fix ScrubbingThirunarayanan Balathandayuthapani2020-06-1222-719/+510
* | | | | post-fix for #1504Sergei Golubchik2020-06-1218-23/+30
* | | | | MDEV-22812 "failed to create symbolic link" during the buildSergei Golubchik2020-06-121-0/+2
* | | | | MDEV-21831: Assertion `length == pack_length()' failed in Field_inet6::sort_s...Varun Gupta2020-06-113-1/+18
* | | | | MDEV-22850 Reduce buf_pool.page_hash latch contentionMarko Mäkelä2020-06-115-25/+88
* | | | | Add information_schema.spider_wrapper_protocols for knowing available wrapper...Kentoku SHIBA2020-06-1111-12/+262
* | | | | MDEV-22863: Fix GCC 4.8.5 -WconversionMarko Mäkelä2020-06-111-2/+3