summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixed test resultbb-10.11-selectivityMonty2022-11-151-4/+4
* Fixed bug in Aria with aria_log files that are exactly 8KMonty2022-11-153-55/+93
* fixup! 5cafbf82183347b1c3a211bf19b8d997ae379bec (microseconds)Monty2022-11-1523-116/+321
* Small improvements to aria recoveryMonty2022-11-156-9/+12
* Added rowid_filter support to AriaMonty2022-11-1553-1055/+3284
* Set thd->query() for internal (startup) transactionsMonty2022-11-158-0/+20
* Disabled spider.partition_mrr until MDEV-29947 is fixed in 10.9Monty2022-11-151-0/+12
* Don't do zerofill of Aria table if it's already zerofilledMonty2022-11-151-6/+11
* fixup! 5cafbf82183347b1c3a211bf19b8d997ae379bec (test cases)Monty2022-11-157-10/+26
* Added test cases for preceding testMonty2022-11-07267-8591/+10372
* MDEV-29677 Wrong result with join query and innodb fulltext searchMonty2022-11-071-0/+5
* Fixes for 'Filtering'Monty2022-11-076-52/+101
* Updated number of expected rows from 2 to 100 for information_schema tablesMonty2022-11-071-1/+8
* Added optimizer_trace info for index_intersectsMonty2022-11-071-3/+50
* Removed worst_seek argument for cost_for_index_read()Monty2022-11-072-37/+8
* Changed aggregate distinct optimization with indexes to be cost based.Monty2022-11-072-17/+64
* Fixes some issues in Firstmatch optimizationMonty2022-11-073-6/+14
* Print more information in optimizer trace for LATERAL DERIVEDMonty2022-11-071-27/+38
* Indexes where not used for sorting in sub queriesMonty2022-11-074-21/+39
* Add limits for how many IO operations a table access will doMonty2022-11-0728-510/+586
* Fix cost calculation for get_best_group_min_max()Monty2022-11-074-76/+208
* Fixed limit optimization in range optimizerMonty2022-11-0719-85/+154
* Changing all cost calculation to be given in millisecondsMonty2022-11-07109-1498/+5044
* Fix compile warning-as-error on amd64-ubuntu-1804-clang10-asanSergei Petrunia2022-11-041-1/+1
* Stabilize a testcase in subselect_sj2_matSergei Petrunia2022-11-042-3/+9
* Fix typecast warnings-as-errors on Windows.Sergei Petrunia2022-11-045-11/+16
* Fix compilation on clangSergei Petrunia2022-11-041-5/+5
* Fixed some issues with FORCE INDEXMichael Widenius2022-11-049-105/+236
* Fix cost calculation in test_if_cheaper_ordering() to be cost basedMonty2022-11-0416-404/+454
* Implement cost_of_filesort()Vicențiu Ciorbaru2022-11-043-5/+80
* Refactor Sort_param::init_for_filesortVicențiu Ciorbaru2022-11-042-21/+44
* Rewrite cost computation for filesort operationsVicențiu Ciorbaru2022-11-048-233/+467
* cleanup: Don't pass THD to get_merge_many_buff_cost_fastVicențiu Ciorbaru2022-11-043-20/+26
* cleanup: Make tempfile creation uniform with DISK_CHUNK_SIZEVicențiu Ciorbaru2022-11-045-19/+18
* cleanup: Rename Sort_param::max_rows to limit_rowsVicențiu Ciorbaru2022-11-043-18/+18
* Added checking of arguments to COST_ADD and COST_MULTMonty2022-11-041-2/+12
* Adjust cost for re-creating a row from the JOIN CACHEMonty2022-11-0415-414/+424
* Fixed cost calculations for materialized tablesMonty2022-11-0450-372/+567
* Move join->emb_smj_nest setting to choose_plan()Monty2022-11-044-19/+53
* Make --ps-protocol command work in --ps-protocol modeSergei Petrunia2022-11-041-0/+1
* Simple optimization: Remove JOIN::set_group_rpa as it is not neededMonty2022-11-042-9/+1
* Derived tables and union can now create distinct keysMonty2022-11-0422-209/+527
* Fixed crashing bug in create_internal_tmp_table_from_heap()Monty2022-11-041-1/+11
* Add test cases for MDEV-20595 and MDEV-21633 to show these are solvedMonty2022-11-046-1/+184
* Added 'records_out' and join_type to POSITIONMonty2022-11-0413-198/+1192
* Align elements in struct system_variablesMonty2022-11-041-39/+38
* Fix compile on Windows: use explicit casts between double and ha_rows.Sergei Petrunia2022-11-042-13/+13
* Update selectivity_innodb.resultSergei Petrunia2022-11-041-1/+1
* Make the most important optimizer constants user variablesMonty2022-11-0427-142/+450
* Update row and key fetch cost models to take into account data copy costsMonty2022-11-04244-6805/+9302