summaryrefslogtreecommitdiff
path: root/sql/sql_union.cc
Commit message (Expand)AuthorAgeFilesLines
* This first patch prepared for the task MDEV-13369:Igor Babaev2017-08-101-1/+1
* Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-07-071-1/+3
|\
| * Merge branch '10.1' into 10.2Sergei Golubchik2017-07-051-1/+3
| |\
| | * MDEV-12819 order by ordering expression changed to empty string when creatin ...Oleksandr Byelkin2017-06-221-1/+3
| | * Merge branch '10.0' into 10.1Sergei Golubchik2016-08-251-0/+6
| | |\
| | | * Merge branch '5.5' into 10.0Sergei Golubchik2016-08-101-0/+6
| | | |\
| | | | * MDEV-9304: MariaDB crash with specific queryVicențiu Ciorbaru2016-08-081-0/+6
| | | * | Fix for MDEV-8321, MDEV-6223Sergei Petrunia2015-10-061-2/+0
* | | | | MDEV-12775 Reuse data type aggregation code for hybrid functions and UNIONAlexander Barkov2017-05-151-35/+182
* | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-05-051-3/+11
|\ \ \ \ \ | |/ / / /
| * | | | Fixed the bug mdev-12556.Igor Babaev2017-04-261-1/+2
| * | | | Fixed the bug mdev-12554.Igor Babaev2017-04-221-1/+1
| * | | | Fixed the bug mdev-12519.Igor Babaev2017-04-211-1/+8
* | | | | Moving a part of st_select_lex_unit::prepare() into a new method prepare_join()Alexander Barkov2017-04-261-49/+70
* | | | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-1/+2
* | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-03-291-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Fixed bug mdev-12375.Igor Babaev2017-03-271-1/+1
* | | | | MDEV-10141: Add support for INTERSECT (and common parts for EXCEPT)Oleksandr Byelkin2017-03-141-54/+309
|/ / / /
* | | | Fixed bug mdev-10773.Igor Babaev2017-01-281-1/+8
* | | | Fixed bug mdev-11674.Igor Babaev2017-01-041-2/+5
* | | | Fixed bug mdev-11081.Igor Babaev2016-11-211-3/+5
* | | | valgrind failuresSergei Golubchik2016-09-211-2/+3
* | | | Fixed bug mdev-10736 that caused crashes.Igor Babaev2016-09-061-6/+0
* | | | Merge 10.2 into 10.2-mdev9864.Igor Babaev2016-08-301-4/+3
|\ \ \ \
| * | | | cleanup: change Item::walk() to take void* not uchar*Sergei Golubchik2016-06-301-4/+3
| * | | | Merge branch '10.2' into bb-10.2-mdev9543Sergei Petrunia2016-03-281-3/+13
| |\ \ \ \
| * | | | | This is the consolidated patch for mdev-8646:bb-10.2-mdev8646Igor Babaev2016-02-091-24/+15
* | | | | | mdev-9864: cleanup, re-factoring.Igor Babaev2016-08-291-1/+24
* | | | | | mdev-9864: cleanup, re-factoring.Igor Babaev2016-08-261-18/+21
* | | | | | Removed the parameter from st_select_lex_unit::exec_recursive.Igor Babaev2016-08-101-16/+1
* | | | | | MDEV-10372: EXPLAIN fixes for recursive CTEs, including FORMAT=JSONSergei Petrunia2016-08-081-1/+1
* | | | | | Fixed the following problem:Igor Babaev2016-07-261-3/+11
* | | | | | Simplified the code that fills recursive tables.Igor Babaev2016-06-251-84/+64
* | | | | | The method With_element::reset_for_exec was not called in non-debugIgor Babaev2016-06-071-2/+2
* | | | | | Fixed numerous problems for mutually recursive CTE.Igor Babaev2016-06-061-19/+45
* | | | | | Fixed the problem of wrong identification of WITH tables defined in WITH clau...Galina Shalygina2016-05-241-39/+43
* | | | | | Fixed many problems in the code of With_element::check_unrestricted_recursive().Galina Shalygina2016-05-191-9/+11
* | | | | | Fixed a bug that caused crashes for SHOW CREATE VIEW <view> when <view> was r...Galina Shalygina2016-05-141-2/+2
* | | | | | Made prepared statement, explain and views working with recursuve CTE.Galina Shalygina2016-05-121-3/+7
* | | | | | Fixed merge problems to allow mysql-test suite 'main' to passGalina Shalygina2016-05-101-1/+1
* | | | | | Main patch for mdev-9864Galina Shalygina2016-05-091-7/+246
* | | | | | Merge branch '10.2' into 10.2-mdev9864Galina Shalygina2016-05-081-24/+15
| |/ / / / |/| | | |
* | | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-03-231-0/+11
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | MDEV-9701: CREATE VIEW with GROUP BY or ORDER BY and constant produces invali...Oleksandr Byelkin2016-03-181-0/+11
* | | | | Removed TABLE->sort to make it possible to have multiple active calls toMonty2016-03-221-3/+2
| |/ / / |/| | |
* | | | MDEV-9215 Detect cmp_type() and result_type() from field_type()Alexander Barkov2015-12-031-1/+1
|/ / /
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-09-031-1/+2
|\ \ \ | |/ /
| * | Merge commit '96badb16afcf' into 10.0Jan Lindström2015-08-031-1/+2
| |\ \ | | |/
| | * Fixed crashing bug when using ONLY_FULL_GROUP_BY in a stored procedure/trigge...Monty2015-06-251-1/+2
* | | Stage 2 of MDEV-6152:Monty2015-08-211-1/+3