summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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-22748 MariaDB crash on WITH RECURSIVE large queryIgor Babaev2020-06-063-5/+15
* | Merge 10.1 into 10.2Marko Mäkelä2020-06-063-4/+10
|\ \ | |/
| * MDEV-22715: SIGSEGV in radixsort_for_str_ptr and in native_compare/my_qsort2 ...Varun Gupta2020-06-053-4/+10
* | MDEV-22042 Server crash in Item_field::print on ANALYZE FORMAT=JSONIgor Babaev2020-06-051-0/+4
* | Merge 10.1 into 10.2Julius Goryavsky2020-06-056-10/+237
|\ \ | |/
| * MDEV-22763 backporting MDEV-20225 fix into 10.1sjaakola2020-06-036-12/+236
* | MDEV-22339 - Assertion `str_length < len' failedSergey Vojtovich2020-06-041-4/+4
* | MDEV-16230: Server crashes when Analyze format=json is run with a window func...Varun Gupta2020-06-041-1/+2
* | Merge 10.1 into 10.2Marko Mäkelä2020-06-019-304/+288
|\ \ | |/
| * 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
* | Fix cmake warning - custom command succeeds without creating own OUTPUT.Vladislav Vaintroub2020-05-291-0/+1
* | assert(a && b); -> assert(a); assert(b);Sergei Golubchik2020-05-271-7/+10
* | Revert "MDEV-12445 : Rocksdb does not shutdown worker threads and aborts in m...Sergei Golubchik2020-05-271-1/+0
* | MDEV-21958 Query having many NOT-IN clauses running forever and causing avail...Sergei Golubchik2020-05-271-0/+1