summaryrefslogtreecommitdiff
path: root/sql/sql_derived.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2020-06-081-5/+2
|\
| * MDEV-22748 MariaDB crash on WITH RECURSIVE large queryIgor Babaev2020-06-061-5/+1
* | MDEV-21147 Assertion `marked_for_read()' upon UPDATE on versioned table via viewAleksey Midenkov2019-12-041-1/+8
* | MDEV-21155 Assertion with versioned table upon DELETE from view of view after...Aleksey Midenkov2019-12-021-4/+19
* | MDEV-18727 improve DML operation of System VersioningAleksey Midenkov2019-11-221-0/+10
* | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
|\ \ | |/
| * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| |\
| | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | |\
| | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | | Fix of PS after merge from 10.2.Oleksandr Byelkin2019-03-081-0/+1
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-03-051-30/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2019-03-041-30/+1
| |\ \ \ | | |/ /
| | * | Merge branch '10.0' into 10.1Oleksandr Byelkin2019-03-011-30/+1
| | |\ \
| | | * \ Merge branch '5.5' into 10.0Oleksandr Byelkin2019-02-281-30/+1
| | | |\ \ | | | | |/
| | | | * MDEV-17055: Server crashes in find_order_in_list upon 2nd (3rd) execution of ...Oleksandr Byelkin2019-02-281-2/+2
| | | | * A cleanup in derived table handling: removing duplicate code from st_select_l...Alexander Barkov2019-02-281-30/+0
* | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-09-281-2/+4
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-17024 Crash on large queryIgor Babaev2018-09-071-1/+5
* | | | | 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