summaryrefslogtreecommitdiff
path: root/sql/sql_derived.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-16385 ROW SP variable is allowed in unexpected contextAlexander Barkov2018-06-051-3/+1
* MDEV-14820 System versioning is applied incorrectly to CTEsSergei Golubchik2018-05-121-3/+1
* Add likely/unlikely to speed up executionMonty2018-05-071-2/+3
* Fixed MDEV-14883 Usage of EXCEPT and INTERSECT in recursive CTEIgor Babaev2018-02-221-0/+14
* Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-1/+21
|\
| * Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-02-081-1/+21
| |\
| | * don't set derived->merged until derived is really irreversibly mergedSergei Golubchik2018-02-061-1/+1
| | * Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-0/+20
| | |\
| | | * Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-0/+20
| | | |\
| | | | * Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-0/+20
| | | | |\
| | | | | * MDEV-14786: Server crashes in Item_cond::transform on 2nd execution of SP que...Oleksandr Byelkin2018-01-231-0/+20
* | | | | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-17/+15
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-041-6/+46
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2018-01-031-6/+46
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.1 into 10.2, with some MDEV-14799 fixupsmariadb-10.2.12Marko Mäkelä2018-01-031-6/+47
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge 10.0 into 10.1Marko Mäkelä2018-01-021-5/+46
| | | |\ \ \ | | | | |/ /
| | | | * | Merge 5.5 into 10.0Marko Mäkelä2018-01-021-5/+46
| | | | |\ \ | | | | | |/
| | | | | * MDEV-10657: incorrect result returned with binary protocol (prepared statements)Oleksandr Byelkin2017-12-271-2/+46
* | | | | | Remove not used mem_root argument from build_clone(), get_copy() and get_item...Michael Widenius2017-11-231-2/+2
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-101-2/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2017-11-091-2/+4
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2017-11-091-2/+4
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge remote-tracking branch 'origin/10.0' into 10.1Alexander Barkov2017-11-091-2/+4
| | | |\ \ \ | | | | |/ /
| | | | * | MDEV-14164: Unknown column error when adding aggregate to function in oracle ...Oleksandr Byelkin2017-11-091-2/+4
| | | * | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-09-191-2/+2
| | | |\ \ \ | | | | |/ /
| | | | * | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-09-191-2/+2
| | | | |\ \ | | | | | |/
| | | | | * MDEV-11240: Server crashes in check_view_single_update or Assertion `derived-...Oleksandr Byelkin2017-08-161-2/+2
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-10-041-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-021-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT.Vladislav Vaintroub2017-09-281-1/+1
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-09-141-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fixed the bug mdev-13709.Igor Babaev2017-09-081-1/+1
* | | | | | Merge branch 'bb-10.2-ext' into 10.3Sergei Golubchik2017-08-261-0/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '10.2' into bb-10.2-extSergei Golubchik2017-08-251-0/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-11240: Server crashes in check_view_single_update or Assertion `derived-...mariadb-10.2.8Oleksandr Byelkin2017-08-171-2/+2
| | * | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-08-171-0/+2
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '10.0' into 10.1Sergei Golubchik2017-08-081-0/+2
| | | |\ \ \ | | | | |/ /
| | | | * | Merge remote-tracking branch 'origin/5.5' into 10.0Vicențiu Ciorbaru2017-07-251-0/+2
| | | | |\ \ | | | | | |/
| | | | | * MDEV-11240: Server crashes in check_view_single_update or Assertion `derived-...Oleksandr Byelkin2017-07-181-1/+3
* | | | | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+1
|/ / / / /
* | | | | This patch complements the patch for mdev-10855.Igor Babaev2017-08-191-5/+5
* | | | | Implemented condition pushdown into derived tables / viewsIgor Babaev2017-08-121-3/+39
* | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexey Botchkov2017-08-111-3/+4
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-13439: Database permissions are not enough to run a subquery with GROUP ...Oleksandr Byelkin2017-08-101-3/+4
* | | | | This is a modification of the first patch committed for mdev-13369Igor Babaev2017-08-101-2/+11
* | | | | This first patch prepared for the task MDEV-13369:Igor Babaev2017-08-101-4/+25
* | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-06-271-2/+3
|\ \ \ \ \ | |/ / / /
| * | | | Fixed the bug mdev-12845.Igor Babaev2017-06-221-2/+3
* | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-05-051-0/+20
|\ \ \ \ \ | |/ / / /
| * | | | Fixed the bug mdev-12563.Igor Babaev2017-04-281-0/+17