summaryrefslogtreecommitdiff
path: root/mysql-test/main/opt_trace.result
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '11.0' into 11.1bb-11.1-releaseOleksandr Byelkin2023-05-171-79/+603
|\
| * Merge bb-10.11-release into bb-11.0-releaseSergei Petrunia2023-05-151-67/+197
| |\
| | * Merge branch '10.9' into 10.10Oleksandr Byelkin2023-05-041-66/+184
| | |\
| | | * Merge branch '10.8' into 10.9Oleksandr Byelkin2023-05-041-57/+175
| | | |\
| | | | * Merge branch '10.6' into 10.8Oleksandr Byelkin2023-05-041-57/+175
| | | | |\
| | | | | * Merge branch '10.5' into 10.6Oleksandr Byelkin2023-05-041-57/+175
| | | | | |\
| | | | | | * Merge branch '10.4' into 10.5Oleksandr Byelkin2023-05-031-0/+114
| | | | | | |\
| | | | | | | * MDEV-26301: Split optimization refills: Optimizer Trace coverageSergei Petrunia2023-05-031-0/+114
| * | | | | | | Merge 10.11 into 11.0Marko Mäkelä2023-04-261-0/+402
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge 10.9 into 10.10Marko Mäkelä2023-04-261-0/+395
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Merge 10.8 into 10.9Marko Mäkelä2023-04-261-0/+358
| | | |\ \ \ \ \ | | | | |/ / / /
| | | | * | | | Merge 10.6 into 10.8Marko Mäkelä2023-04-261-0/+358
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | Merge 10.5 into 10.6Marko Mäkelä2023-04-251-0/+358
| | | | | |\ \ \ | | | | | | |/ /
| | | | | | * | Merge branch '10.4' into 10.5Oleksandr Byelkin2023-04-241-0/+356
| | | | | | |\ \ | | | | | | | |/
| | | | | | | * MDEV-31085 Crash when processing multi-update using view with optimizer_trace onIgor Babaev2023-04-221-0/+356
| * | | | | | | Merge 10.11 into 11.0Sergei Petrunia2023-04-171-11/+3
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge 10.9 into 10.10Marko Mäkelä2023-04-141-17/+3
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Merge 10.8 into 10.9Marko Mäkelä2023-04-141-17/+3
| | | |\ \ \ \ \ | | | | |/ / / /
| | | | * | | | Merge 10.6 into 10.8Marko Mäkelä2023-04-121-17/+3
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | Merge 10.5 into 10.6Marko Mäkelä2023-04-111-17/+3
| | | | | |\ \ \ | | | | | | |/ /
| | | | | | * | Merge remote-tracking branch '10.4' into 10.5Oleksandr Byelkin2023-03-311-17/+3
| | | | | | |\ \ | | | | | | | |/
| | | | | | | * MDEV-30539 EXPLAIN EXTENDED: no message with queries for DML statementsIgor Babaev2023-03-251-1/+1
| | | | | | | * MDEV-30706 Different results of selects from view and CTE with same definitionIgor Babaev2023-03-021-10/+2
| | | | | | | * MDEV-30218: Incorrect optimization for rowid_filtering, correctionSergei Petrunia2023-02-151-2/+2
| | | | | | | * MDEV-30218 Incorrect optimization for rowid_filteringIgor Babaev2023-02-151-11/+2
* | | | | | | | Adjusted test results after rebase against 11.0.1Igor Babaev2023-03-151-2/+2
* | | | | | | | MDEV-7487 Semi-join optimization for single-table update/delete statementsIgor Babaev2023-03-151-0/+20
* | | | | | | | MDEV-28883 Re-design the upper level of handling UPDATE and DELETE statementsIgor Babaev2023-03-151-2/+12
|/ / / / / / /
* | | | | | | Allow firstmatch to use HASH joinsMonty2023-03-071-27/+3
* | | | | | | MDEV-30699: Updated prev_record_reads() to be more exactMonty2023-02-211-3/+3
* | | | | | | Adjust costs for rowid filterMonty2023-02-211-23/+23
* | | | | | | Optimizer Trace: make plan_prefix not show const/eliminated tablesSergei Petrunia2023-02-101-4/+4
* | | | | | | Selectivity: apply found_constraint heuristic only to post-join #rows.Monty2023-02-101-6/+9
* | | | | | | Change cost for REF to take into account cost for 1 extra key read_nextMonty2023-02-101-118/+118
* | | | | | | Make tests work with --view-protocolSergei Petrunia2023-02-031-8/+14
* | | | | | | MDEV-21095: Make Optimizer Trace support Index Condition PushdownSergei Petrunia2023-02-031-690/+469
* | | | | | | MDEV-21092,MDEV-21095,MDEV-29997: Optimizer Trace for index condition pushdow...Rex2023-02-031-388/+827
* | | | | | | Removed "<select expression> INTO <destination>" deprication.Monty2023-02-031-2/+0
* | | | | | | MDEV-30032: EXPLAIN FORMAT=JSON output: part #2: print 'loops'.Sergei Petrunia2023-02-031-0/+5
* | | | | | | MDEV-30032: EXPLAIN FORMAT=JSON output: print costsSergei Petrunia2023-02-031-0/+8
* | | | | | | Added rowid_filter support to AriaMonty2023-02-031-11/+11
* | | | | | | MDEV-30059: Optimizer Trace: plan_prefix should be a comma-separated-listSergei Petrunia2023-02-031-577/+249
* | | | | | | Added test cases for preceding testMonty2023-02-031-1625/+2166
* | | | | | | Fix typecast warnings-as-errors on Windows.Sergei Petrunia2023-02-021-2/+2
* | | | | | | Fix cost calculation in test_if_cheaper_ordering() to be cost basedMonty2023-02-021-39/+46
* | | | | | | Adjust cost for re-creating a row from the JOIN CACHEMonty2023-02-021-343/+343
* | | | | | | Fixed cost calculations for materialized tablesMonty2023-02-021-47/+109
* | | | | | | Derived tables and union can now create distinct keysMonty2023-02-021-1/+1
* | | | | | | Added 'records_out' and join_type to POSITIONMonty2023-02-021-153/+1037
* | | | | | | Update row and key fetch cost models to take into account data copy costsMonty2023-02-021-929/+2061