summaryrefslogtreecommitdiff
path: root/mysql-test/main/derived_cond_pushdown.result
Commit message (Expand)AuthorAgeFilesLines
* Merge 11.0 into 11.1Marko Mäkelä2023-03-171-0/+17
|\
| * Merge 10.11 into 11.0Marko Mäkelä2023-03-171-0/+17
| |\
| | * Merge 10.10 into 10.11Marko Mäkelä2023-03-171-0/+17
| | |\
| | | * MDEV-28958 Crash when checking whether condition can be pushed into viewbb-10.8-igorIgor Babaev2023-03-141-0/+17
* | | | Adjusted test results after rebase against 11.0.1Igor Babaev2023-03-151-13/+2
* | | | MDEV-28965 Assertion failure when preparing UPDATE with derived table in WHEREIgor Babaev2023-03-151-2/+18
|/ / /
* | | MDEV-30540 Wrong result with IN list length reaching IN_PREDICATE_CONVERSION_...Monty2023-03-021-103/+113
* | | Merge 10.11 into 11.0Marko Mäkelä2023-02-161-0/+63
|\ \ \ | |/ /
| * | Merge branch '10.10' into 10.11Oleksandr Byelkin2023-01-311-0/+63
| |\ \ | | |/
| | * Merge branch '10.7' into 10.8Oleksandr Byelkin2023-01-311-0/+63
| | |\
| | | * Merge branch '10.5' into 10.6Oleksandr Byelkin2023-01-311-0/+63
| | | |\
| | | | * Merge branch '10.4' into 10.5Oleksandr Byelkin2023-01-271-0/+63
| | | | |\
| | | | | * Merge branch '10.3' into 10.4Oleksandr Byelkin2023-01-261-0/+63
| | | | | |\
| | | | | | * MDEV-30081 Crash with splitting from constant mergeable derived tableIgor Babaev2023-01-241-0/+58
* | | | | | | MDEV-30256 Wrong result (missing rows) upon join with empty tableMonty2023-02-101-1/+1
* | | | | | | Change cost for REF to take into account cost for 1 extra key read_nextMonty2023-02-101-173/+173
* | | | | | | MDEV-30032: EXPLAIN FORMAT=JSON output: part #2: print 'loops'.Sergei Petrunia2023-02-031-0/+687
* | | | | | | MDEV-30032: EXPLAIN FORMAT=JSON output: print costsSergei Petrunia2023-02-031-0/+1187
* | | | | | | Added test cases for preceding testMonty2023-02-031-103/+125
* | | | | | | Fixed cost calculations for materialized tablesMonty2023-02-021-5/+5
* | | | | | | Derived tables and union can now create distinct keysMonty2023-02-021-19/+17
* | | | | | | Update row and key fetch cost models to take into account data copy costsMonty2023-02-021-14/+14
* | | | | | | Update cost for hash and cached joinsMonty2023-02-021-19/+20
* | | | | | | Adjust costs for doing index scan in cost_group_min_max()Monty2023-02-021-3/+3
* | | | | | | Ensure that test_quick_select doesn't return more rows than in the tableMonty2023-01-301-3/+3
|/ / / / / /
* | | | | | MDEV-28926 Add time spent on query optimizer to JSON ANALYZE (#2193)Luis Eduardo Oliveira Lizardo2022-10-261-0/+3
|/ / / / /
* | | | | Merge 10.7 into 10.8Marko Mäkelä2022-06-091-95/+96
|\ \ \ \ \ | |/ / / /
| * | | | Improve table pruning in optimizer with up to date key_dependent mapMichael Widenius2022-06-071-67/+68
| * | | | greedy_search() and best_extension_by_limited_search() scrambled table orderMichael Widenius2022-06-071-18/+18
| |/ / /
* | | | Merge 10.7 into 10.8Marko Mäkelä2022-04-271-6/+0
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2022-04-211-6/+0
| |\ \ \ | | |/ /
| | * | Merge 10.3 into 10.4Marko Mäkelä2022-04-211-6/+0
| | |\ \ | | | |/
| | | * MDEV-27699 ANALYZE FORMAT=JSON fields are incorrect for UNION ALL queriesOleg Smirnov2022-04-181-6/+0
* | | | Merge branch '10.7' into 10.8Oleksandr Byelkin2022-02-041-1/+648
|\ \ \ \ | |/ / /
| * | | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-02-011-1/+608
| |\ \ \ | | |/ /
| | * | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-01-301-1/+614
| | |\ \ | | | |/
| | | * MDEV-27510 Query returns wrong result when using split optimizationIgor Babaev2022-01-251-2/+437
| | | * MDEV-27132 Wrong result from query when using split optimizationIgor Babaev2022-01-171-0/+171
* | | | Update test resultsSergei Petrunia2022-01-191-4/+4
* | | | MDEV-27062: Make histogram_type=JSON_HB the new defaultSergei Petrunia2022-01-191-4/+4
* | | | MDEV-27036: resolve duplicated key issues of JSON tracing outputs:Sergei Krivonos2021-11-261-8010/+10418
|/ / /
* | | Merge 10.4 into 10.5Marko Mäkelä2021-07-021-0/+202
|\ \ \ | |/ /
| * | MDEV-25969: Condition pushdown into derived table doesn't work if select list...Sergei Petrunia2021-07-011-1/+56
| * | Merge 10.3 -> 10.4Sergei Petrunia2021-06-301-0/+147
| |\ \ | | |/
| | * Post-merge fix: update derived_cond_pushdown.resultSergei Petrunia2021-06-301-0/+1
| | * Merge 10.2->10.3Sergei Petrunia2021-06-301-0/+146
* | | Merge 10.4 into 10.5Marko Mäkelä2021-06-081-0/+39
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2021-06-081-0/+39
| |\ \ | | |/
| | * Merge 10.2 into 10.3Marko Mäkelä2021-06-081-0/+39
| | * MDEV-25714 Join using derived with aggregation returns incorrect resultsIgor Babaev2021-06-031-1/+1