summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* cleanup: replace a magic constant with a defineSergei Golubchik2019-05-183-2/+4
* generalize the error messageSergei Golubchik2019-05-185-10/+8
* MDEV-15966 Behavior for TRUNCATE versioned table is not documented and not co...Sergei Golubchik2019-05-182-22/+27
* Fix default_password_lifetime message typoRobert Bindar2019-05-181-1/+1
* A cleanup for MDEV-19284, MDEV-19285Alexander Barkov2019-05-181-0/+9
* MDEV-8919 Wrong result for CAST(9999999999999999999.0)Alexander Barkov2019-05-174-3/+66
* MDEV-18970: uninited var can be read in gtid_delete_pending()Sujatha2019-05-161-4/+16
* A joint patch for MDEV-19284 and MDEV-19285 (INSTANT ALTER)Alexander Barkov2019-05-165-47/+58
* MDEV-19134: EXISTS() slower if ORDER BY is definedSergei Petrunia2019-05-161-6/+25
* MDEV-19134: EXISTS() slower if ORDER BY is definedSergei Petrunia2019-05-162-16/+22
* MDEV-19277: Add status variable that gets incremented if connection is aborte...Oleksandr Byelkin2019-05-144-6/+20
* MDEV-19404: Assertion failure on !is_thread_specific || (mysqld_server_initia...Jan Lindström2019-05-141-1/+9
* Fixed main.flush_read_lock sporadic failureSergey Vojtovich2019-05-131-0/+1
* MDEV-13628: ORed condition in pushed index condition is not removed from the ...Varun Gupta2019-05-111-9/+6
* MDEV-8553: Impossible where for a!=a, a<a, a>aDaniel Black2019-05-101-1/+2
* MDEV-19235 MariaDB Server compiled for 128 Indexes crashes at startupbb-10.4-wlad-MDEV-19235Vladislav Vaintroub2019-05-097-105/+200
* MDEV-18689 Simple query with extra brackets stopped workingIgor Babaev2019-05-062-6/+28
* MDEV-19384 Deadlock in FTWRLMonty2019-05-061-3/+6
* Merge 10.3 into 10.4Marko Mäkelä2019-05-0531-872/+614
|\
| * 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.3 into 10.4Marko Mäkelä2019-05-0510-19/+113
|\ \ \ | |/ /
| * | 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
* | | MDEV-19365 Assertion failure in LONG Unique after 10.3 mergeSachin2019-05-052-2/+5
* | | MDEV-18552 MDEV-18699 allowing SR only in galera 4 cluster (#1293)bb-10.4-collapseseppo2019-05-031-0/+8