summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-30059: Optimizer Trace: plan_prefix should be a comma-separated-listbb-11.0-MDEV-30059Sergei Petrunia2022-11-218-630/+295
* Fix compile on ubuntu-2004-msanSergei Petrunia2022-11-213-3/+3
* Fix compile on Windows (2)Sergei Petrunia2022-11-211-2/+2
* Update test results for embeddedSergei Petrunia2022-11-202-1/+23
* Fix compilation on WindowsSergei Petrunia2022-11-201-1/+1
* Change default of histogram_type to JSON_HBMonty2022-11-183-3/+3
* Version change to 11.0Monty2022-11-188-21/+29
* Fixed bug in Aria with aria_log files that are exactly 8KMonty2022-11-183-55/+93
* Small improvements to aria recoveryMonty2022-11-186-9/+12
* Added rowid_filter support to AriaMonty2022-11-1836-967/+3022
* Set thd->query() for internal (startup) transactionsMonty2022-11-188-0/+20
* Attempt to get to compile with ColumnStoreSergei Petrunia2022-11-182-1/+1
* Disabled spider.partition_mrr until MDEV-29947 is fixed in 10.9Monty2022-11-181-0/+12
* Don't do zerofill of Aria table if it's already zerofilledMonty2022-11-181-6/+11
* Added test cases for preceding testMonty2022-11-18281-8619/+10716
* MDEV-29677 Wrong result with join query and innodb fulltext searchMonty2022-11-181-0/+5
* Fixes for 'Filtering'Monty2022-11-186-52/+101
* Updated number of expected rows from 2 to 100 for information_schema tablesMonty2022-11-181-1/+8
* Added optimizer_trace info for index_intersectsMonty2022-11-181-3/+50
* Removed worst_seek argument for cost_for_index_read()Monty2022-11-182-37/+8
* Changed aggregate distinct optimization with indexes to be cost based.Monty2022-11-182-17/+64
* Fixes some issues in Firstmatch optimizationMonty2022-11-183-6/+14
* Print more information in optimizer trace for LATERAL DERIVEDMonty2022-11-181-27/+38
* Indexes where not used for sorting in sub queriesMonty2022-11-184-21/+39
* Add limits for how many IO operations a table access will doMonty2022-11-1827-511/+585
* Fix cost calculation for get_best_group_min_max()Monty2022-11-184-74/+206
* Fixed limit optimization in range optimizerMonty2022-11-1819-85/+154
* Changing all cost calculation to be given in millisecondsMonty2022-11-18110-1510/+5180
* Stabilize a testcase in subselect_sj2_matSergei Petrunia2022-11-162-3/+9
* Fix typecast warnings-as-errors on Windows.Sergei Petrunia2022-11-163-6/+11
* Fixed some issues with FORCE INDEXMichael Widenius2022-11-169-105/+236
* Fix cost calculation in test_if_cheaper_ordering() to be cost basedMonty2022-11-1615-383/+432
* Implement cost_of_filesort()Vicențiu Ciorbaru2022-11-163-6/+80
* Refactor Sort_param::init_for_filesortVicențiu Ciorbaru2022-11-162-21/+44
* Rewrite cost computation for filesort operationsVicențiu Ciorbaru2022-11-168-233/+474
* cleanup: Don't pass THD to get_merge_many_buff_cost_fastVicențiu Ciorbaru2022-11-163-20/+26
* cleanup: Make tempfile creation uniform with DISK_CHUNK_SIZEVicențiu Ciorbaru2022-11-165-19/+18
* cleanup: Rename Sort_param::max_rows to limit_rowsVicențiu Ciorbaru2022-11-163-18/+18
* Added checking of arguments to COST_ADD and COST_MULTMonty2022-11-161-2/+12
* Adjust cost for re-creating a row from the JOIN CACHEMonty2022-11-1615-414/+424
* Fixed cost calculations for materialized tablesMonty2022-11-1650-372/+567
* Move join->emb_smj_nest setting to choose_plan()Monty2022-11-164-19/+53
* Make --ps-protocol command work in --ps-protocol modeSergei Petrunia2022-11-161-0/+1
* Simple optimization: Remove JOIN::set_group_rpa as it is not neededMonty2022-11-162-9/+1
* Derived tables and union can now create distinct keysMonty2022-11-1622-209/+527
* Fixed crashing bug in create_internal_tmp_table_from_heap()Monty2022-11-161-1/+11
* Add test cases for MDEV-20595 and MDEV-21633 to show these are solvedMonty2022-11-166-1/+184
* Added 'records_out' and join_type to POSITIONMonty2022-11-1613-198/+1192
* Align elements in struct system_variablesMonty2022-11-161-39/+38
* Fix compile on Windows: use explicit casts between double and ha_rows.Sergei Petrunia2022-11-162-13/+13