summaryrefslogtreecommitdiff
path: root/sql/sql_select.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.0' into 10.1Sergei Golubchik2016-03-211-1/+1
|\
| * Fix spelling: occurred, execute, which etcOtto Kekäläinen2016-03-041-1/+1
* | MDEV-5542: GROUP_CONCAT truncate output to 65.536 chars when using DISTINCT o...Oleksandr Byelkin2016-03-011-4/+3
* | Merge branch '10.0' into 10.1Sergei Golubchik2016-02-231-1/+0
|\ \ | |/
| * Merge branch '5.5' into 10.0Sergei Golubchik2016-02-151-1/+0
| |\
| | * MDEV-7122: Assertion `0' failed in subselect_hash_sj_engine::initVicențiu Ciorbaru2016-02-101-0/+13
* | | bug: move one_storage_engine checking loopSergei Golubchik2015-10-051-3/+0
* | | cleanups and simplificationsSergei Golubchik2015-10-051-1/+2
* | | move internal API out from group_by_handlerSergei Golubchik2015-10-051-2/+19
* | | typos in comments, minor stylistic editsSergei Golubchik2015-10-051-0/+5
* | | MDEV-6080: Allowing storage engine to shortcut group by queriesMonty2015-10-051-0/+11
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-09-031-2/+5
|\ \ \ | |/ /
| * | MDEV-8289: Semijoin inflates number of rows in query resultSergei Petrunia2015-08-181-2/+1
| * | Merge commit '96badb16afcf' into 10.0Jan Lindström2015-08-031-0/+4
| |\ \ | | |/
| | * Fixed crashing bug when using ONLY_FULL_GROUP_BY in a stored procedure/trigge...Monty2015-06-251-0/+4
* | | Stage 2 of MDEV-6152:Monty2015-08-211-1/+1
* | | MDEV-8010 - Avoid sql_alloc() in Items (Patch #1)Sergey Vojtovich2015-08-211-2/+2
* | | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-3/+3
* | | Fixes done while working on MDEV-4119:Monty2015-07-051-0/+1
* | | MDEV-8199 - first_breadth_first_tab() takes 0.07% in OLTP ROSergey Vojtovich2015-06-231-0/+2
* | | Merge tag 'mariadb-10.0.19' into 10.1Sergei Golubchik2015-06-011-9/+7
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-05-041-9/+7
| |\ \ | | |/
| | * MDEV-7474: Semi-Join's DuplicateWeedout strategy skipped ...Sergei Petrunia2015-03-171-8/+6
* | | MDEV-7950 Item_func::type() takes 0.26% in OLTP ROAlexander Barkov2015-05-141-1/+0
* | | MDEV-7951 - sql_alloc() takes 0.25% in OLTP ROSergey Vojtovich2015-05-131-1/+1
* | | MDEV-7836: ANALYZE FORMAT=JSON should provide info about GROUP/ORDER BYSergei Petrunia2015-04-121-3/+4
* | | MDEV-7899: 10.1 is 3% slower than 10.0 in OLTP ROSergei Petrunia2015-04-071-1/+1
* | | MDEV-7833:ANALYZE FORMAT=JSON and Range checked for each recordOleksandr Byelkin2015-04-031-1/+6
* | | Better commentsSergei Petrunia2015-03-271-1/+16
* | | Merge branch 'bb-10.1-explain-analyze' into 10.1Sergei Petrunia2015-03-241-0/+5
|\ \ \
| * | | MDEV-7648: Extra data in ANALYZE FORMAT=JSON $stmtSergei Petrunia2015-03-071-0/+5
* | | | MDEV-6650 - LINT_INIT emits code in non-debug buildsSergey Vojtovich2015-03-161-1/+1
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2015-03-071-4/+0
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | MDEV-7586: Merged derived tables/VIEWs increment created_tmp_tablesVicențiu Ciorbaru2015-02-261-4/+0
* | | Merge branch '10.0' into merge-wipSergei Golubchik2015-01-311-1/+0
|\ \ \ | |/ /
| * | MDEV-7219 SQL_CALC_FOUND_ROWS yields wrong resultSergei Golubchik2015-01-191-1/+0
* | | Fixed valgrind warnings in delete_dynamic().Sergey Vojtovich2014-12-051-0/+1
* | | my_alloc.cmariadb-10.1.2Monty2014-12-051-1/+1
* | | EXPLAIN FORMAT=JSON: Add support for non-merged semi-joinsSergei Petrunia2014-11-291-0/+15
* | | EXPLAIN FORMAT=JSON: Add support for single-table UPDATE/DELETE.Sergei Petrunia2014-11-281-16/+4
* | | Merge ../10.1-explain-json-r4 into 10.1Sergei Petrunia2014-11-271-1/+8
|\ \ \
| * | | Better commentsSergei Petrunia2014-11-211-1/+7
| * | | Merge 10.1 (with ANALYZE) and 10.1-explain-jsonSergei Petrunia2014-08-091-0/+1
| |\ \ \
| | * | | MDEV-6109: EXPLAIN JSON10.1-explain-jsonSergei Petrunia2014-05-271-0/+1
* | | | | Merge branch 'bb-10.1-merge' into 10.1mariadb-10.1.1Sergei Golubchik2014-10-161-1/+3
|\ \ \ \ \
| * \ \ \ \ Merge 10.0.14 into 10.1Sergei Golubchik2014-10-151-1/+3
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| |
| | * | | 5.5.39 mergeSergei Golubchik2014-08-071-1/+3
| | |\ \ \ | | | | |/ | | | |/|
| | | * | MDEV-6289 : Unexpected results when querying information_schemaSergey Petrunya2014-07-231-1/+3
* | | | | MDEV-334: Backport of UNION ALL optimization from mysql-5.7.Igor Babaev2014-10-141-1/+1
|/ / / /
* | | | Code cleanupSergei Petrunia2014-06-261-8/+0