summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-22331: table discovery doesn't work when undoing a renamebb-10.5-mdev22331Sergei Petrunia2020-06-171-21/+28
* MDEV-22911: Fix the valgrind & MSAN instrumentation of MDEV-8139Thirunarayanan Balathandayuthapani2020-06-162-2/+13
* MDEV-22841 ut_new_get_key_by_file is unnecessarily expensive, followupVladislav Vaintroub2020-06-162-262/+144
* MDEV-22569: Run bin/mariadbd instead of bin/mysqldOtto Kekäläinen2020-06-1622-170/+169
* MDEV-22837 JSON_ARRAYAGG and JSON_OBJECTAGG treat JSON arguments as text.Alexey Botchkov2020-06-156-1/+27
* MDEV-22844 JSON_ARRAYAGG is limited by group_concat_max_len.Alexey Botchkov2020-06-157-21/+77
* MDEV-22881 Unexpected errors, corrupt output, Valgrind / ASAN errors in Item_...Aleksey Midenkov2020-06-153-1/+25
* Fix drop_combinations for embeddedVicențiu Ciorbaru2020-06-151-0/+52
* MDEV-22887 unresolved symbol crc32c_vpmsum on Ubuntu XenialMarko Mäkelä2020-06-152-5/+3
* fixup of "Make error messages from DROP TABLE and DROP TABLE IF EXISTS consis...Oleksandr Byelkin2020-06-152-14/+1
* MDEV-22891: Optimizer trace: const tables are not clearly visibleSergei Petrunia2020-06-153-0/+60
* Added checks for uninitalized memory when writing to IO_CACHEMonty2020-06-142-2/+4
* Created a workaround for a bug in MSAN for va_arg(,double)Monty2020-06-142-3/+6
* Fixed hang in Aria page cache with concurrent SELECTOleksandr Byelkin2020-06-143-34/+150
* Cleaned up compile failure if DEBUG_SYNC is disabled in DEBUG buildsMonty2020-06-142-2/+4
* Fixed bug in trans_check() where on error we gave wrong return valueMonty2020-06-141-2/+12
* Fix for crash in Aria LOCK TABLES + CREATE TRIGGERMonty2020-06-143-1/+29
* Fixed typos in aria_read_logMonty2020-06-142-2/+2
* BINLOG with LOCK TABLES and SAVEPOINT could cause a crash in debug binMonty2020-06-143-0/+35
* MDEV-19745 BACKUP STAGE BLOCK_DDL hangs on flush sequence tableMonty2020-06-145-11/+26
* Fixed core dump in "echo shutdown | mysqld --bootstrap"Monty2020-06-141-0/+1
* Updated code commentsMonty2020-06-142-2/+2
* Fixed crash in failing instant alter table with partitioned tableMonty2020-06-143-1/+55
* Changes needed for ColumnStore and insert cacheMonty2020-06-1412-33/+42
* Changed some DBUG_PRINT that used error:Monty2020-06-141-3/+3
* Fixed access of undefined memory for compressed MyISAM and Aria tablesMonty2020-06-148-30/+51
* Make error messages from DROP TABLE and DROP TABLE IF EXISTS consistentMonty2020-06-1425-216/+432
* Fixed error messages from DROP VIEW to align with DROP TABLEMonty2020-06-148-37/+1150
* MDEV-11412 Ensure that table is truly dropped when using DROP TABLEMonty2020-06-1432-199/+870
* MDEV-22884: Adjust the test for PLUGIN_PERFSCHEMA=NOMarko Mäkelä2020-06-141-0/+1
* MDEV-22889: Disable innodb.innodb_force_recovery_rollbackMarko Mäkelä2020-06-141-0/+1
* 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