summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge bb-10.2-ext into 10.3Marko Mäkelä2017-12-147-87/+99
|\
| * Merge 10.2 into bb-10.2-extMarko Mäkelä2017-12-143-16/+32
| |\
| | * Merge 10.1 into 10.2Marko Mäkelä2017-12-143-16/+32
| | |\
| | | * Merge 10.0 into 10.1Marko Mäkelä2017-12-123-14/+31
| | | |\
| | | | * MDEV-12681 Wrong VIEW results for CHAR(0xDF USING latin1)Alexander Barkov2017-11-152-0/+15
| | | | * MDEV-8949: COLUMN_CREATE unicode name breakageOleksandr Byelkin2017-11-143-14/+16
| | | * | MDEV-14401: Stored procedure that declares a handler that catches ER_LOCK_DEA...Jan Lindström2017-12-091-12/+21
| | | * | MDEV-12837: WSREP: BF lock wait longJan Lindström2017-12-093-2/+20
| * | | | Removing a dead code in sql_load.ccAlexander Barkov2017-12-131-33/+2
| * | | | MDEV-14628 Wrong autoinc value assigned by LOAD XML in the NO_AUTO_VALUE_ON_Z...Alexander Barkov2017-12-133-38/+64
| * | | | Fixed crash in show processlist with blocked connectionMonty2017-12-121-0/+1
* | | | | MDEV-14505 - Threads_running becomes scalability bottleneckSergey Vojtovich2017-12-138-23/+17
* | | | | MDEV Assertion `partition_id == m_extra_cache_part_id' failed in ha_partition...Monty2017-12-121-1/+10
* | | | | Remove an unused error codeMarko Mäkelä2017-12-121-2/+0
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-12-1219-186/+320
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-12-121-0/+3
| |\ \ \ \ | | |/ / /
| | * | | MDEV-14389: MyRocks and NOPAD collationsSergei Petrunia2017-12-121-0/+4
| * | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-12-111-0/+51
| |\ \ \ \ | | |/ / /
| | * | | MDEV-14123: .rocksdb folder may break workflow which re-create data directorySergei Petrunia2017-12-111-0/+51
| * | | | Fixed LF_BACKOFF callsSergey Vojtovich2017-12-081-2/+2
| * | | | Move all kill mutex protection to LOCK_thd_killMonty2017-12-0813-113/+101
| * | | | Don't wait too long in SHOW PROCESSLISTMonty2017-12-081-78/+126
| * | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-12-084-14/+41
| |\ \ \ \ | | |/ / /
| | * | | MDEV-14401: Stored procedure that declares a handler that catches ER_LOCK_DEA...Jan Lindström2017-12-071-12/+21
| | * | | MDEV-12837: WSREP: BF lock wait longJan Lindström2017-12-073-2/+20
| * | | | MDEV-14228 MariaDB crashes with functionAlexander Barkov2017-12-072-3/+20
| * | | | Fix failing test mysql_client_testMonty2017-12-071-15/+18
* | | | | MDEV-14113 Use abortive TCP close, in case server closes the connectionVladislav Vaintroub2017-12-111-3/+0
* | | | | Removing files sql/item_sum.cc.orig and sql/item_sum.h.orig added byVarun Gupta2017-12-102-5934/+0
* | | | | MDEV-12501 -- set --maturity-level by defaultVesa Pentti2017-12-092-1/+12
* | | | | Add extra mutex check to wsrep_aborting_thd_enqueueMonty2017-12-081-0/+1
* | | | | CleanupsMonty2017-12-086-103/+12
* | | | | MDEV-11297: Add support for LIMIT clause in GROUP_CONCAT()Varun Gupta2017-12-087-12/+6088
* | | | | Revert "MDEV-12501 -- set --maturity-level by default"Vesa Pentti2017-12-052-12/+1
* | | | | MDEV-12501 -- set --maturity-level by defaultVesa Pentti2017-12-042-1/+12
* | | | | MDEV-7773: Aggregate stored functionsVarun Gupta2017-12-0414-26/+531
* | | | | Remove the side effect of setting m_sp from Item_sp::init_result_fieldVicențiu Ciorbaru2017-12-043-14/+23
* | | | | Refactor parts of Item_func_sp into Item_spVarun Gupta2017-12-046-259/+296
* | | | | Remove compiler warningsMonty2017-12-032-3/+1
* | | | | Add direct join support for SpiderMonty2017-12-032-5/+15
* | | | | Adding direct update/delete to the server and to the partition engine.Kentoku SHIBA2017-12-039-31/+976
* | | | | Spider fix: Stop searching next when m_top_entry=NO_CURRENT_PART_IDMichael Widenius2017-12-031-3/+11
* | | | | Cleanups for ha_partition.ccMichael Widenius2017-12-031-45/+57
* | | | | MDEV-7702 Spiral patch 004_mariadb-10.0.15.slave-trx-retry.diffMonty2017-12-035-43/+167
* | | | | Fix index scan cleanup in the partition engine.Monty2017-12-031-8/+10
* | | | | Adding option to tell that cmp_ref handler call is expensiveMonty2017-12-033-55/+26
* | | | | Adding support for auto_increment in the partition engine.Monty2017-12-033-20/+99
* | | | | Adding Full Text Search support to partitionsMonty2017-12-034-20/+498
* | | | | Fixed indentation in ha_partition.cc when assigning variablesMonty2017-12-031-22/+22
* | | | | Add direct aggregatesMonty2017-12-035-64/+304