summaryrefslogtreecommitdiff
path: root/sql/sql_derived.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug mdev-11674.Igor Babaev2017-01-041-1/+4
* Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-0/+1
|\
| * Merge branch '10.0' into 10.1Sergei Golubchik2016-12-111-0/+1
| |\
| | * Merge branch '5.5' into 10.0Sergei Golubchik2016-12-091-0/+2
| | |\
| | | * Fixed bug mdev-11161.Igor Babaev2016-11-111-0/+2
* | | | Fixed bug mdev-11313.Igor Babaev2016-11-261-5/+5
* | | | Fixed bug mdev-11072.Igor Babaev2016-11-151-2/+4
* | | | Fixed bug mdev-10884.mariadb-10.2.2Igor Babaev2016-09-251-11/+15
* | | | Another attempt to fix bug mdev-10785 + cleanup for the previous attempt.Igor Babaev2016-09-141-8/+1
* | | | Fixed bug mdev-10785.Igor Babaev2016-09-141-32/+6
* | | | Fixed bug mdev-10783.Igor Babaev2016-09-131-0/+4
* | | | Another attempt to fix bug mdev-10736.Igor Babaev2016-09-091-5/+1
* | | | Fixed a flaw in the implementation of condition push-downIgor Babaev2016-09-041-8/+52
* | | | Fixed a failure with cte_recursive.test:Igor Babaev2016-09-011-0/+5
* | | | Merge branch '10.2-mdev9197-cons' of github.com:shagalla/serverIgor Babaev2016-08-311-0/+134
|\ \ \ \
| * | | | The consolidated patch for mdev-9197.Galina Shalygina2016-08-231-0/+134
* | | | | Merge 10.2 into 10.2-mdev9864.Igor Babaev2016-08-301-1/+5
|\ \ \ \ \
| * | | | | MDEV-3944: Allow derived tables in VIEWSOleksandr Byelkin2016-05-281-1/+5
| |/ / / /
| * | | | Merge branch '10.2' into bb-10.2-mdev9543Sergei Petrunia2016-03-281-0/+4
| |\ \ \ \
| * | | | | This is the consolidated patch for mdev-8646:bb-10.2-mdev8646Igor Babaev2016-02-091-4/+4
* | | | | | mdev-9864: cleanup, re-factoring.Igor Babaev2016-08-291-29/+61
* | | | | | Removed the parameter from st_select_lex_unit::exec_recursive.Igor Babaev2016-08-101-3/+8
* | | | | | Fixed the following problem:Igor Babaev2016-07-261-3/+6
* | | | | | Simplified the code that fills recursive tables.Igor Babaev2016-06-251-16/+31
* | | | | | Fixed numerous problems for mutually recursive CTE.Igor Babaev2016-06-061-4/+9
* | | | | | Fixed many problems in the code of With_element::check_unrestricted_recursive().Galina Shalygina2016-05-191-1/+1
* | | | | | Fixed merge problems to allow mysql-test suite 'main' to passGalina Shalygina2016-05-101-1/+4
* | | | | | Main patch for mdev-9864Galina Shalygina2016-05-091-16/+63
* | | | | | Merge branch '10.2' into 10.2-mdev9864Galina Shalygina2016-05-081-4/+4
| |/ / / / |/| | | |
* | | | | Addressed the issues raised in the review for the main patchbb-10.2-mdev8789Igor Babaev2016-02-171-1/+1
* | | | | Fixed compile errors of the merge of the patch for mdev-8789 with 10.2.Igor Babaev2015-12-211-1/+1
* | | | | MDEV-8789 Implement non-recursive common table expressionsGalina Shalygina2015-12-181-0/+4
|/ / / /
* | | | MDEV-8718 - Obsolete sql_strmake() in favor of THD::strmake() and thd_strmake()Sergey Vojtovich2015-11-261-1/+1
|/ / /
* | | MDEV-8010 - Avoid sql_alloc() in Items (Patch #1)Sergey Vojtovich2015-08-211-1/+1
* | | Merge tag 'mariadb-10.0.19' into 10.1Sergei Golubchik2015-06-011-1/+4
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-05-041-1/+4
| |\ \ | | |/
| | * MDEV-8018: main.multi_update fails with --ps-protocolOleksandr Byelkin2015-04-221-1/+3
* | | MDEV-7943 - pthread_getspecific() takes 0.76% in OLTP ROSergey Vojtovich2015-05-131-1/+1
* | | MDEV-7951 - sql_alloc() takes 0.25% in OLTP ROSergey Vojtovich2015-05-131-1/+1
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-03-071-0/+3
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-02-181-0/+3
| |\ \ | | |/
| | * MDEV-7260: Crash in get_best_combination when executing multi-table UPDATE wi...unknown2015-02-111-0/+3
* | | Merge branch '10.0' into merge-wipSergei Golubchik2015-01-311-4/+14
|\ \ \ | |/ /
| * | MDEV-6668: Server crashes in check_view_single_update on concurrent DDL/DML f...Michael Widenius2015-01-291-4/+14
* | | cleanup: comments referring to non-extistent Item classesSergei Golubchik2014-12-041-1/+1
* | | Merge branch '10.0' into bb-10.1-mergeSergei Golubchik2014-12-021-3/+1
|\ \ \ | |/ /
| * | MDEV-6785 Wrong result on 2nd execution of PS with aggregate function, FROM S...Sergei Golubchik2014-11-181-2/+0
| * | MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-1/+1
* | | Merge branch 'bb-10.1-merge' into 10.1mariadb-10.1.1Sergei Golubchik2014-10-161-5/+3
|\ \ \ | |/ /
| * | crash in main.views (and other view + PS tests)Sergei Golubchik2014-08-071-0/+2