summaryrefslogtreecommitdiff
path: root/sql/opt_trace.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-7487 Semi-join optimization for single-table update/delete statementsIgor Babaev2023-03-151-2/+1
* MDEV-28883 Re-design the upper level of handling UPDATE and DELETE statementsIgor Babaev2023-03-151-1/+2
* Optimizer Trace: make plan_prefix not show const/eliminated tablesSergei Petrunia2023-02-101-1/+1
* MDEV-30059: Optimizer Trace: plan_prefix should be a comma-separated-listSergei Petrunia2023-02-031-13/+30
* Added range_index to 'range' optimizer_trace outputMonty2023-02-031-1/+1
* Changing all cost calculation to be given in millisecondsMonty2023-02-021-2/+2
* Added 'records_out' and join_type to POSITIONMonty2023-02-021-4/+4
* Update row and key fetch cost models to take into account data copy costsMonty2023-02-021-2/+5
* Make trace.add() usage uniformMonty2023-02-021-10/+13
* Update cost for hash and cached joinsMonty2023-02-021-0/+4
* Change class variable names in rowid_filter to longer, more clear namesMonty2023-01-301-1/+1
* Optimizer code cleanups, no logic changesMonty2023-01-301-25/+22
* MDEV-27306: SET STATEMENT optimizer_trace=1 Doesn't save the tracebb-10.6-mdev27306Sergei Petrunia2021-12-191-6/+14
* MDEV-17399 Add support for JSON_TABLE.Alexey Botchkov2021-04-211-2/+4
* MDEV-23645: Optimizer trace: print conditions after substitute_for_best_equal...Sergei Petrunia2021-03-191-0/+12
* Merge 10.4 into 10.5Marko Mäkelä2020-04-081-8/+13
|\
| * MDEV-22014: Rowid Filtering is not displayed well in the optimizer traceSergei Petrunia2020-04-021-8/+13
* | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-03-111-72/+41
|\ \ | |/
| * Second stage of optimizer_trace optimizationsMonty2020-03-091-58/+22
| * Improved speed of optimizer traceMonty2020-03-091-14/+19
* | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-1/+1
* | MDEV-21702 Add a data type for privilegesAlexander Barkov2020-02-111-1/+1
* | Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2019-09-111-0/+73
|\ \ | |/
| * Moved the function trace_plan_prefix to the optimizer trace fileVarun Gupta2019-09-111-0/+34
| * MDEV-20444: More information regarding access of a table to be printed inside...Varun Gupta2019-09-111-0/+39
* | MDEV-19772 Add helper classes for ST_FIELD_INFOAlexander Barkov2019-06-161-9/+12
|/
* Minor cleanup in the optimizer trace code.Varun Gupta2019-02-181-92/+68
* MDEV-6111 Optimizer TraceVarun Gupta2019-02-131-0/+722