summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2020-07-0216-60/+147
|\
| * Merge 10.2 into 10.3Marko Mäkelä2020-07-0216-59/+141
| |\
| | * Merge 10.1 into 10.2Marko Mäkelä2020-07-024-31/+43
| | |\
| | | * Revert "Fix result of merge."Marko Mäkelä2020-07-021-1/+5
| | | * MDEV-22941: Fix the DBUG_ENTER nameMarko Mäkelä2020-07-021-4/+4
| | | * MDEV-23067 Windows : manually registered services rejected mysql_upgrade_serviceVladislav Vaintroub2020-07-011-19/+19
| | | * MDEV-23052 mysql_install_db.exe can run on existing non-empty directory,Vladislav Vaintroub2020-07-011-7/+15
| | * | MDEV-20377: Make WITH_MSAN more usableMarko Mäkelä2020-07-011-0/+2
| | * | Merge 10.1 into 10.2bb-10.2-mergeMarko Mäkelä2020-07-017-31/+43
| | |\ \ | | | |/
| | | * signal handler: use mariadb kb URL rather than MySQL oneDaniel Black2020-06-291-1/+1
| | | * MDEV-17606: Query returns wrong results (while using CHARACTER SET utf8)Varun Gupta2020-06-271-1/+1
| | | * MDEV-22806: MSAN reports use-of-uninitialized-value for rpl_parallel_conflict...Sujatha2020-06-251-0/+6
| | | * MDEV-22706: Assertion `!current' failed in PROFILING::start_new_querySujatha2020-06-251-8/+0
| | | * Fix result of merge.Oleksandr Byelkin2020-06-231-5/+1
| | | * MDEV-22941 Assertion `idx < array.elements' failed in Dynamic_array<st_mysql_...Alexander Barkov2020-06-191-13/+27
| | | * MDEV-20428: "Start binlog_dump" message doesn't indicate GTID positionSujatha2020-06-161-2/+6
| | * | MDEV-22852: SIGSEGV in sortlength (optimized builds)Varun Gupta2020-07-011-1/+8
| | * | MDEV-22984: Throw an error when arguments to window functions are window func...Varun Gupta2020-06-301-0/+1
| | * | MDEV-22726: Add check that one can't change general or slow log to aVlad Lesin2020-06-242-0/+9
| | * | MDEV-22976 CAST(JSON_EXTRACT() AS DECIMAL) does not handle boolean valuesAlexander Barkov2020-06-222-0/+36
| | * | MDEV-21695 Server crashes in TABLE::evaluate_update_default_function upon UPD...Alexander Barkov2020-06-171-0/+2
| | * | MDEV-22779: Crash: Prepared Statement ..., part #2.Sergei Petrunia2020-06-141-0/+3
| | * | MDEV-22779: Crash: Prepared Statement with a '?' parameter inside a re-used CTESergei Petrunia2020-06-142-0/+3
| * | | MDEV-22866: Crash in join optimizer with constant outer join nestSergei Petrunia2020-06-232-7/+17
| * | | MDEV-22906 Disallow system_versioning_asof in DMLAleksey Midenkov2020-06-161-1/+4
* | | | MDEV-22910: SIGSEGV in Opt_trace_context::is_started & SIGSEGV in Json_writer...Varun Gupta2020-06-302-4/+4
* | | | MDEV-23052 mysql_install_db.exe can run on existing non-empty directory,Vladislav Vaintroub2020-06-301-7/+15
* | | | MDEV-22632 wsrep XID checkpointing can happen out of order for certification ...sjaakola2020-06-241-1/+13
* | | | MDEV-22993: Crash on EXPLAIN with PUSHED DOWN SELECT and subquerySergei Petrunia2020-06-241-18/+36
* | | | MDEV-22665: Print ranges in the optimizer trace created for non-indexed colum...Varun Gupta2020-06-183-36/+128
* | | | 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
* | | | 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
| * | | MDEV-11563: GROUP_CONCAT(DISTINCT ...) may produce a non-distinct listVarun Gupta2020-06-092-16/+27
* | | | MDEV-22854 Garbage returned with SELECT CASE..DEFAULT(timestamp_field_with_no...Alexander Barkov2020-06-102-0/+7
* | | | MDEV-22734 Assertion `mon > 0 && mon < 13' failed in sec_since_epochAlexander Barkov2020-06-081-1/+3
* | | | Merge 10.3 into 10.4Marko Mäkelä2020-06-085-8/+30
|\ \ \ \ | |/ / /