summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* 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-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-22715: SIGSEGV in radixsort_for_str_ptr and in native_compare/my_qsort2 ...Varun Gupta2020-06-053-4/+10
* MDEV-22763 backporting MDEV-20225 fix into 10.1sjaakola2020-06-036-12/+236
* Thread safe histograms loadingSergey Vojtovich2020-05-294-103/+34
* Thread safe statistics loadingSergey Vojtovich2020-05-293-60/+116
* Simplified away statistics_for_tables_is_needed()Sergey Vojtovich2020-05-291-81/+31
* MDEV-22744 *SAN: sql/item_xmlfunc.cc:791:43: runtime error: downcast of addre...Alexander Barkov2020-05-291-2/+1
* fix pre-definition for embedded server for find_user_or_anon()Anel Husakovic2020-05-281-28/+22
* MDEV-22312: Bad error message for SET DEFAULT ROLE when user account is not g...Anel Husakovic2020-05-284-42/+97
* MDEV-15152 Optimistic parallel slave doesnt cope well with START SLAVE UNTILAndrei Elkin2020-05-264-19/+102
* MDEV-21495: Conditional jump or move depends on uninitialised value in sel_ar...Varun Gupta2020-05-261-0/+1
* MDEV-22111 ERROR 1064 & 1033 and SIGSEGV on CREATE TABLE w/ various charsets ...Alexander Barkov2020-05-222-60/+133
* MDEV-22451: SIGSEGV in __memmove_avx_unaligned_erms/memcpy from _my_b_write o...Sujatha2020-05-201-1/+3
* MDEV-22520 Assertion `gathered_length == thd->lex->comment.length` failed in ...Andrei Elkin2020-05-181-1/+2
* MDEV-22579 No error when inserting DEFAULT(non_virtual_column) into a virtual...Alexander Barkov2020-05-152-4/+13
* MDEV-22498: SIGSEGV in Bitmap<64u>::merge on SELECTVarun Gupta2020-05-141-3/+6
* MDEV-22502 MDB crashes in CREATE TABLE AS SELECT when the precision of return...Alexander Barkov2020-05-141-0/+2
* MDEV-22503 MDB limits DECIMAL column precision to 16 doing CTAS with floor/ce...Alexander Barkov2020-05-141-0/+3
* MDEV-22180 Planner opens unnecessary tables when updated table is referenced ...Sergei Golubchik2020-05-081-0/+9
* MDEV-22180 Planner opens unnecessary tables when updated table is referenced ...Sergei Golubchik2020-05-061-0/+3
* Merge branch '5.5' into 10.1Oleksandr Byelkin2020-04-306-24/+36
|\
| * correct off-by-one error in CONCATSergei Golubchik2020-04-301-1/+1
| * Bug#30628268: OUT OF MEMORY CRASHSivert Sorumgard2020-04-301-1/+3
| * Bug#29915479 RUNNING COM_REGISTER_SLAVE WITHOUT COM_BINLOG_DUMP CAN RESULTS I...Sergei Golubchik2020-04-303-1/+3
| * cleanup: remove dbug keywords that are never usedSergei Golubchik2020-04-291-33/+0
| * Bug#28388217 - SERVER CAN FAIL WHILE REPLICATING CONDITIONAL COMMENTSMaheedhar PV2020-04-291-4/+14
| * MDEV-21932 Another attempt to fix the bug .Igor Babaev2020-04-171-18/+16
* | MDEV-22419 update windows timezone data from using newest ICU sourceVladislav Vaintroub2020-04-302-4/+6
* | MDEV-22271 Excessive stack memory usage due to WSREP_LOGSergei Golubchik2020-04-272-9/+4
* | MDEV-22203: WSREP_ON is unnecessarily expensive to evaluateMarko Mäkelä2020-04-279-37/+37
* | Fix clang 10 warningsMarko Mäkelä2020-04-271-2/+2
* | MDEV-22271: Follow-up fix of --embeddedMarko Mäkelä2020-04-271-1/+10
* | MDEV-22271 Excessive stack memory usage due to WSREP_LOGMarko Mäkelä2020-04-172-7/+13
* | Merge branch '5.5' into 10.1Varun Gupta2020-04-161-6/+11
|\ \ | |/
| * Minor fixup to MDEV-22191Varun Gupta2020-04-161-6/+11
* | Merge 5.5 into 10.1Marko Mäkelä2020-04-141-6/+10
|\ \ | |/
| * MDEV-22191: Range access is not picked when index_merge_sort_union is turned offbb-5.5-varunVarun Gupta2020-04-081-6/+10
* | Merge 5.5 into 10.1bb-10.1-mergeMarko Mäkelä2020-04-011-1/+8
|\ \ | |/
| * MDEV-10466 Server crashed in SEL_ARG::store_min() with extended_keys=onIgor Babaev2020-03-141-1/+1
| * MDEV-21932 A fast plan with ROR index-merge is ignored whenIgor Babaev2020-03-131-0/+7
* | MDEV-21977 main.func_math fails due to undefined behaviourbb-10.1-vicentiu-pristeneAlexander Barkov2020-03-202-23/+30
* | all status variables above `questions` MUST be ulongSergei Golubchik2020-03-142-6/+6
* | Fix compile warning:Sergei Petrunia2020-03-111-1/+1