summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Better comment about TABLE::maybe_nullSergei Petrunia2020-08-061-3/+10
* MDEV-9513: Assertion `join->group_list || !join->is_in_subquery()' failed in ...Varun Gupta2020-08-062-0/+23
* MDEV-23089 rpl_parallel2 fails in 10.5Sachin2020-08-041-4/+23
* Fix the typo in fix for MDEV-21472Sergei Petrunia2020-08-031-1/+1
* improve the error message for a dropped current roleSergei Golubchik2020-07-301-3/+5
* MDEV-22521 Server crashes in traverse_role_graph_up or Assertion `user' fails...Sergei Golubchik2020-07-301-0/+2
* MDEV-21472: ALTER TABLE ... ANALYZE PARTITION ... with EITS reads and locks a...Sergei Petrunia2020-07-291-0/+10
* MDEV-23010 UPDATE privilege at Database and Table level fail to update with S...Sergei Golubchik2020-07-291-3/+7
* cleanup: reduce code duplicationSergei Golubchik2020-07-293-45/+21
* Bug #25207522: INCORRECT ORDER-BY BEHAVIOR ON A PARTITIONED TABLE WITH A COMP...Sergei Golubchik2020-07-293-24/+68
* bugfix: mysql_create_view() infinite loopSergei Golubchik2020-07-291-2/+3
* MDEV-18496 Crash when Aria encryption is enabled but plugin not availableSergei Golubchik2020-07-291-1/+1
* MDEV-23282 FLOAT(53,0) badly handles out-of-range valuesAlexander Barkov2020-07-271-4/+5
* MDEV-23221: A subquery causes crashSergei Petrunia2020-07-243-4/+21
* Code comment spellfixesIan Gilfillan2020-07-2241-214/+214
* MDEV-19232: Floating point precision / value comparison problemVarun Gupta2020-07-221-0/+2
* MDEV-20401: revert unnecessary changeJulius Goryavsky2020-07-161-1/+1
* MDEV-20401: Server incorrectly auto-sets lower_case_file_system valueJulius Goryavsky2020-07-162-4/+6
* MDEV-22851: Engine independent index statistics are incorrect for large table...Varun Gupta2020-07-152-15/+17
* MDEV-22654: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())'Rucha Deodhar2020-07-061-1/+1
* MDEV-23098 mariadb-upgrade-service.exe does not work on WAMPServerVladislav Vaintroub2020-07-061-5/+26
* MDEV-22390: Assertion `m_next_rec_ptr >= m_rawmem' failed in Filesort_buffer:...Varun Gupta2020-07-062-2/+2
* 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
* 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-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