summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-19404: Assertion failure on !is_thread_specific || (mysqld_server_initia...Jan Lindström2019-05-071-2/+10
* Restore vars_list destructorSergey Vojtovich2019-05-041-0/+1
* Revert THD::THD(skip_global_sys_var_lock) argumentbb-10.3-svoj-MDEV-14984Sergey Vojtovich2019-05-038-29/+29
* Adieu find_sys_var_ex()Sergey Vojtovich2019-05-035-67/+17
* Make connect speed great againSergey Vojtovich2019-05-034-9/+22
* Safe session_track_system_variables snapshotSergey Vojtovich2019-05-034-71/+64
* Allocate Session_sysvars_tracker staticallySergey Vojtovich2019-05-035-213/+156
* Allocate Transaction_state_tracker staticallySergey Vojtovich2019-05-036-126/+94
* Static current schema and state change trackersSergey Vojtovich2019-05-033-59/+63
* Allocate orig_list staticallySergey Vojtovich2019-05-031-40/+17
* Get rid of not implemented SESSION_GTIDS_TRACKERSergey Vojtovich2019-05-032-17/+0
* Cleanup session tracker APISergey Vojtovich2019-05-034-117/+56
* Cleanup session tracker redundancySergey Vojtovich2019-05-032-57/+7
* Session_sysvars_tracker::vars_list cleanupsSergey Vojtovich2019-05-031-92/+50
* A proper State_tracker::m_changed enacpsulationSergey Vojtovich2019-05-032-81/+15
* MDEV-18943: Group Concat with limit not working with viewsVarun Gupta2019-05-031-1/+13
* Merge 10.2 into 10.3Marko Mäkelä2019-05-024-17/+58
|\
| * MDEV-17654 Incorrect syntax returned for column with CHECK constraint in the ...Anel Husakovic2019-05-011-7/+10
| * MDEV-15051: signal handler - output information about the core generationDaniel Black2019-05-011-4/+42
| * compilation fixes for VS 2019Sergei Golubchik2019-05-011-5/+5
| * MDEV-19188 Server Crash When Using a Trigger With A Number of Virtual Columns...Nikita Malyavin2019-04-301-1/+1
* | Fixed some compilation warnings/errorsMonty2019-05-022-4/+3
* | MDEV-17655 Inconsistent grant-name usage between grant-statement and privileg...Aleksey Midenkov2019-05-021-2/+2
* | MDEV-9959: A serious MariaDB server performance bugVarun Gupta2019-04-304-0/+62
* | MDEV-10307 CAST(11068046444225730969 AS SIGNED) does not return a warningAlexander Barkov2019-04-303-1/+17
* | Merge 10.2 into 10.3Marko Mäkelä2019-04-2710-19/+113
|\ \ | |/
| * MDEV-16518 MYSQL57_GENERATED_FIELD: The code in TABLE_SHARE::init_from_binary...Alexander Barkov2019-04-261-1/+2
| * MDEV-16240: Assertion `0' failed in row_sel_convert_mysql_key_to_innobasebb-10.2-MDEV-16240Oleksandr Byelkin2019-04-258-16/+108
| * MDEV-17036: BULK with replace doesn't take the first parameter in accountOleksandr Byelkin2019-04-251-1/+2
* | Merge 10.2 into 10.3Marko Mäkelä2019-04-2512-18/+46
|\ \ | |/
| * Merge 10.1 into 10.2Marko Mäkelä2019-04-2512-19/+86
| |\
| | * Merge 5.5 into 10.1Marko Mäkelä2019-04-241-0/+1
| | |\
| | | * MDEV-15772 Potential list overrun during XA recoveryThirunarayanan Balathandayuthapani2019-04-241-0/+1
| | | * MDEV-17610 Unexpected connection abort after certain operations from within s...Vladislav Vaintroub2019-04-041-7/+8
| | * | MDEV-9465 The constructor StringBuffer(const char *str, size_t length, const ...Alexander Barkov2019-04-231-5/+0
| | * | MDEV-17605 Statistics for InnoDB table is wrong if persistent statistics is usedIgor Babaev2019-04-223-1/+12
| | * | MDEV-18920 Prepared statements with st_convexhull hang and eat 100% cpu.Alexey Botchkov2019-04-221-0/+2
| | * | Fixing -Werror=format-overflow errors (found by gcc-8.3.1)Alexander Barkov2019-04-221-1/+1
| | * | MDEV-14041 Server crashes in String::length on queries with functions and ROLLUPAlexander Barkov2019-04-222-4/+46
| | * | MDEV-17299 Assertion `maybe_null' failed in make_sortkeyAlexander Barkov2019-04-191-0/+2
| | * | MDEV-17830 Server crashes in Item_null_result::field_type upon SELECT with CH...Alexander Barkov2019-04-171-0/+10
| | * | MDEV-18300: ASAN error in Field_blob::get_key_image upon UPDATE with subqueryVarun Gupta2019-04-112-0/+4
| | * | MDEV-17610 Unexpected connection abort after certain operations fromVladislav Vaintroub2019-04-042-8/+8
| * | | MDEV-15837: Assertion `item1->type() == Item::FIELD_ITEM && item2->type() == ...Varun Gupta2019-04-241-0/+16
| * | | MDEV-17796 WHERE filter is ignored by DISTINCT IFNULL(GROUP_CONCAT(X), Y)Igor Babaev2019-04-231-1/+2
* | | | MDEV-19239 ERROR 1300 (HY000): Invalid utf8 character string in 10.3.13-MariaDBAlexander Barkov2019-04-211-1/+19
* | | | Backporting from 10.4 to 10.3: MDEV-17325 NULL-ability problems with LEAST() ...Alexander Barkov2019-04-202-0/+93
* | | | MDEV-18096 The server would crash when has configs rpl_semi_sync_master_enabl...Andrei Elkin2019-04-192-19/+15
* | | | MDEV-18092 Query with the table I_S.PARAMETERS stop working after a package i...Alexander Barkov2019-04-181-1/+2
* | | | Typo fix in sql_sequence.ccwayne2019-04-151-2/+2