summaryrefslogtreecommitdiff
path: root/sql/sql_derived.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Aleksey Midenkov2019-12-021-4/+19
|\
| * Merge 10.3 into 10.4Aleksey Midenkov2019-12-021-4/+19
| |\
| | * 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.4 into 10.5Aleksey Midenkov2019-11-251-0/+10
|\ \ \ | |/ /
| * | MDEV-18727 improve DML operation of System Versioning (10.4)Aleksey Midenkov2019-11-251-0/+10
* | | cleanup: don't pass wild_num to setup_wild()Sergei Golubchik2019-10-141-1/+0
* | | MDEV-18553: MDEV-16327 pre-requisits part 1: isolation of LIMIT/OFFSET handlingOleksandr Byelkin2019-10-131-1/+1
|/ /
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\ \ | |/
| * 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
* | | | | MDEV-19263: Server crashes in mysql_handle_single_derived upon 2nd execution ...Oleksandr Byelkin2019-04-161-1/+4
* | | | | Cleanup of sql_derived.cc filebb-10.4-cleanupOleksandr Byelkin2019-04-161-11/+17
* | | | | MDEV-17362: SIGSEGV in JOIN::optimize_inner or Assertion `fixed == 0' failed ...Oleksandr Byelkin2019-04-161-5/+0
* | | | | MDEV-18769 Assertion `fixed == 1' failed in Item_cond_or::val_intGalina Shalygina2019-04-041-2/+7
* | | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-03-081-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | Fix of PS after merge from 10.2.Oleksandr Byelkin2019-03-081-0/+1
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-03-061-30/+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
* | | | | | MDEV-18679 Server crashes in JOIN::optimizeIgor Babaev2019-02-261-0/+9
* | | | | | Merge branch '10.4' into bb-10.4-mdev7486Galina Shalygina2019-02-191-22/+21
|\ \ \ \ \ \
| * | | | | | Minor cleanup in the optimizer trace code.Varun Gupta2019-02-181-22/+21
* | | | | | | MDEV-7486: Condition pushdown from HAVING into WHEREGalina Shalygina2019-02-171-5/+3
|/ / / / / /
* | | | | | Merge branch '10.4' into bb-10.4-mdev17096Igor Babaev2019-02-121-8/+41
|\ \ \ \ \ \
| * | | | | | MDEV-6111 Optimizer TraceVarun Gupta2019-02-131-8/+41
* | | | | | | MDEV-17096 Pushdown of simple derived tables to storage enginesIgor Babaev2019-02-121-0/+21
* | | | | | | MDEV-17096 Pushdown of simple derived tables to storage enginesIgor Babaev2019-02-091-9/+25
* | | | | | | Merge branch '10.4' into bb-10.4-mdev17096Igor Babaev2019-02-061-1/+4
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 10.3 into 10.4Marko Mäkelä2018-10-051-1/+4
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-09-281-2/+4
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | MDEV-17024 Crash on large queryIgor Babaev2018-09-071-1/+5
* | | | | | | MDEV-17096 Pushdown of simple derived tables to storage enginesIgor Babaev2019-02-061-3/+79
|/ / / / / /
* | | | | | MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operationsOleksandr Byelkin2018-07-041-1/+2
* | | | | | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2018-06-051-3/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-16385 ROW SP variable is allowed in unexpected contextAlexander Barkov2018-06-051-3/+1
* | | | | | Merge branch '10.3' into 10.4Igor Babaev2018-06-031-5/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 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
* | | | | | MDEV-12387 Push conditions into materialized subqueriesGalina Shalygina2018-05-151-121/+90
|/ / / / /
* | | | | 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