summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/10.5-MDEV-22729' into 10.5Julius Goryavsky2020-06-301-1/+2
|\
| * MDEV-22729: Additional fix for branch 10.510.5-MDEV-22729Julius Goryavsky2020-06-241-1/+2
* | MDEV-23038 Service registered with deprecated "mysqld.exe --install" crashes ...Vladislav Vaintroub2020-06-292-10/+30
* | MDEV-23029: JSON_OBJECTAGG returns NULL when used together with GROUP BYVarun Gupta2020-06-292-0/+2
* | MDEV-23039 update removed_variables in mysql_upgrade_service for 10.5Vladislav Vaintroub2020-06-291-0/+4
* | Select Handlers: Initialize JOIN::fields when running with pushed selectSergei Petrunia2020-06-261-0/+3
* | Fixed memory leak in item_sum.cc::report_cut_value_error()Monty2020-06-241-3/+6
* | MDEV-19749 MDL scalability regression after backup locksEugene Kosov2020-06-231-26/+6
* | MDEV-19749 MDL scalability regression after backup locksEugene Kosov2020-06-234-115/+78
|/
* MDEV-22420 DDL on temporary object is prohibited when XA is in prepare stateAndrei Elkin2020-06-221-0/+2
* Post-fix for 0a9633ee: Basic LEX::print function that supports UPDATEsSergei Petrunia2020-06-191-2/+5
* MDEV-22925 ALTER TABLE s3_table ENGINE=Aria can cause failure on slaveMonty2020-06-199-10/+37
* Added THD::binlog_table_should_be_logged() to simplify some codeMonty2020-06-194-15/+21
* Cleanup's and more DBUG_PRINT'sMonty2020-06-199-34/+65
* Merge 10.4 into 10.5Marko Mäkelä2020-06-185-10/+21
|\
| * 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-171-0/+3
| * MDEV-22370 safe_mutex: Trying to lock uninitialized mutex at /data/src/10.4-b...Sachin2020-06-173-1/+18
* | more "removed" mysqld command-line optionsSergei Golubchik2020-06-182-79/+65
* | MDEV-22837 JSON_ARRAYAGG and JSON_OBJECTAGG treat JSON arguments as text.Alexey Botchkov2020-06-154-1/+14
* | MDEV-22844 JSON_ARRAYAGG is limited by group_concat_max_len.Alexey Botchkov2020-06-155-21/+57
* | MDEV-22881 Unexpected errors, corrupt output, Valgrind / ASAN errors in Item_...Aleksey Midenkov2020-06-151-1/+2
* | MDEV-22891: Optimizer trace: const tables are not clearly visibleSergei Petrunia2020-06-151-0/+6
* | Cleaned up compile failure if DEBUG_SYNC is disabled in DEBUG buildsMonty2020-06-141-2/+2
* | 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-141-1/+5
* | BINLOG with LOCK TABLES and SAVEPOINT could cause a crash in debug binMonty2020-06-141-0/+1
* | MDEV-19745 BACKUP STAGE BLOCK_DDL hangs on flush sequence tableMonty2020-06-144-11/+22
* | Fixed core dump in "echo shutdown | mysqld --bootstrap"Monty2020-06-141-0/+1
* | Updated code commentsMonty2020-06-141-1/+1
* | Fixed crash in failing instant alter table with partitioned tableMonty2020-06-141-1/+3
* | Changes needed for ColumnStore and insert cacheMonty2020-06-141-1/+1
* | Changed some DBUG_PRINT that used error:Monty2020-06-141-3/+3
* | Make error messages from DROP TABLE and DROP TABLE IF EXISTS consistentMonty2020-06-141-75/+88
* | Fixed error messages from DROP VIEW to align with DROP TABLEMonty2020-06-141-29/+18
* | MDEV-11412 Ensure that table is truly dropped when using DROP TABLEMonty2020-06-148-173/+421
* | Merge 10.4 into 10.5Marko Mäkelä2020-06-1411-33/+87
|\ \ | |/
| * MDEV-21560 Assertion `grant_table || grant_table_role' failed in check_grant_...Sergei Golubchik2020-06-131-1/+2
| * Merge 10.3 into 10.4Marko Mäkelä2020-06-1310-46/+101
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2020-06-136-22/+66
| | |\
| | | * Fix wrong merge of commit d218d1aa49e848cef2bdbe83bbaf08e474d5209cVicențiu Ciorbaru2020-06-121-0/+3
| | | * Merge branch '10.1' into 10.2Vicențiu Ciorbaru2020-06-114-22/+56
| | | |\
| | | | * MDEV-22755 CREATE USER leads to indirect SIGABRT in __stack_chk_fail () from ...Alexander Barkov2020-06-111-16/+32
| | | | * MDEV-5924: MariaDB could crash after changing the query_cache sizeOleksandr Byelkin2020-06-101-3/+13
| | | | * Revert "MDEV-22830: SQL_CALC_FOUND_ROWS not working properly for single SELEC...Oleksandr Byelkin2020-06-101-1/+1
| | | | * MDEV-22830: SQL_CALC_FOUND_ROWS not working properly for single SELECT for DUALrucha1742020-06-091-1/+1
| | | | * MDEV-22717: Conditional jump or move depends on uninitialised value(s) in fin...Sujatha2020-06-081-2/+2
| | | | * MDEV-22728: SIGFPE in Unique::get_cost_calc_buff_size from prepare_search_bes...Varun Gupta2020-06-072-1/+13
| | | * | MDEV-21619 Server crash or assertion failures in my_datetime_to_strAlexander Barkov2020-06-111-0/+7
| | * | | MDEV-22268 virtual longlong Item_func_div::int_op(): Assertion `0' failed in ...Alexander Barkov2020-06-132-7/+8