summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* Implement LEAD and LAG and NTH_VALUE functionsVicențiu Ciorbaru2016-09-241-1/+9
* Add a counter for the number of select statements using window functionsVicențiu Ciorbaru2016-09-241-0/+2
* MDEV-10815: Window Function Expressions Wrong ResultsVicențiu Ciorbaru2016-09-241-0/+15
* valgrind failuresSergei Golubchik2016-09-211-1/+1
* Fixed bug mdev-10785.Igor Babaev2016-09-141-0/+18
* Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-24/+11
|\
| * MDEV-10045: Server crashes in Time_and_counter_tracker::incr_loopsOleksandr Byelkin2016-08-291-0/+1
| * MDEV-10045: Server crashes in Time_and_counter_tracker::incr_loopsOleksandr Byelkin2016-07-221-23/+9
| * Partial backporting of 7b50447aa6d051b8d14bb01ef14802cb8ffee223Alexander Barkov2016-07-031-53/+57
* | More cleanup.Igor Babaev2016-09-061-1/+0
* | Merge branch '10.2' into 10.2-mdev9197Igor Babaev2016-09-041-0/+6
|\ \
| * | MDEV-10035: DBUG_ASSERT on CREATE VIEW v1 AS SELECT * FROM t1 FOR UPDATEOleksandr Byelkin2016-09-041-0/+6
* | | Merge branch '10.2-mdev9197-cons' of github.com:shagalla/serverIgor Babaev2016-08-311-6/+83
|\ \ \ | |/ / |/| |
| * | The consolidated patch for mdev-9197.Galina Shalygina2016-08-231-6/+83
* | | Merge 10.2 into 10.2-mdev9864.Igor Babaev2016-08-301-42/+206
|\ \ \
| * | | MDEV-8989 ORDER BY optimizer ignores equality propagationSergei Golubchik2016-07-011-1/+1
| * | | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-26/+193
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch '10.0' into 10.1Sergei Golubchik2016-06-281-2/+4
| | |\ \
| | | * \ Merge branch '5.5' into bb-10.0Sergei Golubchik2016-06-211-2/+4
| | | |\ \
| | | | * | MDEV-10181 Illegal mix of collation for a field and an ASCII string as a view...Alexander Barkov2016-06-101-2/+4
| | * | | | MDEV-8989: ORDER BY optimizer ignores equality propagationSergei Petrunia2016-06-011-1/+5
| | * | | | MDEV-8989: ORDER BY optimizer ignores equality propagationSergei Petrunia2016-05-271-17/+13
| | * | | | MDEV-8989: ORDER BY optimizer ignores equality propagationSergei Petrunia2016-05-231-11/+183
| | * | | | MDEV-10006: optimizer doesn't convert outer join to inner on views with WHERE...Sergei Petrunia2016-05-111-0/+2
| | * | | | Merge branch '10.0' into 10.1Sergei Golubchik2016-05-041-26/+45
| | |\ \ \ \ | | | |/ / /
| | | * | | MDEV-9988 - Insert cast to suppress -Wdynamic-class-memaccessSergey Vojtovich2016-04-281-1/+1
| | | * | | Merge branch '5.5' into 10.0Sergei Golubchik2016-04-261-23/+44
| | | |\ \ \ | | | | |/ /
| | | | * | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-04-201-15/+35
| | | | |\ \
| | | | | * | Bug#21682356: STOP INJECTING DATA ITEMS IN AN ERROR MESSAGEKnut Anders Hatlen2016-01-171-10/+30
| | | | * | | MDEV-9707 MAX(timestamp(6) column) in correlated sub-query returns non-existe...Sergei Golubchik2016-04-191-8/+9
| * | | | | | cleanup: change Item::walk() to take void* not uchar*Sergei Golubchik2016-06-301-12/+8
| * | | | | | MDEV-7563 Support CHECK constraint as in (or close to) SQL StandardMichael Widenius2016-06-301-1/+1
| * | | | | | General spell fixing in comments and stringsOtto Kekäläinen2016-06-081-1/+1
| * | | | | | MDEV-3944: Allow derived tables in VIEWSOleksandr Byelkin2016-05-281-1/+2
| * | | | | | MDEV-10030 sql_yacc.yy: Split table_expression and remove PROCEDURE from crea...Alexander Barkov2016-05-061-0/+7
| | |_|_|_|/ | |/| | | |
| * | | | | CleanupsMonty2016-04-281-18/+17
| * | | | | Removed some dead code that appeared in the merge for mdev-8646.Igor Babaev2016-04-261-6/+0
| * | | | | MDEV-9922: Assertion `!join->only_const_tables() && fsort' failedbb-10.2-mdev9543Sergei Petrunia2016-04-161-2/+0
| * | | | | Fixed bug mdev-9897.Igor Babaev2016-04-141-11/+26
| * | | | | MDEV-9780: Window functions: interplay between window function and other cons...Sergei Petrunia2016-04-101-4/+8
| * | | | | Window functions: make "ORDER BY window_func" workSergei Petrunia2016-04-081-0/+1
| * | | | | Merge branch '10.2' into bb-10.2-mdev9543Sergei Petrunia2016-04-071-2/+0
| |\ \ \ \ \
| * | | | | | MDEV-9847: Window functions: crash with big_tables=1Sergei Petrunia2016-04-061-2/+4
| * | | | | | Code cleanup after merge of 260dd47 into 10.2-window-functionsSergei Petrunia2016-04-061-9/+0
| * | | | | | Window functions: Better class namesSergei Petrunia2016-04-061-1/+1
| * | | | | | MDEV-9848: Window functions: reuse sorting and/or scanningSergei Petrunia2016-04-051-10/+17
| * | | | | | The implementation of the template bubble_sort assumedIgor Babaev2016-04-011-15/+24
| * | | | | | Make EXPLAIN FORMAT=JSON be able to show the key that's used for sorting.Sergei Petrunia2016-03-301-7/+5
| * | | | | | Fix the merge error in 2bd4dc38 (Merge branch '10.2' into bb-10.2-mdev9543)Sergei Petrunia2016-03-301-2/+0
| * | | | | | Merge branch 'bb-10.2-mdev9543' of github.com:MariaDB/server into bb-10.2-mde...Sergei Petrunia2016-03-281-12/+33
| |\ \ \ \ \ \